From 7da220a826f9d9fa0981686f2f80029825355b5c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 2 May 2023 19:50:24 +0000 Subject: [PATCH 1/2] Weekly OpenApiDocs Download. --- config/ModuleMetadata.json | 2 +- openApiDocs/beta/Applications.yml | 8 +- openApiDocs/beta/Bookings.yml | 4 +- openApiDocs/beta/CloudCommunications.yml | 4 +- openApiDocs/beta/Compliance.yml | 8 +- openApiDocs/beta/CrossDeviceExperiences.yml | 8 +- openApiDocs/beta/DeviceManagement.Actions.yml | 8 +- .../beta/DeviceManagement.Administration.yml | 8 +- .../beta/DeviceManagement.Enrolment.yml | 4 +- openApiDocs/beta/DeviceManagement.yml | 8 +- openApiDocs/beta/Devices.CloudPrint.yml | 8 +- .../beta/Devices.CorporateManagement.yml | 8 +- .../beta/Devices.ServiceAnnouncement.yml | 4 +- openApiDocs/beta/Education.yml | 8 +- openApiDocs/beta/Files.yml | 8 +- openApiDocs/beta/Groups.yml | 8 +- .../beta/Identity.DirectoryManagement.yml | 8 +- openApiDocs/beta/Identity.Governance.yml | 8 +- openApiDocs/beta/Identity.SignIns.yml | 8 +- openApiDocs/beta/Notes.yml | 4 +- openApiDocs/beta/People.yml | 4 +- openApiDocs/beta/Planner.yml | 4 +- openApiDocs/beta/Reports.yml | 8 +- openApiDocs/beta/Security.yml | 8 +- openApiDocs/beta/Sites.yml | 14 +-- openApiDocs/beta/Teams.yml | 8 +- openApiDocs/beta/Users.Actions.yml | 8 +- openApiDocs/beta/Users.Functions.yml | 8 +- openApiDocs/beta/Users.yml | 8 +- openApiDocs/beta/WindowsUpdates.yml | 4 +- openApiDocs/v1.0/Applications.yml | 4 +- openApiDocs/v1.0/Files.yml | 4 +- openApiDocs/v1.0/Identity.Governance.yml | 18 ++-- openApiDocs/v1.0/Identity.SignIns.yml | 90 ++++++++++++++++++- openApiDocs/v1.0/Security.yml | 4 +- openApiDocs/v1.0/Sites.yml | 4 +- profiles/Groups/crawl-log-v1.0.json | 44 +++++++++ profiles/Groups/definitions/v1.0.md | 11 +++ profiles/Teams/definitions/v1.0-beta.md | 3 +- src/Applications/Applications/readme.md | 2 +- .../Microsoft.Graph.Authentication.psd1 | 4 +- src/Bookings/Bookings/readme.md | 2 +- src/Calendar/Calendar/readme.md | 2 +- .../ChangeNotifications/readme.md | 2 +- .../CloudCommunications/readme.md | 2 +- src/Compliance/Compliance/readme.md | 2 +- .../CrossDeviceExperiences/readme.md | 2 +- .../DeviceManagement.Actions/readme.md | 2 +- .../DeviceManagement.Administration/readme.md | 2 +- .../DeviceManagement.Enrolment/readme.md | 2 +- .../DeviceManagement.Functions/readme.md | 2 +- .../DeviceManagement/readme.md | 2 +- .../Devices.CloudPrint/readme.md | 2 +- .../Devices.CorporateManagement/readme.md | 2 +- .../Devices.ServiceAnnouncement/readme.md | 2 +- .../DirectoryObjects/readme.md | 2 +- src/Education/Education/readme.md | 2 +- src/Files/Files/readme.md | 2 +- src/Financials/Financials/readme.md | 2 +- src/Groups/Groups/readme.md | 2 +- .../Identity.DirectoryManagement/readme.md | 2 +- .../Identity.Governance/readme.md | 2 +- .../Identity.SignIns/readme.md | 2 +- src/Mail/Mail/readme.md | 2 +- src/ManagedTenants/ManagedTenants/readme.md | 2 +- src/Notes/Notes/readme.md | 2 +- src/People/People/readme.md | 2 +- .../PersonalContacts/readme.md | 2 +- src/Planner/Planner/readme.md | 2 +- src/Reports/Reports/readme.md | 2 +- .../SchemaExtensions/readme.md | 2 +- src/Search/Search/readme.md | 2 +- src/Security/Security/readme.md | 2 +- src/Sites/Sites/readme.md | 2 +- src/Teams/Teams/readme.md | 2 +- src/Users.Actions/Users.Actions/readme.md | 2 +- src/Users.Functions/Users.Functions/readme.md | 2 +- src/Users/Users/readme.md | 2 +- src/WindowsUpdates/WindowsUpdates/readme.md | 2 +- tools/Templates/readme.md | 2 +- 80 files changed, 307 insertions(+), 167 deletions(-) diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 6f00d73f6ad..095f8c8b011 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -25,5 +25,5 @@ ], "releaseNotes": "See https://aka.ms/GraphPowerShell-Release.", "assemblyOriginatorKeyFile": "35MSSharedLib1024.snk", - "version": "1.27.0" + "version": "1.28.0" } diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 96602e2ef53..70a6f939cb4 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -26390,11 +26390,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object @@ -26882,11 +26882,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index beb5d0a6a92..5900e0447d3 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -5045,11 +5045,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 5aa6e34dfab..07c9e721076 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -10768,11 +10768,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index c7fc1a9f087..f9d72e7a77d 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -10649,11 +10649,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -17857,11 +17857,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 21c2345abb7..252360dd165 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -10608,11 +10608,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -12483,11 +12483,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 6c5e4b5b732..19e7cb3a812 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -24253,11 +24253,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -30986,11 +30986,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index b8e14d61f79..b8f10ad9673 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -28103,11 +28103,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -34628,11 +34628,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Enrolment.yml b/openApiDocs/beta/DeviceManagement.Enrolment.yml index ce5e2cc452e..6766c3d3cfb 100644 --- a/openApiDocs/beta/DeviceManagement.Enrolment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrolment.yml @@ -27323,11 +27323,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index ff2cb8f8759..25c4c8d679d 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -73173,11 +73173,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -78377,11 +78377,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 32e37402ce0..348618fe5c6 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -15923,11 +15923,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -23072,11 +23072,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 4bb2f4627e0..2248b49607c 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -38761,11 +38761,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -43680,11 +43680,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Devices.ServiceAnnouncement.yml b/openApiDocs/beta/Devices.ServiceAnnouncement.yml index 95bb2754c2a..3c2402e0086 100644 --- a/openApiDocs/beta/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/beta/Devices.ServiceAnnouncement.yml @@ -5167,11 +5167,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 7315bf9b125..366d6c32fa0 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -21699,11 +21699,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -31463,11 +31463,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 850a5fe9045..5b0b70108ba 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -74772,11 +74772,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -80006,11 +80006,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 37dbd25b42c..5444a8c8bed 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -57699,11 +57699,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -58785,11 +58785,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 8ee7dab9311..ea436d73e50 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -31240,11 +31240,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -31278,11 +31278,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 329961e57ba..7ebd026a76e 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -101228,11 +101228,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -114140,11 +114140,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index fc16d6e4a83..47002dc8e6d 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -36785,11 +36785,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -45468,11 +45468,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index f35b054a27d..78133c6e1da 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -22815,11 +22815,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 322c98439f2..be26b018ea7 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -8369,11 +8369,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 88415b22855..beead3f1054 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -14625,11 +14625,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 2b8af06e51d..bce1fcac415 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -11784,11 +11784,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object @@ -12841,11 +12841,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index b816e373f85..9fe106bfce5 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -29957,11 +29957,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -43886,11 +43886,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 510c9fe01d1..bdc59aa30ef 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -42586,11 +42586,11 @@ paths: get: tags: - sites.site - summary: Enumerate 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.' + summary: Search for sites + description: 'Search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is **createdDateTime**. The search filter is a free text search that uses multiple properties when retrieving the search results.' externalDocs: description: Find more info here - url: https://docs.microsoft.com/graph/api/site-list?view=graph-rest-1.0 + url: https://docs.microsoft.com/graph/api/site-search?view=graph-rest-1.0 operationId: sites.site_ListSite parameters: - $ref: '#/components/parameters/top' @@ -79919,11 +79919,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object @@ -80612,11 +80612,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index b05efb6e850..ecbe0905e3c 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -66134,11 +66134,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -80968,11 +80968,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index d0a4cd08944..7e230b08d6c 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -38504,11 +38504,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -53579,11 +53579,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 03f3642e356..f848d6fcd83 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -26145,11 +26145,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -37489,11 +37489,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 3a10f18eb92..2afbff9727a 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -23441,11 +23441,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object @@ -29175,11 +29175,11 @@ components: properties: key: type: string - 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.' + description: Key. nullable: true value: type: string - 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. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index d5ff79353f1..f11af57e7dc 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -7074,11 +7074,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: Unique identifier for the identity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 9822e89e740..37ce26b783a 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -12171,7 +12171,7 @@ components: lastNonInteractiveSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -12181,7 +12181,7 @@ components: lastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 86c026dcd4f..f7b5b1f08a5 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -61750,7 +61750,7 @@ components: lastNonInteractiveSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -61760,7 +61760,7 @@ components: lastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index b79bd9eb69b..ab39d8a85f8 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -17939,31 +17939,31 @@ components: properties: allowCustomAssignmentSchedule: type: boolean - description: 'If false, the requestor is not permitted to include a schedule in their request.' + description: False indicates that the requestor is not permitted to include a schedule in their request. nullable: true enableOnBehalfRequestorsToAddAccess: type: boolean - description: 'If true, allows on-behalf-of requestors to create a request to add access for another principal.' + description: True allows on-behalf-of requestors to create a request to add access for another principal. nullable: true enableOnBehalfRequestorsToRemoveAccess: type: boolean - description: 'If true, allows on-behalf-of requestors to create a request to remove access for another principal.' + description: True allows on-behalf-of requestors to create a request to remove access for another principal. nullable: true enableOnBehalfRequestorsToUpdateAccess: type: boolean - description: 'If true, allows on-behalf-of requestors to create a request to update access for another principal.' + description: True allows on-behalf-of requestors to create a request to update access for another principal. nullable: true enableTargetsToSelfAddAccess: type: boolean - description: 'If true, allows requestors to create a request to add access for themselves.' + description: True allows requestors to create a request to add access for themselves. nullable: true enableTargetsToSelfRemoveAccess: type: boolean - description: 'If true, allows requestors to create a request to remove their access.' + description: True allows requestors to create a request to remove their access. nullable: true enableTargetsToSelfUpdateAccess: type: boolean - description: 'If true, allows requestors to create a request to update their access.' + description: True allows requestors to create a request to update their access. nullable: true onBehalfRequestors: type: array @@ -23979,7 +23979,7 @@ components: lastNonInteractiveSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -23989,7 +23989,7 @@ components: lastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 8c0c4a965b3..0354ee52341 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -7955,6 +7955,37 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation + post: + tags: + - organization.certificateBasedAuthConfiguration + summary: Create new navigation property to certificateBasedAuthConfiguration for organization + operationId: organization_CreateCertificateBasedAuthConfiguration + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}': get: tags: @@ -8014,6 +8045,40 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - organization.certificateBasedAuthConfiguration + summary: Delete navigation property certificateBasedAuthConfiguration for organization + operationId: organization_DeleteCertificateBasedAuthConfiguration + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: certificateBasedAuthConfiguration-id + in: path + description: The unique identifier of certificateBasedAuthConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: certificateBasedAuthConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /policies: get: tags: @@ -10227,6 +10292,7 @@ paths: items: enum: - id + - automaticUserConsentSettings - b2bCollaborationInbound - b2bCollaborationOutbound - b2bDirectConnectInbound @@ -10327,6 +10393,8 @@ paths: type: array items: enum: + - automaticUserConsentSettings + - automaticUserConsentSettings desc - b2bCollaborationInbound - b2bCollaborationInbound desc - b2bCollaborationOutbound @@ -10352,6 +10420,7 @@ paths: type: array items: enum: + - automaticUserConsentSettings - b2bCollaborationInbound - b2bCollaborationOutbound - b2bDirectConnectInbound @@ -10429,6 +10498,7 @@ paths: type: array items: enum: + - automaticUserConsentSettings - b2bCollaborationInbound - b2bCollaborationOutbound - b2bDirectConnectInbound @@ -17801,6 +17871,8 @@ components: - title: crossTenantAccessPolicyConfigurationDefault type: object properties: + automaticUserConsentSettings: + $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' b2bCollaborationInbound: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' b2bCollaborationOutbound: @@ -17821,6 +17893,8 @@ components: title: crossTenantAccessPolicyConfigurationPartner type: object properties: + automaticUserConsentSettings: + $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' b2bCollaborationInbound: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' b2bCollaborationOutbound: @@ -18944,7 +19018,7 @@ components: lastNonInteractiveSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -18954,7 +19028,7 @@ components: lastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -21375,6 +21449,18 @@ components: description: 'Indicates if user consent to apps is allowed, and if it is, which permission to grant consent and which app consent policy (permissionGrantPolicy) govern the permission for users to grant consent. Value should be in the format managePermissionGrantsForSelf.{id}, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled.' additionalProperties: type: object + microsoft.graph.inboundOutboundPolicyConfiguration: + title: inboundOutboundPolicyConfiguration + type: object + properties: + inboundAllowed: + type: boolean + nullable: true + outboundAllowed: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.crossTenantAccessPolicyB2BSetting: title: crossTenantAccessPolicyB2BSetting type: object diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index d3c665cadd0..dfc8808a699 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -15886,7 +15886,7 @@ components: lastNonInteractiveSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -15896,7 +15896,7 @@ components: lastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 02352340ce7..cedd24b1920 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -107742,7 +107742,7 @@ components: lastNonInteractiveSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -107752,7 +107752,7 @@ components: lastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: diff --git a/profiles/Groups/crawl-log-v1.0.json b/profiles/Groups/crawl-log-v1.0.json index b1fcb5c498c..6b4a686bd32 100644 --- a/profiles/Groups/crawl-log-v1.0.json +++ b/profiles/Groups/crawl-log-v1.0.json @@ -1728,6 +1728,50 @@ "/groupSettings/{groupSetting-id}": { "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/{groupSettingTemplate-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberGroups": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberObjects": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberGroups": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberObjects": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.restore": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/microsoft.graph.delta()": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/microsoft.graph.getAvailableExtensionProperties": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/microsoft.graph.getByIds": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" + }, + "/groupSettingTemplates/microsoft.graph.validateProperties": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" } } } diff --git a/profiles/Groups/definitions/v1.0.md b/profiles/Groups/definitions/v1.0.md index d0e92bae3ac..2825af3f1a0 100644 --- a/profiles/Groups/definitions/v1.0.md +++ b/profiles/Groups/definitions/v1.0.md @@ -439,5 +439,16 @@ profiles: /groups/microsoft.graph.validateProperties: v1.0 /groupSettings: v1.0 /groupSettings/{groupSetting-id}: v1.0 + /groupSettingTemplates: v1.0 + /groupSettingTemplates/{groupSettingTemplate-id}: v1.0 + /groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberGroups: v1.0 + /groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberObjects: v1.0 + /groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberGroups: v1.0 + /groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberObjects: v1.0 + /groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.restore: v1.0 + /groupSettingTemplates/microsoft.graph.delta(): v1.0 + /groupSettingTemplates/microsoft.graph.getAvailableExtensionProperties: v1.0 + /groupSettingTemplates/microsoft.graph.getByIds: v1.0 + /groupSettingTemplates/microsoft.graph.validateProperties: v1.0 ``` diff --git a/profiles/Teams/definitions/v1.0-beta.md b/profiles/Teams/definitions/v1.0-beta.md index 3e1991de8a6..4c271360b94 100644 --- a/profiles/Teams/definitions/v1.0-beta.md +++ b/profiles/Teams/definitions/v1.0-beta.md @@ -565,5 +565,4 @@ profiles: /users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}: v1.0-beta /users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat: v1.0-beta -``` - +``` diff --git a/src/Applications/Applications/readme.md b/src/Applications/Applications/readme.md index f6df35f237e..22ed897a5d5 100644 --- a/src/Applications/Applications/readme.md +++ b/src/Applications/Applications/readme.md @@ -78,6 +78,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index ef9b14477d8..1b2d6e89344 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/26/2023 +# Generated on: 5/2/2023 # @{ @@ -12,7 +12,7 @@ RootModule = './Microsoft.Graph.Authentication.psm1' # Version number of this module. -ModuleVersion = '1.27.0' +ModuleVersion = '1.28.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Bookings/Bookings/readme.md b/src/Bookings/Bookings/readme.md index c9ea4523dbe..1021cb8bee1 100644 --- a/src/Bookings/Bookings/readme.md +++ b/src/Bookings/Bookings/readme.md @@ -50,6 +50,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Calendar/Calendar/readme.md b/src/Calendar/Calendar/readme.md index 3ab887fd0a7..9b4cb027806 100644 --- a/src/Calendar/Calendar/readme.md +++ b/src/Calendar/Calendar/readme.md @@ -52,6 +52,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/ChangeNotifications/ChangeNotifications/readme.md b/src/ChangeNotifications/ChangeNotifications/readme.md index ebe593358e6..760d193ae51 100644 --- a/src/ChangeNotifications/ChangeNotifications/readme.md +++ b/src/ChangeNotifications/ChangeNotifications/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CloudCommunications/CloudCommunications/readme.md b/src/CloudCommunications/CloudCommunications/readme.md index 10d842e894a..f10cffbf72f 100644 --- a/src/CloudCommunications/CloudCommunications/readme.md +++ b/src/CloudCommunications/CloudCommunications/readme.md @@ -59,6 +59,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Compliance/Compliance/readme.md b/src/Compliance/Compliance/readme.md index 9f5ea9d2aca..7ee8bb5c3f1 100644 --- a/src/Compliance/Compliance/readme.md +++ b/src/Compliance/Compliance/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md index 54ca0584213..db060170157 100644 --- a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md +++ b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md index a18fee7da3d..0519fb7c14a 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md @@ -166,6 +166,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md index 54bcb224a3d..059eb689879 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md @@ -64,6 +64,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md index e43eaee0c2d..58c49e85175 100644 --- a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md +++ b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md @@ -49,6 +49,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md index 606ea2e64ae..48ba5970130 100644 --- a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md +++ b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement/DeviceManagement/readme.md b/src/DeviceManagement/DeviceManagement/readme.md index 706ab9f6eb1..1d76843e6e6 100644 --- a/src/DeviceManagement/DeviceManagement/readme.md +++ b/src/DeviceManagement/DeviceManagement/readme.md @@ -54,6 +54,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md index f4d423eacb2..465b29a87f9 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md @@ -50,6 +50,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md index d6d3b42fef4..88a24abc889 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md @@ -99,6 +99,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md index 299546e95ea..38c52461cec 100644 --- a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md +++ b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md @@ -49,6 +49,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DirectoryObjects/DirectoryObjects/readme.md b/src/DirectoryObjects/DirectoryObjects/readme.md index dfea5bef7e7..f90d634d8db 100644 --- a/src/DirectoryObjects/DirectoryObjects/readme.md +++ b/src/DirectoryObjects/DirectoryObjects/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Education/Education/readme.md b/src/Education/Education/readme.md index 6c2dd7e7e0a..e95e321f4f4 100644 --- a/src/Education/Education/readme.md +++ b/src/Education/Education/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Files/Files/readme.md b/src/Files/Files/readme.md index 41488339865..2787744904d 100644 --- a/src/Files/Files/readme.md +++ b/src/Files/Files/readme.md @@ -50,6 +50,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Financials/Financials/readme.md b/src/Financials/Financials/readme.md index 6ae75a068e7..2a113ebc444 100644 --- a/src/Financials/Financials/readme.md +++ b/src/Financials/Financials/readme.md @@ -42,6 +42,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Groups/Groups/readme.md b/src/Groups/Groups/readme.md index bbd82ed8eaf..94c3d7c196b 100644 --- a/src/Groups/Groups/readme.md +++ b/src/Groups/Groups/readme.md @@ -120,6 +120,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md index 816e431af45..9530efb68c7 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md @@ -70,6 +70,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.Governance/Identity.Governance/readme.md b/src/Identity.Governance/Identity.Governance/readme.md index d69a06115a6..bfc94116c88 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -315,6 +315,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.SignIns/Identity.SignIns/readme.md b/src/Identity.SignIns/Identity.SignIns/readme.md index 4cd390e34ee..c2400ee7529 100644 --- a/src/Identity.SignIns/Identity.SignIns/readme.md +++ b/src/Identity.SignIns/Identity.SignIns/readme.md @@ -72,6 +72,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Mail/Mail/readme.md b/src/Mail/Mail/readme.md index 4669d84be9e..cb57236c45b 100644 --- a/src/Mail/Mail/readme.md +++ b/src/Mail/Mail/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/ManagedTenants/ManagedTenants/readme.md b/src/ManagedTenants/ManagedTenants/readme.md index 4ba5075aa26..ece7fa8fcb2 100644 --- a/src/ManagedTenants/ManagedTenants/readme.md +++ b/src/ManagedTenants/ManagedTenants/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Notes/Notes/readme.md b/src/Notes/Notes/readme.md index 3b5e64dc899..283a76c6253 100644 --- a/src/Notes/Notes/readme.md +++ b/src/Notes/Notes/readme.md @@ -44,6 +44,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/People/People/readme.md b/src/People/People/readme.md index 956d3475a07..73ff563fc4d 100644 --- a/src/People/People/readme.md +++ b/src/People/People/readme.md @@ -74,6 +74,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/PersonalContacts/PersonalContacts/readme.md b/src/PersonalContacts/PersonalContacts/readme.md index 075e33608f7..d39c1b280eb 100644 --- a/src/PersonalContacts/PersonalContacts/readme.md +++ b/src/PersonalContacts/PersonalContacts/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Planner/Planner/readme.md b/src/Planner/Planner/readme.md index d06044175de..b6d506ebc2b 100644 --- a/src/Planner/Planner/readme.md +++ b/src/Planner/Planner/readme.md @@ -75,6 +75,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Reports/Reports/readme.md b/src/Reports/Reports/readme.md index 1955507fc19..37ec67d6348 100644 --- a/src/Reports/Reports/readme.md +++ b/src/Reports/Reports/readme.md @@ -79,6 +79,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/SchemaExtensions/SchemaExtensions/readme.md b/src/SchemaExtensions/SchemaExtensions/readme.md index bc8914de0ec..c327a5ffaf1 100644 --- a/src/SchemaExtensions/SchemaExtensions/readme.md +++ b/src/SchemaExtensions/SchemaExtensions/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Search/Search/readme.md b/src/Search/Search/readme.md index 2ad1b54f83a..ed34a9a1d5b 100644 --- a/src/Search/Search/readme.md +++ b/src/Search/Search/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Security/Security/readme.md b/src/Security/Security/readme.md index 1baf178fbca..21ef3f99d43 100644 --- a/src/Security/Security/readme.md +++ b/src/Security/Security/readme.md @@ -73,6 +73,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Sites/Sites/readme.md b/src/Sites/Sites/readme.md index 5a512813250..bb46b872417 100644 --- a/src/Sites/Sites/readme.md +++ b/src/Sites/Sites/readme.md @@ -88,6 +88,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Teams/Teams/readme.md b/src/Teams/Teams/readme.md index b3a6fcc05a7..d5aefb7c4ac 100644 --- a/src/Teams/Teams/readme.md +++ b/src/Teams/Teams/readme.md @@ -63,6 +63,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Actions/Users.Actions/readme.md b/src/Users.Actions/Users.Actions/readme.md index 65dd5204659..b66901968cf 100644 --- a/src/Users.Actions/Users.Actions/readme.md +++ b/src/Users.Actions/Users.Actions/readme.md @@ -146,6 +146,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Functions/Users.Functions/readme.md b/src/Users.Functions/Users.Functions/readme.md index 13c816ff012..d4f712f2c6c 100644 --- a/src/Users.Functions/Users.Functions/readme.md +++ b/src/Users.Functions/Users.Functions/readme.md @@ -61,6 +61,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users/Users/readme.md b/src/Users/Users/readme.md index ebfa9d5c80b..06291e87924 100644 --- a/src/Users/Users/readme.md +++ b/src/Users/Users/readme.md @@ -54,6 +54,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/WindowsUpdates/WindowsUpdates/readme.md b/src/WindowsUpdates/WindowsUpdates/readme.md index 802ae4b171f..9692d903d46 100644 --- a/src/WindowsUpdates/WindowsUpdates/readme.md +++ b/src/WindowsUpdates/WindowsUpdates/readme.md @@ -77,6 +77,6 @@ directive: ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/tools/Templates/readme.md b/tools/Templates/readme.md index 1043f38474a..d8bf8ae8cc5 100644 --- a/tools/Templates/readme.md +++ b/tools/Templates/readme.md @@ -12,6 +12,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.27.0 +module-version: 1.28.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` From c6f01a4281b038a2b7648ebd5ef3a1c12abff979 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 3 May 2023 03:45:55 +0000 Subject: [PATCH 2/2] Add generated MgCommandMetadata.json. [run ci] --- .../custom/common/MgCommandMetadata.json | 218519 ++++++++------- 1 file changed, 109393 insertions(+), 109126 deletions(-) diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 32ec69c829d..373c2af914d 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,11 +1,5 @@ [ { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/applyDecisions", - "Command": "Add-MgAccessReviewDecision", - "OutputType": null, "Variants": [ "Apply", "ApplyViaIdentity" @@ -23,28 +17,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", - "Command": "Add-MgAccessReviewInstanceDecision", "OutputType": null, + "Method": "POST", + "Command": "Add-MgAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply", "ApplyViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgAccessReviewInstanceDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/addKey", - "Command": "Add-MgApplicationKey", - "OutputType": "IMicrosoftGraphKeyCredential", "Variants": [ "Add", "AddExpanded", @@ -64,15 +58,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphKeyCredential", "Method": "POST", - "Uri": "/applications/{application-id}/addKey", "Command": "Add-MgApplicationKey", - "OutputType": "IMicrosoftGraphKeyCredential", + "Uri": "/applications/{application-id}/addKey", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", @@ -92,15 +86,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphKeyCredential", "Method": "POST", - "Uri": "/applications/{application-id}/addPassword", - "Command": "Add-MgApplicationPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", + "Command": "Add-MgApplicationKey", + "Uri": "/applications/{application-id}/addKey", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", @@ -120,15 +114,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPasswordCredential", "Method": "POST", - "Uri": "/applications/{application-id}/addPassword", "Command": "Add-MgApplicationPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", + "Uri": "/applications/{application-id}/addPassword", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", @@ -148,75 +142,75 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST", + "Command": "Add-MgApplicationPassword", + "Uri": "/applications/{application-id}/addPassword", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/members/add", - "Command": "Add-MgChatMember", - "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", - "Uri": "/chats/{chat-id}/members/add", "Command": "Add-MgChatMember", - "OutputType": "IMicrosoftGraphActionResultPart", + "Uri": "/chats/{chat-id}/members/add", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgChatMember", + "Uri": "/chats/{chat-id}/members/add", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "Command": "Add-MgCommunicationCallLargeGalleryView", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "Command": "Add-MgCommunicationCallLargeGalleryView", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Method": "POST", + "Command": "Add-MgCommunicationCallLargeGalleryView", + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", - "Command": "Add-MgComplianceEdiscoveryCaseCustodianHold", - "OutputType": null, "Variants": [ "Apply", "Apply1", @@ -225,15 +219,15 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", - "Command": "Add-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "Method": "POST", + "Command": "Add-MgComplianceEdiscoveryCaseCustodianHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply", "Apply1", @@ -242,15 +236,15 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", - "Command": "Add-MgComplianceEdiscoveryCaseReviewSetQueryTag", "OutputType": null, + "Method": "POST", + "Command": "Add-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply", "ApplyExpanded", @@ -270,15 +264,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", - "Command": "Add-MgComplianceEdiscoveryCaseReviewSetToReviewSet", "OutputType": null, + "Method": "POST", + "Command": "Add-MgComplianceEdiscoveryCaseReviewSetQueryTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", @@ -298,15 +292,15 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgComplianceEdiscoveryCaseReviewSetToReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", - "Command": "Add-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "OutputType": null, "Variants": [ "Add", "AddExpanded" @@ -316,15 +310,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", - "Command": "Add-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "OutputType": null, + "Method": "POST", + "Command": "Add-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", @@ -336,176 +330,176 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", - "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "Method": "POST", + "Command": "Add-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply", "ApplyViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", - "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicyConfig", "OutputType": null, + "Method": "POST", + "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply", "ApplyExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicyConfig", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "Command": "Add-MgDriveListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", "Command": "Add-MgDriveListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Add-MgDriveListContentTypeCopy", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "Command": "Add-MgExternalConnectionItemActivity", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Method": "POST", + "Command": "Add-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Command": "Add-MgGroupDriveListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", "Command": "Add-MgGroupDriveListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupDriveListContentTypeCopy", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/addFavorite", - "Command": "Add-MgGroupFavorite", - "OutputType": null, + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddViaIdentity" @@ -515,15 +509,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/addFavorite", "Command": "Add-MgGroupFavorite", - "OutputType": null, + "Uri": "/groups/{group-id}/addFavorite", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddViaIdentity1" @@ -533,165 +527,165 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/add", - "Command": "Add-MgGroupSite", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgGroupFavorite", + "Uri": "/groups/{group-id}/addFavorite", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/add", "Command": "Add-MgGroupSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/groups/{group-id}/sites/add", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "Command": "Add-MgGroupSiteContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSite", + "Uri": "/groups/{group-id}/sites/add", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", "Command": "Add-MgGroupSiteContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteContentTypeCopy", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Command": "Add-MgGroupSiteListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "Command": "Add-MgGroupSiteListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteListContentTypeCopy", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "Command": "Add-MgGroupToLifecyclePolicy", - "OutputType": null, + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", @@ -703,15 +697,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", "Command": "Add-MgGroupToLifecyclePolicy", - "OutputType": null, + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", @@ -723,28 +717,28 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgGroupToLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", - "Command": "Add-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", - "OutputType": null, "Variants": [ "Apply", "ApplyViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "Method": "POST", + "Command": "Add-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply", "ApplyViaIdentity" @@ -754,15 +748,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply1", "ApplyViaIdentity1" @@ -772,15 +766,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", - "OutputType": null, "Variants": [ "Apply2", "Apply3", @@ -802,15 +796,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply", "Apply1", @@ -832,15 +826,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Apply", "Apply1", @@ -862,15 +856,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply2", "Apply3", @@ -892,15 +886,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Apply", "ApplyExpanded", @@ -920,15 +914,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "ApiVersion": "beta" + }, + { "Variants": [ "Apply1", "ApplyExpanded1", @@ -948,15 +942,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", @@ -976,15 +970,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", @@ -1004,15 +998,15 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", - "Command": "Add-MgServicePrincipalKey", - "OutputType": "IMicrosoftGraphKeyCredential", "Variants": [ "Add", "AddExpanded", @@ -1032,15 +1026,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphKeyCredential", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", - "Command": "Add-MgServicePrincipalPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", + "Command": "Add-MgServicePrincipalKey", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", @@ -1060,15 +1054,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPasswordCredential", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "Command": "Add-MgServicePrincipalTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Command": "Add-MgServicePrincipalPassword", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", @@ -1088,15 +1082,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "Command": "Add-MgServicePrincipalTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", @@ -1116,523 +1110,523 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Method": "POST", + "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "Command": "Add-MgShareListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", "Command": "Add-MgShareListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Add-MgShareListContentTypeCopy", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopy", - "Command": "Add-MgSiteContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopy", "Command": "Add-MgSiteContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Add-MgSiteContentTypeCopy", + "Uri": "/sites/{site-id}/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Command": "Add-MgSiteListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "Command": "Add-MgSiteListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Add-MgSiteListContentTypeCopy", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "Command": "Add-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", "Command": "Add-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphActionResultPart", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/members/add", - "Command": "Add-MgTeamMember", "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", - "Uri": "/teams/{team-id}/members/add", "Command": "Add-MgTeamMember", - "OutputType": "IMicrosoftGraphActionResultPart", + "Uri": "/teams/{team-id}/members/add", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members/add", - "Command": "Add-MgTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamMember", + "Uri": "/teams/{team-id}/members/add", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members/add", "Command": "Add-MgTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphActionResultPart", + "Uri": "/teams/{team-id}/primaryChannel/members/add", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "Command": "Add-MgTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel/members/add", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", "Command": "Add-MgTeamworkDeletedTeamChannelMember", - "OutputType": "IMicrosoftGraphActionResultPart", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamworkDeletedTeamChannelMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "Command": "Add-MgUserChatMember", - "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members/add", "Command": "Add-MgUserChatMember", - "OutputType": "IMicrosoftGraphActionResultPart", + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Command": "Add-MgUserDriveListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", "Command": "Add-MgUserDriveListContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgUserDriveListContentTypeCopy", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", - "Command": "Add-MgUserPendingAccessReviewInstanceDecision", - "OutputType": null, + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Apply", "ApplyViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgUserPendingAccessReviewInstanceDecision", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", + "ApiVersion": "beta" }, { + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", "Command": "Add-MgWindowsUpdatesDeploymentAudienceExclusionMemberById", - "OutputType": null, + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", "Command": "Add-MgWindowsUpdatesDeploymentAudienceMember", - "OutputType": null, + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", "Command": "Add-MgWindowsUpdatesDeploymentAudienceMemberById", - "OutputType": null, + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", "Command": "Add-MgWindowsUpdatesPolicyAudienceExclusionMember", - "OutputType": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", "Command": "Add-MgWindowsUpdatesPolicyAudienceExclusionMemberById", - "OutputType": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", "Command": "Add-MgWindowsUpdatesPolicyAudienceMember", - "OutputType": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", "Command": "Add-MgWindowsUpdatesPolicyAudienceMemberById", - "OutputType": null, - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", - "Command": "Add-MgWindowsUpdatesUpdatableAssetMember", - "OutputType": null, "Variants": [ "Add", "AddExpanded", @@ -1644,15 +1638,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", - "Command": "Add-MgWindowsUpdatesUpdatableAssetMemberById", "OutputType": null, + "Method": "POST", + "Command": "Add-MgWindowsUpdatesUpdatableAssetMember", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Add", "AddExpanded", @@ -1664,15 +1658,15 @@ "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 - } + }, + "Module": "WindowsUpdates", + "OutputType": null, + "Method": "POST", + "Command": "Add-MgWindowsUpdatesUpdatableAssetMemberById", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", - "Command": "Approve-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "OutputType": null, "Variants": [ "Approve", "ApproveExpanded" @@ -1682,15 +1676,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", - "Command": "Approve-MgDeviceManagementZebraFotaConnectorFotaApp", "OutputType": null, + "Method": "POST", + "Command": "Approve-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Approve" ], @@ -1699,15 +1693,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Approve-MgDeviceManagementZebraFotaConnectorFotaApp", + "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "Command": "Clear-MgApplicationVerifiedPublisher", - "OutputType": null, "Variants": [ "Unset1", "UnsetViaIdentity1" @@ -1717,15 +1711,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", "Command": "Clear-MgApplicationVerifiedPublisher", - "OutputType": null, + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetViaIdentity" @@ -1735,101 +1729,101 @@ "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 - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgApplicationVerifiedPublisher", + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Command": "Clear-MgChatMessageReaction", - "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Command": "Clear-MgChatMessageReplyReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgChatMessageReaction", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgChatMessageReplyReaction", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearPresence", - "Command": "Clear-MgCommunicationPresence", - "OutputType": null, "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearPresence", "Command": "Clear-MgCommunicationPresence", - "OutputType": null, + "Uri": "/communications/presences/{presence-id}/clearPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Clear1", "ClearExpanded1", "ClearViaIdentity1", "ClearViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgCommunicationPresence", + "Uri": "/communications/presences/{presence-id}/clearPresence", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Clear", "ClearViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", - "OutputType": null, + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Clear1", "ClearViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", - "Command": "Clear-MgComplianceEdiscoveryCaseSourceCollectionData", - "OutputType": null, "Variants": [ "Purge", "PurgeViaIdentity" @@ -1839,15 +1833,15 @@ "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 - } + }, + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgComplianceEdiscoveryCaseSourceCollectionData", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", - "Command": "Clear-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "OutputType": null, "Variants": [ "Wipe", "WipeViaIdentity" @@ -1865,15 +1859,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", - "Command": "Clear-MgDeviceManagementComanagedDevice", - "OutputType": null, "Variants": [ "Wipe", "WipeExpanded", @@ -1899,15 +1893,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "Command": "Clear-MgDeviceManagementManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", + "ApiVersion": "beta" + }, + { "Variants": [ "Wipe", "WipeExpanded", @@ -1933,15 +1927,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "Command": "Clear-MgDeviceManagementManagedDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "ApiVersion": "beta" + }, + { "Variants": [ "Wipe1", "WipeExpanded1", @@ -1967,15 +1961,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", - "OutputType": null, "Variants": [ "Purge", "PurgeExpanded", @@ -1987,15 +1981,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "ApiVersion": "beta" + }, + { "Variants": [ "Purge1", "PurgeExpanded1", @@ -2007,15 +2001,15 @@ "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 - } + }, + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Command": "Clear-MgTeamChannelMessageReaction", - "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", @@ -2041,15 +2035,15 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Command": "Clear-MgTeamChannelMessageReplyReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReaction", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", @@ -2075,75 +2069,75 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "Command": "Clear-MgTeamPrimaryChannelMessageReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReplyReaction", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/wipeAndBlockManagedApps", - "Command": "Clear-MgUserAndBlockManagedApp", - "OutputType": null, "Variants": [ "Wipe", "WipeViaIdentity" @@ -2161,15 +2155,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Command": "Clear-MgUserChatMessageReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserAndBlockManagedApp", + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", @@ -2195,30 +2189,30 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Command": "Clear-MgUserChatMessageReplyReaction", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserChatMessageReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", - "Command": "Clear-MgUserManagedAppRegistrationByAzureAdDeviceId", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserChatMessageReplyReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Wipe", "WipeExpanded", @@ -2238,15 +2232,15 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", - "Command": "Clear-MgUserManagedAppRegistrationByDeviceTag", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserManagedAppRegistrationByAzureAdDeviceId", + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", + "ApiVersion": "beta" + }, + { "Variants": [ "Wipe1", "WipeExpanded1", @@ -2258,15 +2252,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", "Command": "Clear-MgUserManagedAppRegistrationByDeviceTag", - "OutputType": null, + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "ApiVersion": "beta" + }, + { "Variants": [ "Wipe2", "WipeExpanded2", @@ -2278,45 +2272,45 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "Command": "Clear-MgUserManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserManagedAppRegistrationByDeviceTag", + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", "Command": "Clear-MgUserManagedDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "ApiVersion": "beta" + }, + { "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/presence/clearPresence", - "Command": "Clear-MgUserPresence", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Clear", "ClearExpanded", @@ -2328,15 +2322,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/presence/clearPresence", "Command": "Clear-MgUserPresence", - "OutputType": null, + "Uri": "/users/{user-id}/presence/clearPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Clear1", "ClearExpanded1", @@ -2348,15 +2342,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "Command": "Clear-MgUserPresenceUserPreferredPresence", "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserPresence", + "Uri": "/users/{user-id}/presence/clearPresence", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Clear", "ClearViaIdentity" @@ -2366,15 +2360,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", "Command": "Clear-MgUserPresenceUserPreferredPresence", - "OutputType": null, + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Clear1", "ClearViaIdentity1" @@ -2384,15 +2378,15 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserPresenceUserPreferredPresence", + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/close", - "Command": "Close-MgComplianceEdiscoveryCase", - "OutputType": null, "Variants": [ "Close", "CloseViaIdentity" @@ -2410,15 +2404,15 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Close-MgComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}/close", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "Command": "Close-MgSecurityCaseEdiscoveryCase", - "OutputType": null, "Variants": [ "Close1", "CloseViaIdentity1" @@ -2436,15 +2430,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "Command": "Close-MgSecurityCaseEdiscoveryCase", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "ApiVersion": "beta" + }, + { "Variants": [ "Close", "CloseViaIdentity" @@ -2462,15 +2456,15 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Close-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", - "Command": "Compare-MgDeviceManagementIntent", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Variants": [ "Compare", "CompareViaIdentity" @@ -2488,15 +2482,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", - "Command": "Compare-MgDeviceManagementTemplate", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", + "Command": "Compare-MgDeviceManagementIntent", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Compare", "CompareViaIdentity" @@ -2514,15 +2508,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "Command": "Compare-MgDeviceManagementTemplateMigratableTo", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", + "Command": "Compare-MgDeviceManagementTemplate", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Compare", "CompareViaIdentity" @@ -2540,15 +2534,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", + "Command": "Compare-MgDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", - "Command": "Complete-MgDeviceManagementAndroidForWorkSettingSignup", - "OutputType": null, "Variants": [ "Complete", "CompleteExpanded" @@ -2558,15 +2552,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", - "Command": "Complete-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", "OutputType": null, + "Method": "POST", + "Command": "Complete-MgDeviceManagementAndroidForWorkSettingSignup", + "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteExpanded" @@ -2576,28 +2570,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Complete-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/complete", - "Command": "Complete-MgDirectoryImpactedResource", - "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImpactedResource", "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/complete", - "Command": "Complete-MgDirectoryRecommendation", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Complete-MgDirectoryImpactedResource", + "Uri": "/directory/impactedResources/{impactedResource-id}/complete", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" @@ -2607,119 +2601,119 @@ "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Complete-MgDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}/complete", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "Command": "Complete-MgTeamChannelMigration", - "OutputType": null, "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", "Command": "Complete-MgTeamChannelMigration", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/completeMigration", - "Command": "Complete-MgTeamMigration", "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamChannelMigration", + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/completeMigration", "Command": "Complete-MgTeamMigration", - "OutputType": null, + "Uri": "/teams/{team-id}/completeMigration", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "Command": "Complete-MgTeamPrimaryChannelMigration", "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamMigration", + "Uri": "/teams/{team-id}/completeMigration", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", "Command": "Complete-MgTeamPrimaryChannelMigration", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamPrimaryChannelMigration", + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", - "Command": "Complete-MgUserOutlookTask", - "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Complete", "CompleteViaIdentity" @@ -2729,187 +2723,187 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "Command": "Complete-MgUserOutlookTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "Complete-MgUserOutlookTask", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "Command": "Complete-MgUserOutlookTaskGroupTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "Complete-MgUserOutlookTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "ApiVersion": "beta" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "Complete-MgUserOutlookTaskGroupTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", - "Command": "Confirm-MgAdministrativeUnitMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", - "Command": "Confirm-MgAdministrativeUnitMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgAdministrativeUnitMemberGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgAdministrativeUnitMemberObject", + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberGroups", - "Command": "Confirm-MgApplicationMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberGroups", "Command": "Confirm-MgApplicationMemberGroup", - "OutputType": null, + "Uri": "/applications/{application-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberObjects", - "Command": "Confirm-MgApplicationMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgApplicationMemberGroup", + "Uri": "/applications/{application-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberObjects", "Command": "Confirm-MgApplicationMemberObject", - "OutputType": null, + "Uri": "/applications/{application-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgApplicationMemberObject", + "Uri": "/applications/{application-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/auditLogs/signIns/confirmCompromised", - "Command": "Confirm-MgAuditLogSignInCompromised", - "OutputType": null, "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/auditLogs/signIns/confirmSafe", - "Command": "Confirm-MgAuditLogSignInSafe", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgAuditLogSignInCompromised", + "Uri": "/auditLogs/signIns/confirmCompromised", + "ApiVersion": "beta" + }, + { "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Reports", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgAuditLogSignInSafe", + "Uri": "/auditLogs/signIns/confirmSafe", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "Command": "Confirm-MgChatPermissionGrantMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "Command": "Confirm-MgChatPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgChatPermissionGrantMemberGroup", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgChatPermissionGrantMemberObject", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "Command": "Confirm-MgContactMemberGroup", - "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", @@ -2983,15 +2977,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "Command": "Confirm-MgContactMemberGroup", - "OutputType": null, + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -3065,15 +3059,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "Command": "Confirm-MgContactMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContactMemberGroup", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -3147,15 +3141,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "Command": "Confirm-MgContactMemberObject", - "OutputType": null, + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -3229,75 +3223,75 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberGroups", - "Command": "Confirm-MgContractMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContactMemberObject", + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberGroups", "Command": "Confirm-MgContractMemberGroup", - "OutputType": null, + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberObjects", - "Command": "Confirm-MgContractMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContractMemberGroup", + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberObjects", "Command": "Confirm-MgContractMemberObject", - "OutputType": null, + "Uri": "/contracts/{contract-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContractMemberObject", + "Uri": "/contracts/{contract-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery", - "OutputType": null, "Variants": [ "Verify", "VerifyViaIdentity" @@ -3315,15 +3309,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery", - "OutputType": null, + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Verify1", "VerifyViaIdentity1" @@ -3341,15 +3335,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery", + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberGroups", - "Command": "Confirm-MgDeviceMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", @@ -3423,15 +3417,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberGroups", "Command": "Confirm-MgDeviceMemberGroup", - "OutputType": null, + "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -3505,15 +3499,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberObjects", - "Command": "Confirm-MgDeviceMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDeviceMemberGroup", + "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -3587,15 +3581,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberObjects", "Command": "Confirm-MgDeviceMemberObject", - "OutputType": null, + "Uri": "/devices/{device-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -3669,105 +3663,105 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", - "Command": "Confirm-MgDirectoryAdministrativeUnitMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDeviceMemberObject", + "Uri": "/devices/{device-id}/checkMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", - "Command": "Confirm-MgDirectoryAdministrativeUnitMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryAdministrativeUnitMemberGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryAdministrativeUnitMemberObject", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", - "OutputType": null, + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "Command": "Confirm-MgDirectoryDeletedItemMemberObject", - "OutputType": null, + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "Command": "Confirm-MgDirectoryObjectMemberGroup", - "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", @@ -3841,185 +3835,103 @@ "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 } - ] - }, - { - "Module": "DirectoryObjects", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "Command": "Confirm-MgDirectoryObjectMemberGroup", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" ], - "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 - }, - { - "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 - } - ] - }, - { "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Command": "Confirm-MgDirectoryObjectMemberObject", "OutputType": null, - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "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", - "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.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true - } - ] + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberGroup", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "ApiVersion": "beta" }, { - "Module": "DirectoryObjects", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Command": "Confirm-MgDirectoryObjectMemberObject", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], + "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 + }, + { + "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 + } + ], + "Module": "DirectoryObjects", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberGroup", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Permissions": [ { "Name": "Application.Read.All", @@ -4087,165 +3999,247 @@ "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 } - ] + ], + "Module": "DirectoryObjects", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberObject", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "Command": "Confirm-MgDirectoryRoleMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] + "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", + "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.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 + } + ], + "Module": "DirectoryObjects", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberObject", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", "Command": "Confirm-MgDirectoryRoleMemberGroup", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "Command": "Confirm-MgDirectoryRoleMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleMemberGroup", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", "Command": "Confirm-MgDirectoryRoleMemberObject", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleMemberObject", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", - "OutputType": null, + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", - "OutputType": null, + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", - "Command": "Confirm-MgDirectorySettingTemplateMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", - "Command": "Confirm-MgDirectorySettingTemplateMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectorySettingTemplateMemberGroup", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/domains/{domain-id}/verify", - "Command": "Confirm-MgDomain", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Confirm-MgDirectorySettingTemplateMemberObject", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Verify", "VerifyViaIdentity" @@ -4255,15 +4249,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomain", "Method": "POST", - "Uri": "/domains/{domain-id}/verify", "Command": "Confirm-MgDomain", - "OutputType": "IMicrosoftGraphDomain1", + "Uri": "/domains/{domain-id}/verify", + "ApiVersion": "beta" + }, + { "Variants": [ "Verify1", "VerifyViaIdentity1" @@ -4273,41 +4267,41 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain1", + "Method": "POST", + "Command": "Confirm-MgDomain", + "Uri": "/domains/{domain-id}/verify", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "Command": "Confirm-MgGroupGrantedPermissionForApp", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Check", "CheckViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", "Command": "Confirm-MgGroupGrantedPermissionForApp", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberGroups", - "Command": "Confirm-MgGroupMemberGroup", - "OutputType": null, + "Command": "Confirm-MgGroupGrantedPermissionForApp", + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -4381,15 +4375,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberGroups", "Command": "Confirm-MgGroupMemberGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -4463,15 +4457,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberObjects", - "Command": "Confirm-MgGroupMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupMemberGroup", + "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -4545,15 +4539,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberObjects", "Command": "Confirm-MgGroupMemberObject", - "OutputType": null, + "Uri": "/groups/{group-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -4627,215 +4621,245 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "Command": "Confirm-MgGroupPermissionGrantMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupMemberObject", + "Uri": "/groups/{group-id}/checkMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Command": "Confirm-MgGroupPermissionGrantMemberGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "Command": "Confirm-MgGroupPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupPermissionGrantMemberGroup", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Command": "Confirm-MgGroupPermissionGrantMemberObject", - "OutputType": null, + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupPermissionGrantMemberObject", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", - "Command": "Confirm-MgGroupSiteInformationProtectionSignature", + "Command": "Confirm-MgGroupSettingTemplateMemberGroup", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Permissions": [], + "Module": "Groups", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupSettingTemplateMemberObject", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupSiteInformationProtectionSignature", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/informationProtection/verifySignature", - "Command": "Confirm-MgInformationProtectionSignature", - "OutputType": null, "Variants": [ "Verify", "VerifyExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgInformationProtectionSignature", + "Uri": "/informationProtection/verifySignature", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberGroups", - "Command": "Confirm-MgOrganizationMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberGroups", "Command": "Confirm-MgOrganizationMemberGroup", - "OutputType": null, + "Uri": "/organization/{organization-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberObjects", - "Command": "Confirm-MgOrganizationMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgOrganizationMemberGroup", + "Uri": "/organization/{organization-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberObjects", "Command": "Confirm-MgOrganizationMemberObject", - "OutputType": null, + "Uri": "/organization/{organization-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgOrganizationMemberObject", + "Uri": "/organization/{organization-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "Command": "Confirm-MgRiskyServicePrincipalCompromised", - "OutputType": null, "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", "Command": "Confirm-MgRiskyServicePrincipalCompromised", - "OutputType": null, + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "ApiVersion": "beta" + }, + { "Variants": [ "Confirm1", "ConfirmExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "Command": "Confirm-MgRiskyUserCompromised", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgRiskyServicePrincipalCompromised", + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityProtection/riskyUsers/confirmCompromised", "Command": "Confirm-MgRiskyUserCompromised", - "OutputType": null, + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "ApiVersion": "beta" + }, + { "Variants": [ "Confirm1", "ConfirmExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgRiskyUserCompromised", + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "Command": "Confirm-MgServicePrincipalMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", @@ -4909,15 +4933,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "Command": "Confirm-MgServicePrincipalMemberGroup", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -4991,15 +5015,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "Command": "Confirm-MgServicePrincipalMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -5073,15 +5097,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "Command": "Confirm-MgServicePrincipalMemberObject", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -5155,60 +5179,60 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/verifySignature", - "Command": "Confirm-MgSiteInformationProtectionSignature", - "OutputType": null, "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgSiteInformationProtectionSignature", + "Uri": "/sites/{site-id}/informationProtection/verifySignature", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "Command": "Confirm-MgTeamPermissionGrantMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "Command": "Confirm-MgTeamPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgTeamPermissionGrantMemberGroup", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", - "Command": "Confirm-MgTeamScheduleTimeCard", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Confirm-MgTeamPermissionGrantMemberObject", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Confirm", "ConfirmViaIdentity" @@ -5218,90 +5242,90 @@ "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 - } + }, + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Confirm-MgTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", - "Command": "Confirm-MgUserChatPermissionGrantMemberGroup", - "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", - "Command": "Confirm-MgUserChatPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserChatPermissionGrantMemberGroup", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/checkMemberGroups", - "Command": "Confirm-MgUserDeviceMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserChatPermissionGrantMemberObject", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/checkMemberObjects", - "Command": "Confirm-MgUserDeviceMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserDeviceMemberGroup", + "Uri": "/users/{user-id}/devices/{device-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/verifySignature", - "Command": "Confirm-MgUserInformationProtectionSignature", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserDeviceMemberObject", + "Uri": "/users/{user-id}/devices/{device-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/checkMemberGroups", - "Command": "Confirm-MgUserMemberGroup", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserInformationProtectionSignature", + "Uri": "/users/{user-id}/informationProtection/verifySignature", + "ApiVersion": "beta" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -5375,15 +5399,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/checkMemberGroups", "Command": "Confirm-MgUserMemberGroup", - "OutputType": null, + "Uri": "/users/{user-id}/checkMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -5457,15 +5481,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/checkMemberObjects", - "Command": "Confirm-MgUserMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserMemberGroup", + "Uri": "/users/{user-id}/checkMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Check", "CheckExpanded", @@ -5539,15 +5563,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/checkMemberObjects", "Command": "Confirm-MgUserMemberObject", - "OutputType": null, + "Uri": "/users/{user-id}/checkMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Check1", "CheckExpanded1", @@ -5621,28 +5645,28 @@ "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 } - ] + ], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserMemberObject", + "Uri": "/users/{user-id}/checkMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", - "Command": "Connect-MgDeviceManagementChromeOSOnboardingSetting", - "OutputType": null, "Variants": [ "Connect", "ConnectExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/connect", - "Command": "Connect-MgDeviceManagementZebraFotaConnector", "OutputType": null, + "Method": "POST", + "Command": "Connect-MgDeviceManagementChromeOSOnboardingSetting", + "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", + "ApiVersion": "beta" + }, + { "Variants": [ "Connect" ], @@ -5651,15 +5675,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", - "Command": "Copy-MgDeviceManagementReusablePolicySetting", - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Command": "Connect-MgDeviceManagementZebraFotaConnector", + "Uri": "/deviceManagement/zebraFotaConnector/connect", + "ApiVersion": "beta" + }, + { "Variants": [ "Clone", "CloneViaIdentity" @@ -5669,15 +5693,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Method": "POST", + "Command": "Copy-MgDeviceManagementReusablePolicySetting", + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "Command": "Copy-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Copy", "CopyExpanded", @@ -5703,15 +5727,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "Command": "Copy-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -5737,165 +5761,233 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/copy", - "Command": "Copy-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "POST", + "Command": "Copy-MgDriveRoot", + "Uri": "/drives/{drive-id}/root/copy", + "ApiVersion": "beta" }, { + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/root/copy", "Command": "Copy-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiVersion": "beta" }, { + "Variants": [ + "Copy1", + "CopyExpanded1", + "CopyViaIdentity1", + "CopyViaIdentityExpanded1" + ], + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Command": "Copy-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Command": "Copy-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", "Command": "Copy-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "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 + } + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "Command": "Copy-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Copy-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "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 + } + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Command": "Copy-MgGroupOnenoteNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -5921,15 +6013,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Command": "Copy-MgGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgGroupOnenotePageToSection", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -5955,15 +6047,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", "Command": "Copy-MgGroupOnenotePageToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -5989,15 +6081,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Command": "Copy-MgGroupOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6023,15 +6115,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Command": "Copy-MgGroupOnenoteSectionToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6057,15 +6149,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Command": "Copy-MgGroupOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6091,173 +6183,105 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "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 - } - ] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "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 - } - ] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "OutputType": null, + "Method": "POST", + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", - "OutputType": null, - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", - "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", - "OutputType": null, - "Variants": [ - "Copy1", - "CopyExpanded1", - "CopyViaIdentity1", - "CopyViaIdentityExpanded1" - ], - "Permissions": [] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", - "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", - "OutputType": null, "Variants": [ "Copy", "CopyExpanded", @@ -6283,15 +6307,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6317,45 +6341,45 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "OutputType": null, + "Method": "POST", + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Command": "Copy-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6381,15 +6405,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Command": "Copy-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6415,15 +6439,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Command": "Copy-MgSiteOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6449,15 +6473,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "Command": "Copy-MgSiteOnenotePageToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6483,15 +6507,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Command": "Copy-MgSiteOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenotePageToSection", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6517,15 +6541,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Command": "Copy-MgSiteOnenoteSectionToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6551,15 +6575,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6585,15 +6609,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6619,15 +6643,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/clone", - "Command": "Copy-MgTeam", - "OutputType": null, "Variants": [ "Clone1", "CloneExpanded1", @@ -6653,15 +6677,15 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/clone", "Command": "Copy-MgTeam", - "OutputType": null, + "Uri": "/teams/{team-id}/clone", + "ApiVersion": "beta" + }, + { "Variants": [ "Clone", "CloneExpanded", @@ -6687,105 +6711,105 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false } - ] + ], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Copy-MgTeam", + "Uri": "/teams/{team-id}/clone", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Command": "Copy-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Command": "Copy-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "Command": "Copy-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", "Command": "Copy-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "Command": "Copy-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6797,15 +6821,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", "Command": "Copy-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6817,75 +6841,75 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "Command": "Copy-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", "Command": "Copy-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "Command": "Copy-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", "Command": "Copy-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "Command": "Copy-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6897,15 +6921,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", "Command": "Copy-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6917,15 +6941,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/copy", - "Command": "Copy-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6937,15 +6961,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/copy", "Command": "Copy-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/messages/{message-id}/copy", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -6957,15 +6981,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Command": "Copy-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}/copy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -6991,15 +7015,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Command": "Copy-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -7025,15 +7049,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Command": "Copy-MgUserOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -7059,15 +7083,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", "Command": "Copy-MgUserOnenotePageToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -7093,15 +7117,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Command": "Copy-MgUserOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenotePageToSection", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -7127,15 +7151,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Command": "Copy-MgUserOnenoteSectionToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -7161,15 +7185,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Command": "Copy-MgUserOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToNotebook", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Copy", "CopyExpanded", @@ -7195,15 +7219,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Command": "Copy-MgUserOnenoteSectionToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiVersion": "beta" + }, + { "Variants": [ "Copy1", "CopyExpanded1", @@ -7229,15 +7253,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", - "Command": "Disable-MgDeviceManagementComanagedDevice", - "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" @@ -7255,15 +7279,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", - "Command": "Disable-MgDeviceManagementComanagedDeviceLostMode", "OutputType": null, + "Method": "POST", + "Command": "Disable-MgDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", + "ApiVersion": "beta" + }, + { "Variants": [ "Disable", "DisableViaIdentity" @@ -7273,15 +7297,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", - "Command": "Disable-MgDeviceManagementManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Disable-MgDeviceManagementComanagedDeviceLostMode", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", + "ApiVersion": "beta" + }, + { "Variants": [ "Disable", "DisableViaIdentity" @@ -7299,15 +7323,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", "OutputType": null, + "Method": "POST", + "Command": "Disable-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", + "ApiVersion": "beta" + }, + { "Variants": [ "Disable", "DisableViaIdentity" @@ -7317,15 +7341,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "ApiVersion": "beta" + }, + { "Variants": [ "Disable1", "DisableViaIdentity1" @@ -7335,15 +7359,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", - "Command": "Disable-MgUserAuthenticationMethodSmsSignIn", - "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" @@ -7353,15 +7377,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", - "Command": "Disable-MgUserAuthenticationPhoneMethodSmSign", "OutputType": null, + "Method": "POST", + "Command": "Disable-MgUserAuthenticationMethodSmsSignIn", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", + "ApiVersion": "beta" + }, + { "Variants": [ "Disable", "DisableViaIdentity" @@ -7379,66 +7403,66 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", - "Command": "Disable-MgUserManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Disable-MgUserAuthenticationPhoneMethodSmSign", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Disable", "DisableViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "Command": "Disable-MgUserManagedDeviceLostMode", "OutputType": null, + "Method": "POST", + "Command": "Disable-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", + "ApiVersion": "beta" + }, + { "Variants": [ "Disable", "DisableViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "Command": "Disable-MgUserManagedDeviceLostMode", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "ApiVersion": "beta" + }, + { "Variants": [ "Disable1", "DisableViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Disable-MgUserManagedDeviceLostMode", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", - "Command": "Disconnect-MgDeviceManagementChromeOSOnboardingSetting", - "OutputType": null, "Variants": [ "Disconnect" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", "OutputType": null, + "Method": "POST", + "Command": "Disconnect-MgDeviceManagementChromeOSOnboardingSetting", + "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", + "ApiVersion": "beta" + }, + { "Variants": [ "Disconnect", "DisconnectViaIdentity" @@ -7456,15 +7480,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", - "OutputType": null, + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "ApiVersion": "beta" + }, + { "Variants": [ "Disconnect1", "DisconnectViaIdentity1" @@ -7482,15 +7506,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/disconnect", - "Command": "Disconnect-MgDeviceManagementZebraFotaConnector", "OutputType": null, + "Method": "POST", + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Disconnect" ], @@ -7499,15 +7523,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", - "Command": "Enable-MgDeviceManagementAndroidDeviceAdministratorEnrollment", "OutputType": null, + "Method": "POST", + "Command": "Disconnect-MgDeviceManagementZebraFotaConnector", + "Uri": "/deviceManagement/zebraFotaConnector/disconnect", + "ApiVersion": "beta" + }, + { "Variants": [ "Enable" ], @@ -7524,28 +7548,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/assignmentFilters/enable", - "Command": "Enable-MgDeviceManagementAssignmentFilter", "OutputType": null, + "Method": "POST", + "Command": "Enable-MgDeviceManagementAndroidDeviceAdministratorEnrollment", + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", + "ApiVersion": "beta" + }, + { "Variants": [ "Enable", "EnableExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", - "Command": "Enable-MgDeviceManagementComanagedDeviceLostMode", "OutputType": null, + "Method": "POST", + "Command": "Enable-MgDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters/enable", + "ApiVersion": "beta" + }, + { "Variants": [ "Enable", "EnableExpanded", @@ -7557,39 +7581,39 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Enable-MgDeviceManagementComanagedDeviceLostMode", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", + "ApiVersion": "beta" }, { + "Variants": [ + "Enable" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", "Command": "Enable-MgDeviceManagementDeviceHealthScriptGlobalScript", - "OutputType": null, + "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Enable" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/enableLegacyPcManagement", "Command": "Enable-MgDeviceManagementLegacyPcManagement", - "OutputType": null, - "Variants": [ - "Enable" - ], - "Permissions": [] + "Uri": "/deviceManagement/enableLegacyPcManagement", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", - "Command": "Enable-MgDeviceManagementManagedDeviceLostMode", - "OutputType": null, "Variants": [ "Enable", "EnableExpanded", @@ -7601,15 +7625,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/tenantAttachRBAC/enable", - "Command": "Enable-MgDeviceManagementTenantAttachRbac", "OutputType": null, + "Method": "POST", + "Command": "Enable-MgDeviceManagementManagedDeviceLostMode", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", + "ApiVersion": "beta" + }, + { "Variants": [ "Enable", "EnableExpanded" @@ -7627,15 +7651,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/enableUnlicensedAdminstrators", - "Command": "Enable-MgDeviceManagementUnlicensedAdminstrator", "OutputType": null, + "Method": "POST", + "Command": "Enable-MgDeviceManagementTenantAttachRbac", + "Uri": "/deviceManagement/tenantAttachRBAC/enable", + "ApiVersion": "beta" + }, + { "Variants": [ "Enable" ], @@ -7644,15 +7668,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Enable-MgDeviceManagementUnlicensedAdminstrator", + "Uri": "/deviceManagement/enableUnlicensedAdminstrators", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", - "Command": "Enable-MgUserAuthenticationMethodSmsSignIn", - "OutputType": null, "Variants": [ "Enable", "EnableViaIdentity" @@ -7662,15 +7686,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", - "Command": "Enable-MgUserAuthenticationPhoneMethodSmSign", "OutputType": null, + "Method": "POST", + "Command": "Enable-MgUserAuthenticationMethodSmsSignIn", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", + "ApiVersion": "beta" + }, + { "Variants": [ "Enable", "EnableViaIdentity" @@ -7688,30 +7712,30 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", - "Command": "Enable-MgUserManagedDeviceLostMode", "OutputType": null, + "Method": "POST", + "Command": "Enable-MgUserAuthenticationPhoneMethodSmSign", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Enable-MgUserManagedDeviceLostMode", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", - "Command": "Export-MgComplianceEdiscoveryCaseReviewSet", - "OutputType": null, "Variants": [ "Export", "ExportExpanded", @@ -7731,15 +7755,15 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Export-MgComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "Command": "Export-MgDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", - "OutputType": null, "Variants": [ "Export", "ExportViaIdentity" @@ -7757,15 +7781,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Export-MgDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", - "Command": "Export-MgDirectoryInboundSharedUserProfilePersonalData", - "OutputType": null, "Variants": [ "Export", "ExportExpanded", @@ -7785,41 +7809,41 @@ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Export-MgDirectoryInboundSharedUserProfilePersonalData", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", - "Command": "Export-MgPrivilegedAccessResourceRoleAssignment", - "OutputType": null, "Variants": [ "Export", "ExportViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", - "Command": "Export-MgPrivilegedAccessRoleAssignment", "OutputType": null, + "Method": "GET", + "Command": "Export-MgPrivilegedAccessResourceRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", + "ApiVersion": "beta" + }, + { "Variants": [ "Export", "ExportViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "GET", + "Command": "Export-MgPrivilegedAccessRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": null, "Variants": [ "Export", "ExportExpanded", @@ -7839,15 +7863,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": null, + "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "ApiVersion": "beta" + }, + { "Variants": [ "Export", "ExportExpanded", @@ -7867,15 +7891,15 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "Command": "Export-MgUserDeviceAndAppManagementData", - "OutputType": null, "Variants": [ "Export2", "Export3", @@ -7907,15 +7931,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "Command": "Export-MgUserDeviceAndAppManagementData", - "OutputType": null, + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "ApiVersion": "beta" + }, + { "Variants": [ "Export", "Export1", @@ -7947,15 +7971,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "Users.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Export-MgUserDeviceAndAppManagementData", + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/exportPersonalData", - "Command": "Export-MgUserPersonalData", - "OutputType": null, "Variants": [ "Export", "ExportExpanded", @@ -7967,15 +7991,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/exportPersonalData", "Command": "Export-MgUserPersonalData", - "OutputType": null, + "Uri": "/users/{user-id}/exportPersonalData", + "ApiVersion": "beta" + }, + { "Variants": [ "Export1", "ExportExpanded1", @@ -7987,41 +8011,41 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Export-MgUserPersonalData", + "Uri": "/users/{user-id}/exportPersonalData", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiVersion": "beta" + }, + { "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", - "Command": "Find-MgDeviceManagementComanagedDevice", - "OutputType": null, "Variants": [ "Locate", "LocateViaIdentity" @@ -8031,15 +8055,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "Command": "Find-MgDeviceManagementManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Find-MgDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Locate", "LocateViaIdentity" @@ -8049,15 +8073,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", "Command": "Find-MgDeviceManagementManagedDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Locate1", "LocateViaIdentity1" @@ -8067,28 +8091,28 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Find-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Command": "Find-MgIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Variants": [ "Find", "FindViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Command": "Find-MgPolicyAuthenticationStrengthPolicyByMethodMode", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Find-MgIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "ApiVersion": "beta" + }, + { "Variants": [ "Find", "FindViaIdentity" @@ -8112,15 +8136,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Find-MgPolicyAuthenticationStrengthPolicyByMethodMode", + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Discover", "DiscoverViaIdentity" @@ -8130,54 +8154,54 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiVersion": "beta" + }, + { "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "Command": "Find-MgUserManagedDevice", - "OutputType": null, "Variants": [ "Locate", "LocateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", "Command": "Find-MgUserManagedDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Locate1", "LocateViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/findMeetingTimes", - "Command": "Find-MgUserMeetingTime", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult1", + "Command": "Find-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Find", "FindExpanded", @@ -8197,15 +8221,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult1", "Method": "POST", - "Uri": "/users/{user-id}/findMeetingTimes", "Command": "Find-MgUserMeetingTime", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Uri": "/users/{user-id}/findMeetingTimes", + "ApiVersion": "beta" + }, + { "Variants": [ "Find1", "FindExpanded1", @@ -8225,15 +8249,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Method": "POST", + "Command": "Find-MgUserMeetingTime", + "Uri": "/users/{user-id}/findMeetingTimes", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/findRooms", - "Command": "Find-MgUserRoom", - "OutputType": "IMicrosoftGraphEmailAddress", "Variants": [ "Find", "Find1", @@ -8253,15 +8277,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/findRoomLists", - "Command": "Find-MgUserRoomList", "OutputType": "IMicrosoftGraphEmailAddress", + "Method": "GET", + "Command": "Find-MgUserRoom", + "Uri": "/users/{user-id}/findRooms", + "ApiVersion": "beta" + }, + { "Variants": [ "Find", "FindViaIdentity" @@ -8279,15 +8303,15 @@ "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 } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEmailAddress", + "Method": "GET", + "Command": "Find-MgUserRoomList", + "Uri": "/users/{user-id}/findRoomLists", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}", - "Command": "Get-MgAccessReview", - "OutputType": "IMicrosoftGraphAccessReview", "Variants": [ "Get", "GetViaIdentity" @@ -8311,15 +8335,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", - "Uri": "/accessReviews", "Command": "Get-MgAccessReview", - "OutputType": "IMicrosoftGraphAccessReview", + "Uri": "/accessReviews/{accessReview-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8342,28 +8366,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Command": "Get-MgAccessReviewDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgAccessReview", + "Uri": "/accessReviews", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/decisions", "Command": "Get-MgAccessReviewDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8386,128 +8410,128 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Command": "Get-MgAccessReviewInstance", - "OutputType": "IMicrosoftGraphAccessReview", + "Command": "Get-MgAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances", "Command": "Get-MgAccessReviewInstance", - "OutputType": "IMicrosoftGraphAccessReview", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Command": "Get-MgAccessReviewInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgAccessReviewInstance", + "Uri": "/accessReviews/{accessReview-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "Command": "Get-MgAccessReviewInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Command": "Get-MgAccessReviewInstanceMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Command": "Get-MgAccessReviewInstanceDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "Command": "Get-MgAccessReviewInstanceMyDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Command": "Get-MgAccessReviewInstanceReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgAccessReviewInstanceMyDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "Command": "Get-MgAccessReviewInstanceReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Command": "Get-MgAccessReviewMyDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgAccessReviewInstanceReviewer", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/myDecisions", "Command": "Get-MgAccessReviewMyDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8530,28 +8554,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Command": "Get-MgAccessReviewReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgAccessReviewMyDecision", + "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/reviewers", "Command": "Get-MgAccessReviewReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8574,15 +8598,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Command": "Get-MgAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "Get", "GetViaIdentity" @@ -8612,15 +8636,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/administrativeUnits", "Command": "Get-MgAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8649,28 +8673,28 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Method": "GET", + "Command": "Get-MgAdministrativeUnit", + "Uri": "/administrativeUnits", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/getByIds", - "Command": "Get-MgAdministrativeUnitById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgAdministrativeUnitById", + "Uri": "/administrativeUnits/getByIds", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/administrativeUnits/delta", - "Command": "Get-MgAdministrativeUnitDelta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "Delta" ], @@ -8699,40 +8723,40 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Command": "Get-MgAdministrativeUnitExtension", - "OutputType": null, + "Command": "Get-MgAdministrativeUnitDelta", + "Uri": "/administrativeUnits/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "Command": "Get-MgAdministrativeUnitExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "Command": "Get-MgAdministrativeUnitMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgAdministrativeUnitExtension", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8761,28 +8785,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Command": "Get-MgAdministrativeUnitMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgAdministrativeUnitMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", "Command": "Get-MgAdministrativeUnitMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8811,28 +8835,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Command": "Get-MgAdministrativeUnitMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgAdministrativeUnitMemberAsApplication", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", "Command": "Get-MgAdministrativeUnitMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8861,28 +8885,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Command": "Get-MgAdministrativeUnitMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgAdministrativeUnitMemberAsDevice", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", "Command": "Get-MgAdministrativeUnitMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8911,28 +8935,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Command": "Get-MgAdministrativeUnitMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Command": "Get-MgAdministrativeUnitMemberAsGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Command": "Get-MgAdministrativeUnitMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -8961,28 +8985,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgAdministrativeUnitMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgAdministrativeUnitMemberAsOrgContact", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Command": "Get-MgAdministrativeUnitMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -9011,28 +9035,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Command": "Get-MgAdministrativeUnitMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", "Command": "Get-MgAdministrativeUnitMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -9061,15 +9085,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Command": "Get-MgAdministrativeUnitMemberByRef", - "OutputType": null, + "Command": "Get-MgAdministrativeUnitMemberAsUser", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -9098,45 +9122,45 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "Command": "Get-MgAdministrativeUnitMemberGroup", "OutputType": null, + "Method": "GET", + "Command": "Get-MgAdministrativeUnitMemberByRef", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "Command": "Get-MgAdministrativeUnitMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgAdministrativeUnitMemberGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgAdministrativeUnitMemberObject", + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Command": "Get-MgAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" @@ -9166,15 +9190,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Command": "Get-MgAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -9203,28 +9227,28 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgAdministrativeUnitScopedRoleMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/getUserOwnedObjects", - "Command": "Get-MgAdministrativeUnitUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgAdministrativeUnitUserOwnedObject", + "Uri": "/administrativeUnits/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/agreements/{agreement-id}", - "Command": "Get-MgAgreement", - "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "Get", "GetViaIdentity" @@ -9234,39 +9258,39 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/agreements", "Command": "Get-MgAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/agreements/{agreement-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/agreements", "Command": "Get-MgAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/agreements", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/agreements/{agreement-id}", "Command": "Get-MgAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/agreements", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -9276,65 +9300,65 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Command": "Get-MgAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgAgreement", + "Uri": "/agreements/{agreement-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances", "Command": "Get-MgAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances", "Command": "Get-MgAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Command": "Get-MgAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file", - "Command": "Get-MgAgreementFile", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Get-MgAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -9352,15 +9376,15 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file", "Command": "Get-MgAgreementFile", - "OutputType": "IMicrosoftGraphAgreementFile", + "Uri": "/agreements/{agreement-id}/file", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -9378,178 +9402,178 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Command": "Get-MgAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgAgreementFile", + "Uri": "/agreements/{agreement-id}/file", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations", "Command": "Get-MgAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations", "Command": "Get-MgAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Command": "Get-MgAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Command": "Get-MgAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Command": "Get-MgAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Command": "Get-MgAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Command": "Get-MgAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "Command": "Get-MgAllGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels", "Command": "Get-MgAllGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels", "Command": "Get-MgAllGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/allChannels", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", "Command": "Get-MgAllGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/allChannels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "Command": "Get-MgAllTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgAllGroupTeamChannel", + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teams/{team-id}/allChannels", "Command": "Get-MgAllTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -9572,15 +9596,15 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teams/{team-id}/allChannels", "Command": "Get-MgAllTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teams/{team-id}/allChannels", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -9603,28 +9627,28 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teams/{team-id}/allChannels/{channel-id}", "Command": "Get-MgAllTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teams/{team-id}/allChannels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgAllTeamChannel", + "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/getAllMessages", - "Command": "Get-MgAllUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get", "GetViaIdentity" @@ -9648,15 +9672,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/users/{user-id}/chats/getAllMessages", "Command": "Get-MgAllUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/getAllMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -9680,28 +9704,28 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgAllUserChatMessage", + "Uri": "/users/{user-id}/chats/getAllMessages", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Command": "Get-MgAppCatalogTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/appCatalogs/teamsApps", "Command": "Get-MgAppCatalogTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -9736,15 +9760,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/appCatalogs/teamsApps", "Command": "Get-MgAppCatalogTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/appCatalogs/teamsApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -9779,78 +9803,78 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Command": "Get-MgAppCatalogTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/appCatalogs/teamsApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Command": "Get-MgAppCatalogTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Command": "Get-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Command": "Get-MgAppCatalogTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Command": "Get-MgAppCatalogTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Command": "Get-MgAppCatalogTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Command": "Get-MgAppCatalogTeamAppDefinitionBot", - "OutputType": null, + "Command": "Get-MgAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -9874,15 +9898,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Command": "Get-MgAppCatalogTeamAppDefinitionBot", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -9906,15 +9930,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Command": "Get-MgAppCatalogTeamAppDefinitionColorIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -9938,15 +9962,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Command": "Get-MgAppCatalogTeamAppDefinitionColorIconHostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Command": "Get-MgAppCatalogTeamAppDefinitionColorIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -9972,15 +9996,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Command": "Get-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -10004,15 +10028,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -10038,15 +10062,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}", - "Command": "Get-MgApplication", - "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "Get", "GetViaIdentity" @@ -10076,15 +10100,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/applications", "Command": "Get-MgApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/applications/{application-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -10113,15 +10137,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/applications", "Command": "Get-MgApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/applications", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -10150,15 +10174,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/applications/{application-id}", "Command": "Get-MgApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/applications", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -10188,141 +10212,141 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies", - "Command": "Get-MgApplicationAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Command": "Get-MgApplication", + "Uri": "/applications/{application-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies", "Command": "Get-MgApplicationAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Uri": "/applications/{application-id}/appManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Command": "Get-MgApplicationAppManagementPolicyByRef", - "OutputType": null, + "Command": "Get-MgApplicationAppManagementPolicy", + "Uri": "/applications/{application-id}/appManagementPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "Command": "Get-MgApplicationAppManagementPolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicyByRef", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/getByIds", - "Command": "Get-MgApplicationById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/applications/getByIds", "Command": "Get-MgApplicationById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/applications/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgApplicationById", + "Uri": "/applications/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/connectorGroup", - "Command": "Get-MgApplicationConnectorGroup", - "OutputType": "IMicrosoftGraphConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Command": "Get-MgApplicationConnectorGroupByRef", - "OutputType": null, + "Command": "Get-MgApplicationConnectorGroup", + "Uri": "/applications/{application-id}/connectorGroup", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/createdOnBehalfOf", - "Command": "Get-MgApplicationCreatedOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgApplicationConnectorGroupByRef", + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/applications/{application-id}/createdOnBehalfOf", "Command": "Get-MgApplicationCreatedOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/applications/{application-id}/createdOnBehalfOf", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/applications/delta", - "Command": "Get-MgApplicationDelta", - "OutputType": "IMicrosoftGraphApplication1", + "Command": "Get-MgApplicationCreatedOnBehalfOf", + "Uri": "/applications/{application-id}/createdOnBehalfOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -10351,15 +10375,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/applications/delta", "Command": "Get-MgApplicationDelta", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/applications/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -10388,15 +10412,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Command": "Get-MgApplicationExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty1", + "Command": "Get-MgApplicationDelta", + "Uri": "/applications/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -10420,15 +10444,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty1", "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties", "Command": "Get-MgApplicationExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty1", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -10457,15 +10481,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtensionProperty1", "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties", "Command": "Get-MgApplicationExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -10494,15 +10518,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Command": "Get-MgApplicationExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -10526,15 +10550,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Command": "Get-MgApplicationFederatedIdentityCredential", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Command": "Get-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -10544,15 +10568,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Command": "Get-MgApplicationFederatedIdentityCredential", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -10569,15 +10593,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Command": "Get-MgApplicationFederatedIdentityCredential", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -10594,15 +10618,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Command": "Get-MgApplicationFederatedIdentityCredential", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -10612,151 +10636,151 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Command": "Get-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", - "Uri": "/applications/{application-id}/logo", - "Command": "Get-MgApplicationLogo", - "OutputType": null, + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/logo", "Command": "Get-MgApplicationLogo", - "OutputType": null, + "Uri": "/applications/{application-id}/logo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/getMemberGroups", - "Command": "Get-MgApplicationMemberGroup", "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationLogo", + "Uri": "/applications/{application-id}/logo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/getMemberGroups", "Command": "Get-MgApplicationMemberGroup", - "OutputType": null, + "Uri": "/applications/{application-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/getMemberObjects", - "Command": "Get-MgApplicationMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgApplicationMemberGroup", + "Uri": "/applications/{application-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/getMemberObjects", "Command": "Get-MgApplicationMemberObject", - "OutputType": null, + "Uri": "/applications/{application-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgApplicationMemberObject", + "Uri": "/applications/{application-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/owners", - "Command": "Get-MgApplicationOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List1" ], @@ -10785,15 +10809,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/applications/{application-id}/owners", "Command": "Get-MgApplicationOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/applications/{application-id}/owners", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -10822,190 +10846,190 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/applications/{application-id}/owners/appRoleAssignment", - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgApplicationOwner", + "Uri": "/applications/{application-id}/owners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/applications/{application-id}/owners/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "Command": "Get-MgApplicationOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/applications/{application-id}/owners/endpoint", "Command": "Get-MgApplicationOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/applications/{application-id}/owners/endpoint", "Command": "Get-MgApplicationOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/applications/{application-id}/owners/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", "Command": "Get-MgApplicationOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/applications/{application-id}/owners/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Command": "Get-MgApplicationOwnerAsEndpoint", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/applications/{application-id}/owners/servicePrincipal", "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/applications/{application-id}/owners/servicePrincipal", "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/applications/{application-id}/owners/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/applications/{application-id}/owners/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "Command": "Get-MgApplicationOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgApplicationOwnerAsServicePrincipal", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/applications/{application-id}/owners/user", "Command": "Get-MgApplicationOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/applications/{application-id}/owners/user", "Command": "Get-MgApplicationOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/applications/{application-id}/owners/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", "Command": "Get-MgApplicationOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/applications/{application-id}/owners/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/applications/{application-id}/owners/$ref", - "Command": "Get-MgApplicationOwnerByRef", - "OutputType": null, + "Command": "Get-MgApplicationOwnerAsUser", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -11034,15 +11058,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/owners/$ref", "Command": "Get-MgApplicationOwnerByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/owners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11071,28 +11095,28 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/synchronization", - "Command": "Get-MgApplicationSynchronization", - "OutputType": "IMicrosoftGraphSynchronization", + "Command": "Get-MgApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", + "Command": "Get-MgApplicationSynchronization", + "Uri": "/applications/{application-id}/synchronization", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "Command": "Get-MgApplicationSynchronizationAccessToken", - "OutputType": null, "Variants": [ "Acquire", "AcquireExpanded", @@ -11104,78 +11128,78 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgApplicationSynchronizationAccessToken", + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Command": "Get-MgApplicationSynchronizationJob", - "OutputType": "IMicrosoftGraphSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs", "Command": "Get-MgApplicationSynchronizationJob", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Command": "Get-MgApplicationSynchronizationJobSchema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Get-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgApplicationSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Command": "Get-MgApplicationSynchronizationTemplate", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -11193,15 +11217,15 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates", "Command": "Get-MgApplicationSynchronizationTemplate", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11218,15 +11242,15 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Command": "Get-MgApplicationSynchronizationTemplateSchema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Get-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -11244,90 +11268,90 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/applicationTemplates/{applicationTemplate-id}", - "Command": "Get-MgApplicationTemplate", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplicationTemplate", "Method": "GET", - "Uri": "/applicationTemplates", "Command": "Get-MgApplicationTemplate", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Uri": "/applicationTemplates/{applicationTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplicationTemplate", "Method": "GET", - "Uri": "/applicationTemplates", "Command": "Get-MgApplicationTemplate", - "OutputType": "IMicrosoftGraphApplicationTemplate1", + "Uri": "/applicationTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplicationTemplate1", "Method": "GET", - "Uri": "/applicationTemplates/{applicationTemplate-id}", "Command": "Get-MgApplicationTemplate", - "OutputType": "IMicrosoftGraphApplicationTemplate1", + "Uri": "/applicationTemplates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplicationTemplate1", "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "Command": "Get-MgApplicationTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Command": "Get-MgApplicationTemplate", + "Uri": "/applicationTemplates/{applicationTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -11350,15 +11374,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies", "Command": "Get-MgApplicationTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11381,15 +11405,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Command": "Get-MgApplicationTokenIssuancePolicyByRef", - "OutputType": null, + "Command": "Get-MgApplicationTokenIssuancePolicy", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -11412,15 +11436,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Command": "Get-MgApplicationTokenIssuancePolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11443,15 +11467,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "Command": "Get-MgApplicationTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -11474,15 +11498,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies", "Command": "Get-MgApplicationTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -11505,15 +11529,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Command": "Get-MgApplicationTokenLifetimePolicyByRef", - "OutputType": null, + "Command": "Get-MgApplicationTokenLifetimePolicy", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -11536,15 +11560,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Command": "Get-MgApplicationTokenLifetimePolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -11567,28 +11591,28 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/getUserOwnedObjects", - "Command": "Get-MgApplicationUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgApplicationUserOwnedObject", + "Uri": "/applications/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Command": "Get-MgAuditLogDirectoryAudit", - "OutputType": "IMicrosoftGraphDirectoryAudit1", "Variants": [ "Get", "GetViaIdentity" @@ -11606,15 +11630,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryAudit1", "Method": "GET", - "Uri": "/auditLogs/directoryAudits", "Command": "Get-MgAuditLogDirectoryAudit", - "OutputType": "IMicrosoftGraphDirectoryAudit1", + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11631,15 +11655,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryAudit1", "Method": "GET", - "Uri": "/auditLogs/directoryAudits", "Command": "Get-MgAuditLogDirectoryAudit", - "OutputType": "IMicrosoftGraphDirectoryAudit", + "Uri": "/auditLogs/directoryAudits", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -11656,15 +11680,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryAudit", "Method": "GET", - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "Command": "Get-MgAuditLogDirectoryAudit", - "OutputType": "IMicrosoftGraphDirectoryAudit", + "Uri": "/auditLogs/directoryAudits", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -11682,53 +11706,53 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryAudit", "Method": "GET", - "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "Command": "Get-MgAuditLogDirectoryProvisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", + "Command": "Get-MgAuditLogDirectoryAudit", + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Method": "GET", - "Uri": "/auditLogs/directoryProvisioning", "Command": "Get-MgAuditLogDirectoryProvisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", + "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Command": "Get-MgAuditLogProvisioning", "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", + "Method": "GET", + "Command": "Get-MgAuditLogDirectoryProvisioning", + "Uri": "/auditLogs/directoryProvisioning", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Method": "GET", - "Uri": "/auditLogs/provisioning", "Command": "Get-MgAuditLogProvisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -11745,15 +11769,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Method": "GET", - "Uri": "/auditLogs/provisioning", "Command": "Get-MgAuditLogProvisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Uri": "/auditLogs/provisioning", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11770,28 +11794,28 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Method": "GET", - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "Command": "Get-MgAuditLogProvisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Uri": "/auditLogs/provisioning", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Method": "GET", - "Uri": "/auditLogs/signIns/{signIn-id}", - "Command": "Get-MgAuditLogSignIn", - "OutputType": "IMicrosoftGraphSignIn1", + "Command": "Get-MgAuditLogProvisioning", + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -11809,15 +11833,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSignIn1", "Method": "GET", - "Uri": "/auditLogs/signIns", "Command": "Get-MgAuditLogSignIn", - "OutputType": "IMicrosoftGraphSignIn1", + "Uri": "/auditLogs/signIns/{signIn-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -11834,15 +11858,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSignIn1", "Method": "GET", - "Uri": "/auditLogs/signIns", "Command": "Get-MgAuditLogSignIn", - "OutputType": "IMicrosoftGraphSignIn", + "Uri": "/auditLogs/signIns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11859,15 +11883,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSignIn", "Method": "GET", - "Uri": "/auditLogs/signIns/{signIn-id}", "Command": "Get-MgAuditLogSignIn", - "OutputType": "IMicrosoftGraphSignIn", + "Uri": "/auditLogs/signIns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -11885,15 +11909,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] + ], + "Module": "Reports", + "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", + "Command": "Get-MgAuditLogSignIn", + "Uri": "/auditLogs/signIns/{signIn-id}", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Command": "Get-MgBookingBusiness", - "OutputType": "IMicrosoftGraphBookingBusiness", "Variants": [ "Get", "GetViaIdentity" @@ -11923,15 +11947,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingBusiness", "Method": "GET", - "Uri": "/bookingBusinesses", "Command": "Get-MgBookingBusiness", - "OutputType": "IMicrosoftGraphBookingBusiness", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -11960,15 +11984,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingBusiness", "Method": "GET", - "Uri": "/solutions/bookingBusinesses", "Command": "Get-MgBookingBusiness", - "OutputType": "IMicrosoftGraphBookingBusiness1", + "Uri": "/bookingBusinesses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -11997,15 +12021,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingBusiness1", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Command": "Get-MgBookingBusiness", - "OutputType": "IMicrosoftGraphBookingBusiness1", + "Uri": "/solutions/bookingBusinesses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -12035,15 +12059,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingBusiness1", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Command": "Get-MgBookingBusinessAppointment", - "OutputType": "IMicrosoftGraphBookingAppointment1", + "Command": "Get-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -12073,15 +12097,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "Command": "Get-MgBookingBusinessAppointment", - "OutputType": "IMicrosoftGraphBookingAppointment1", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -12110,15 +12134,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Command": "Get-MgBookingBusinessAppointment", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -12147,15 +12171,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Command": "Get-MgBookingBusinessAppointment", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -12185,28 +12209,28 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Command": "Get-MgBookingBusinessCalendarView", - "OutputType": "IMicrosoftGraphBookingAppointment1", + "Command": "Get-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "Command": "Get-MgBookingBusinessCalendarView", - "OutputType": "IMicrosoftGraphBookingAppointment1", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -12235,15 +12259,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "Command": "Get-MgBookingBusinessCalendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -12272,28 +12296,28 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Command": "Get-MgBookingBusinessCalendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Command": "Get-MgBookingBusinessCustomer", - "OutputType": "IMicrosoftGraphBookingCustomer", + "Command": "Get-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -12323,15 +12347,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingCustomer", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "Command": "Get-MgBookingBusinessCustomer", - "OutputType": "IMicrosoftGraphBookingCustomer", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -12360,15 +12384,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCustomer", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "Command": "Get-MgBookingBusinessCustomer", - "OutputType": "IMicrosoftGraphBookingCustomerBase", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -12397,15 +12421,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCustomerBase", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Command": "Get-MgBookingBusinessCustomer", - "OutputType": null, + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -12435,15 +12459,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Command": "Get-MgBookingBusinessCustomQuestion", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Command": "Get-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -12473,15 +12497,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Command": "Get-MgBookingBusinessCustomQuestion", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -12504,15 +12528,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Command": "Get-MgBookingBusinessCustomQuestion", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -12535,15 +12559,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Command": "Get-MgBookingBusinessCustomQuestion", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -12573,15 +12597,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Command": "Get-MgBookingBusinessService", - "OutputType": "IMicrosoftGraphBookingService1", + "Command": "Get-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -12611,15 +12635,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingService1", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "Command": "Get-MgBookingBusinessService", - "OutputType": "IMicrosoftGraphBookingService1", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -12648,15 +12672,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingService1", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "Command": "Get-MgBookingBusinessService", - "OutputType": "IMicrosoftGraphBookingService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -12685,15 +12709,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingService", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Command": "Get-MgBookingBusinessService", - "OutputType": "IMicrosoftGraphBookingService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -12723,45 +12747,45 @@ "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 } - ] + ], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", + "Command": "Get-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "Command": "Get-MgBookingBusinessStaffAvailability", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", "Command": "Get-MgBookingBusinessStaffAvailability", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Method": "POST", + "Command": "Get-MgBookingBusinessStaffAvailability", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Command": "Get-MgBookingBusinessStaffMember", - "OutputType": "IMicrosoftGraphBookingStaffMember", "Variants": [ "Get1", "GetViaIdentity1" @@ -12791,54 +12815,17 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingStaffMember", "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Command": "Get-MgBookingBusinessStaffMember", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "Variants": [ - "List1" - ], - "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}/staffMembers/{bookingStaffMember-id}", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Command": "Get-MgBookingBusinessStaffMember", - "OutputType": "IMicrosoftGraphBookingStaffMemberBase", "Variants": [ - "List" + "List1" ], "Permissions": [ { @@ -12865,15 +12852,52 @@ "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 } - ] + ], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMember", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "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 + } + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingStaffMemberBase", "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Command": "Get-MgBookingBusinessStaffMember", - "OutputType": null, + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -12903,15 +12927,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Command": "Get-MgBookingCurrency", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Command": "Get-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -12941,15 +12965,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "GET", - "Uri": "/bookingCurrencies", "Command": "Get-MgBookingCurrency", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -12978,15 +13002,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "GET", - "Uri": "/solutions/bookingCurrencies", "Command": "Get-MgBookingCurrency", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Uri": "/bookingCurrencies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13015,15 +13039,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "GET", - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Command": "Get-MgBookingCurrency", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Uri": "/solutions/bookingCurrencies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -13053,28 +13077,28 @@ "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 } - ] + ], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", + "Command": "Get-MgBookingCurrency", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Command": "Get-MgBusinessFlowTemplate", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Method": "GET", - "Uri": "/businessFlowTemplates", "Command": "Get-MgBusinessFlowTemplate", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13097,15 +13121,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "GET", + "Command": "Get-MgBusinessFlowTemplate", + "Uri": "/businessFlowTemplates", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Command": "Get-MgBusinessScenario", - "OutputType": "IMicrosoftGraphBusinessScenario", "Variants": [ "Get", "GetViaIdentity" @@ -13135,15 +13159,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBusinessScenario", "Method": "GET", - "Uri": "/solutions/businessScenarios", "Command": "Get-MgBusinessScenario", - "OutputType": "IMicrosoftGraphBusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13172,15 +13196,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBusinessScenario", "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Command": "Get-MgBusinessScenarioPlanner", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Command": "Get-MgBusinessScenario", + "Uri": "/solutions/businessScenarios", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -13210,15 +13234,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Method": "GET", + "Command": "Get-MgBusinessScenarioPlanner", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "Command": "Get-MgBusinessScenarioPlannerPlan", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", "Variants": [ "Get", "GetExpanded", @@ -13238,15 +13262,15 @@ "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 } - ] + ], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", + "Method": "POST", + "Command": "Get-MgBusinessScenarioPlannerPlan", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Command": "Get-MgBusinessScenarioPlannerPlanConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Variants": [ "Get", "GetViaIdentity" @@ -13276,15 +13300,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Command": "Get-MgBusinessScenarioPlannerPlanConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -13314,15 +13338,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13351,15 +13375,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Command": "Get-MgBusinessScenarioPlannerTask", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -13377,15 +13401,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "Command": "Get-MgBusinessScenarioPlannerTask", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13402,15 +13426,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Command": "Get-MgBusinessScenarioPlannerTaskConfiguration", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Command": "Get-MgBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -13440,15 +13464,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Method": "GET", + "Command": "Get-MgBusinessScenarioPlannerTaskConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/chats/{chat-id}", - "Command": "Get-MgChat", - "OutputType": "IMicrosoftGraphChat1", "Variants": [ "Get", "GetViaIdentity" @@ -13472,15 +13496,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChat1", "Method": "GET", - "Uri": "/chats", "Command": "Get-MgChat", - "OutputType": "IMicrosoftGraphChat1", + "Uri": "/chats/{chat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13503,15 +13527,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChat1", "Method": "GET", - "Uri": "/chats", "Command": "Get-MgChat", - "OutputType": "IMicrosoftGraphChat", + "Uri": "/chats", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -13534,15 +13558,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChat", "Method": "GET", - "Uri": "/chats/{chat-id}", "Command": "Get-MgChat", - "OutputType": "IMicrosoftGraphChat", + "Uri": "/chats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -13566,15 +13590,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChat", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Command": "Get-MgChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "Get-MgChat", + "Uri": "/chats/{chat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -13598,15 +13622,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps", "Command": "Get-MgChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13629,15 +13653,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps", "Command": "Get-MgChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/chats/{chat-id}/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -13660,15 +13684,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Command": "Get-MgChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/chats/{chat-id}/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -13692,93 +13716,93 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Command": "Get-MgChatInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Command": "Get-MgChatInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Command": "Get-MgChatInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Command": "Get-MgChatInstalledAppTeamApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Command": "Get-MgChatInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Command": "Get-MgChatLastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", - "Uri": "/chats/{chat-id}/lastMessagePreview", "Command": "Get-MgChatLastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Command": "Get-MgChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgChatLastMessagePreview", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -13826,15 +13850,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/chats/{chat-id}/members", "Command": "Get-MgChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -13869,15 +13893,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/chats/{chat-id}/members", "Command": "Get-MgChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/chats/{chat-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -13912,15 +13936,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Command": "Get-MgChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/chats/{chat-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -13968,15 +13992,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/chats/getAllMessages", - "Command": "Get-MgChatMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgChatMember", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -14001,15 +14025,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/chats/{chat-id}/messages", "Command": "Get-MgChatMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/chats/getAllMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -14026,15 +14050,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/chats/{chat-id}/messages", "Command": "Get-MgChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -14051,15 +14075,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Command": "Get-MgChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -14096,15 +14120,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/delta", - "Command": "Get-MgChatMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -14140,15 +14164,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/delta", "Command": "Get-MgChatMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -14184,15 +14208,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgChatMessageDelta", + "Uri": "/chats/{chat-id}/messages/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -14230,106 +14254,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 } - ] - }, - { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Command": "Get-MgChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List" ], - "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 - }, - { - "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 - } - ] - }, - { "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List1" - ], - "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 - }, - { - "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": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ - "Get2", - "Get3", - "GetViaIdentity2", - "GetViaIdentity3" + "List" ], "Permissions": [ { @@ -14362,145 +14297,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 } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" }, { + "Variants": [ + "List1" + ], + "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 + }, + { + "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 + } + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Get-MgChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "Get2", + "Get3", + "GetViaIdentity2", + "GetViaIdentity3" + ], + "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 + }, + { + "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 + } ], - "Permissions": [] + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Get-MgChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Command": "Get-MgChatMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Command": "Get-MgChatMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgChatMessageReplyDelta", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Command": "Get-MgChatOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "Get-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -14524,15 +14548,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/chats/{chat-id}/operations", "Command": "Get-MgChatOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -14555,28 +14579,28 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Get-MgChatPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgChatOperation", + "Uri": "/chats/{chat-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants", "Command": "Get-MgChatPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -14605,103 +14629,103 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants/getByIds", - "Command": "Get-MgChatPermissionGrantById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants/delta", - "Command": "Get-MgChatPermissionGrantDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgChatPermissionGrantById", + "Uri": "/chats/{chat-id}/permissionGrants/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgChatPermissionGrantDelta", + "Uri": "/chats/{chat-id}/permissionGrants/delta", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "Command": "Get-MgChatPermissionGrantMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "Command": "Get-MgChatPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgChatPermissionGrantMemberGroup", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants/getUserOwnedObjects", - "Command": "Get-MgChatPermissionGrantUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgChatPermissionGrantMemberObject", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgChatPermissionGrantUserOwnedObject", + "Uri": "/chats/{chat-id}/permissionGrants/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Command": "Get-MgChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages", "Command": "Get-MgChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -14718,15 +14742,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages", "Command": "Get-MgChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -14743,30 +14767,30 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Command": "Get-MgChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Command": "Get-MgChatTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "Get-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -14796,15 +14820,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/chats/{chat-id}/tabs", "Command": "Get-MgChatTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -14833,15 +14857,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/chats/{chat-id}/tabs", "Command": "Get-MgChatTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/chats/{chat-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -14870,15 +14894,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Command": "Get-MgChatTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/chats/{chat-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -14908,397 +14932,397 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Command": "Get-MgChatTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Command": "Get-MgChatTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgChatTabTeamApp", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/communications/calls/{call-id}", - "Command": "Get-MgCommunicationCall", - "OutputType": "IMicrosoftGraphCall1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCall1", "Method": "GET", - "Uri": "/communications/calls/{call-id}", "Command": "Get-MgCommunicationCall", - "OutputType": "IMicrosoftGraphCall", + "Uri": "/communications/calls/{call-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCall", "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "OutputType": "IMicrosoftGraphAudioRoutingGroup1", + "Command": "Get-MgCommunicationCall", + "Uri": "/communications/calls/{call-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "OutputType": "IMicrosoftGraphAudioRoutingGroup1", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Command": "Get-MgCommunicationCallContentSharingSession", - "OutputType": null, + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Command": "Get-MgCommunicationCallContentSharingSession", - "OutputType": "IMicrosoftGraphContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentSharingSession", "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Command": "Get-MgCommunicationCallContentSharingSession", - "OutputType": "IMicrosoftGraphContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentSharingSession", "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Command": "Get-MgCommunicationCallContentSharingSession", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Command": "Get-MgCommunicationCallOperation", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations", "Command": "Get-MgCommunicationCallOperation", - "OutputType": "IMicrosoftGraphCommsOperation", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations", "Command": "Get-MgCommunicationCallOperation", - "OutputType": "IMicrosoftGraphCommsOperation", + "Uri": "/communications/calls/{call-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Command": "Get-MgCommunicationCallOperation", - "OutputType": "IMicrosoftGraphCommsOperation", + "Uri": "/communications/calls/{call-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Command": "Get-MgCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphParticipant1", + "Command": "Get-MgCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphParticipant1", "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants", "Command": "Get-MgCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphParticipant1", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphParticipant1", "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants", "Command": "Get-MgCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphParticipant", + "Uri": "/communications/calls/{call-id}/participants", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphParticipant", "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Command": "Get-MgCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphParticipant", + "Uri": "/communications/calls/{call-id}/participants", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphParticipant", "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}", - "Command": "Get-MgCommunicationCallRecord", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Command": "Get-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}", "Command": "Get-MgCommunicationCallRecord", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Uri": "/communications/callRecords/{callRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", "Method": "GET", - "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Command": "Get-MgCommunicationCallRecordPstnBlockedUserLog", - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "Command": "Get-MgCommunicationCallRecord", + "Uri": "/communications/callRecords/{callRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", "Method": "GET", - "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Command": "Get-MgCommunicationCallRecordPstnOnlineMeetingDialoutReport", - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "Command": "Get-MgCommunicationCallRecordPstnBlockedUserLog", + "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Command": "Get-MgCommunicationCallRecordSession", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgCommunicationCallRecordPstnOnlineMeetingDialoutReport", + "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Command": "Get-MgCommunicationCallRecordSession", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Command": "Get-MgCommunicationCallRecordSession", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Command": "Get-MgCommunicationCallRecordSession", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", - "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Command": "Get-MgCommunicationCallRecordSmLog", - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Command": "Get-MgCommunicationCallRecordSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSmLog", + "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/onlineMeetings/createOrGet", - "Command": "Get-MgCommunicationOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Get", "Get3", "GetExpanded", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/communications/onlineMeetings", - "Command": "Get-MgCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Method": "POST", + "Command": "Get-MgCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings/createOrGet", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -15321,15 +15345,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "GET", - "Uri": "/communications/onlineMeetings", "Command": "Get-MgCommunicationOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Uri": "/communications/onlineMeetings", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -15352,315 +15376,315 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Command": "Get-MgCommunicationOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Uri": "/communications/onlineMeetings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetExpanded1", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Command": "Get-MgCommunicationOnlineMeetingAlternativeRecording", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", + "Command": "Get-MgCommunicationOnlineMeetingAlternativeRecording", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord1", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord1", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "Command": "Get-MgCommunicationOnlineMeetingRecording", "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Command": "Get-MgCommunicationOnlineMeetingRegistration", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Command": "Get-MgCommunicationOnlineMeetingRecording", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistration", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "Get-MgCommunicationOnlineMeetingRegistration", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallTranscript", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "OutputType": "IMicrosoftGraphCallTranscript", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVirtualAppointment", "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointment", - "OutputType": "IMicrosoftGraphVirtualAppointment", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/communications/presences/{presence-id}", - "Command": "Get-MgCommunicationPresence", - "OutputType": "IMicrosoftGraphPresence1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPresence1", "Method": "GET", - "Uri": "/communications/presences", "Command": "Get-MgCommunicationPresence", - "OutputType": "IMicrosoftGraphPresence1", + "Uri": "/communications/presences/{presence-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -15677,15 +15701,15 @@ "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 } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPresence1", "Method": "GET", - "Uri": "/communications/presences", "Command": "Get-MgCommunicationPresence", - "OutputType": "IMicrosoftGraphPresence", + "Uri": "/communications/presences", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -15702,28 +15726,28 @@ "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 } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPresence", "Method": "GET", - "Uri": "/communications/presences/{presence-id}", "Command": "Get-MgCommunicationPresence", - "OutputType": "IMicrosoftGraphPresence", + "Uri": "/communications/presences", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgCommunicationPresence", + "Uri": "/communications/presences/{presence-id}", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/getPresencesByUserId", - "Command": "Get-MgCommunicationPresenceByUserId", - "OutputType": "IMicrosoftGraphPresence1", "Variants": [ "Get1", "GetExpanded1" @@ -15733,15 +15757,15 @@ "Description": "Read presence information of all users in your organization", "FullDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPresence1", "Method": "POST", - "Uri": "/communications/getPresencesByUserId", "Command": "Get-MgCommunicationPresenceByUserId", - "OutputType": "IMicrosoftGraphPresence", + "Uri": "/communications/getPresencesByUserId", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -15751,51 +15775,51 @@ "Description": "Read presence information of all users in your organization", "FullDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false - } + }, + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", + "Command": "Get-MgCommunicationPresenceByUserId", + "Uri": "/communications/getPresencesByUserId", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/compliance", - "Command": "Get-MgCompliance", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Method": "GET", - "Uri": "/compliance", "Command": "Get-MgCompliance", - "OutputType": "IMicrosoftGraphCompliance", + "Uri": "/compliance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCompliance", "Method": "GET", - "Uri": "/compliance/ediscovery", - "Command": "Get-MgComplianceEdiscovery", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Command": "Get-MgCompliance", + "Uri": "/compliance", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Command": "Get-MgComplianceEdiscoveryCase", - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Command": "Get-MgComplianceEdiscovery", + "Uri": "/compliance/ediscovery", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -15813,15 +15837,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Method": "GET", - "Uri": "/compliance/ediscovery/cases", "Command": "Get-MgComplianceEdiscoveryCase", - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -15838,15 +15862,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Command": "Get-MgComplianceEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Command": "Get-MgComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -15864,15 +15888,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "Command": "Get-MgComplianceEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -15889,15 +15913,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Command": "Get-MgComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -15915,15 +15939,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -15940,28 +15964,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSourceSite", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSourceSite", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -15979,15 +16003,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16004,28 +16028,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16043,15 +16067,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16068,18 +16092,18 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHold", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "Variants": [ - "Get", - "GetViaIdentity" + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "ApiVersion": "beta" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -16094,15 +16118,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "Command": "Get-MgComplianceEdiscoveryCaseLegalHold", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16119,28 +16143,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Command": "Get-MgComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16157,79 +16181,79 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSourceSite", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSourceSite", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16246,15 +16270,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16272,15 +16296,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16297,28 +16321,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Command": "Get-MgComplianceEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "Command": "Get-MgComplianceEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16335,40 +16359,40 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", - "Command": "Get-MgComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Command": "Get-MgComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", "Command": "Get-MgComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Command": "Get-MgComplianceEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Command": "Get-MgComplianceEdiscoveryCaseOperationAsCaseExportOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16386,15 +16410,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "Command": "Get-MgComplianceEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16411,15 +16435,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Command": "Get-MgComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16437,15 +16461,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16462,15 +16486,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Command": "Get-MgComplianceEdiscoveryCaseSetting", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16488,15 +16512,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Command": "Get-MgComplianceEdiscoveryCaseSetting", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16514,15 +16538,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16539,28 +16563,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16577,15 +16601,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16603,28 +16627,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16641,15 +16665,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16667,28 +16691,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16705,15 +16729,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Command": "Get-MgComplianceEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -16731,15 +16755,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "Command": "Get-MgComplianceEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16756,28 +16780,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", - "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16794,28 +16818,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", - "Command": "Get-MgComplianceEdiscoveryCaseTagParent", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgComplianceEdiscoveryCaseTagParent", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/contacts/{orgContact-id}", - "Command": "Get-MgContact", - "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Get", "GetViaIdentity" @@ -16839,15 +16863,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/contacts", "Command": "Get-MgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/contacts/{orgContact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -16870,15 +16894,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/contacts", "Command": "Get-MgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -16901,15 +16925,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/contacts/{orgContact-id}", "Command": "Get-MgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -16933,41 +16957,41 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgContact", + "Uri": "/contacts/{orgContact-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/getByIds", - "Command": "Get-MgContactById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/contacts/getByIds", "Command": "Get-MgContactById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgContactById", + "Uri": "/contacts/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/contacts/delta", - "Command": "Get-MgContactDelta", - "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Delta1" ], @@ -16990,15 +17014,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/contacts/delta", "Command": "Get-MgContactDelta", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/contacts/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta" ], @@ -17021,28 +17045,28 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "Command": "Get-MgContactDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactDelta", + "Uri": "/contacts/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports", "Command": "Get-MgContactDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -17071,15 +17095,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports", "Command": "Get-MgContactDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/directReports", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -17108,128 +17132,128 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", "Command": "Get-MgContactDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/directReports", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "Command": "Get-MgContactDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Command": "Get-MgContactDirectReport", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "Command": "Get-MgContactDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "Command": "Get-MgContactDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", "Command": "Get-MgContactDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "Command": "Get-MgContactDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgContactDirectReportAsOrgContact", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/user", "Command": "Get-MgContactDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/user", "Command": "Get-MgContactDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/contacts/{orgContact-id}/directReports/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", "Command": "Get-MgContactDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/contacts/{orgContact-id}/directReports/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/manager", - "Command": "Get-MgContactManager", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactDirectReportAsUser", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -17259,15 +17283,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/manager", "Command": "Get-MgContactManager", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/manager", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -17297,15 +17321,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactManager", + "Uri": "/contacts/{orgContact-id}/manager", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "Command": "Get-MgContactMemberGroup", - "OutputType": null, "Variants": [ "Get1", "GetExpanded1", @@ -17373,15 +17397,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberGroups", "Command": "Get-MgContactMemberGroup", - "OutputType": null, + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", @@ -17449,15 +17473,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "Command": "Get-MgContactMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgContactMemberGroup", + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -17531,15 +17555,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberObjects", "Command": "Get-MgContactMemberObject", - "OutputType": null, + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", @@ -17613,28 +17637,28 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgContactMemberObject", + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "Command": "Get-MgContactMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf", "Command": "Get-MgContactMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -17663,15 +17687,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf", "Command": "Get-MgContactMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -17700,141 +17724,141 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "Command": "Get-MgContactMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Command": "Get-MgContactMemberOf", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "Command": "Get-MgContactMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/group", "Command": "Get-MgContactMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/group", "Command": "Get-MgContactMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/contacts/{orgContact-id}/memberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", "Command": "Get-MgContactMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/contacts/{orgContact-id}/memberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "Command": "Get-MgContactTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactMemberOfAsGroup", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Command": "Get-MgContactTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -17857,15 +17881,15 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Command": "Get-MgContactTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -17888,166 +17912,166 @@ "FullDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", "Command": "Get-MgContactTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Command": "Get-MgContactTransitiveMemberOf", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", - "Command": "Get-MgContactTransitiveReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactTransitiveMemberOfAsGroup", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveReports", "Command": "Get-MgContactTransitiveReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/getUserOwnedObjects", - "Command": "Get-MgContactUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactTransitiveReport", + "Uri": "/contacts/{orgContact-id}/transitiveReports", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgContactUserOwnedObject", + "Uri": "/contacts/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/contracts/{contract-id}", - "Command": "Get-MgContract", - "OutputType": "IMicrosoftGraphContract", "Variants": [ "Get1", "GetViaIdentity1" @@ -18065,15 +18089,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContract", "Method": "GET", - "Uri": "/contracts", "Command": "Get-MgContract", - "OutputType": "IMicrosoftGraphContract", + "Uri": "/contracts/{contract-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -18090,15 +18114,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContract", "Method": "GET", - "Uri": "/contracts", "Command": "Get-MgContract", - "OutputType": "IMicrosoftGraphContract", + "Uri": "/contracts", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -18115,15 +18139,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContract", "Method": "GET", - "Uri": "/contracts/{contract-id}", "Command": "Get-MgContract", - "OutputType": "IMicrosoftGraphContract", + "Uri": "/contracts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -18141,41 +18165,41 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", + "Method": "GET", + "Command": "Get-MgContract", + "Uri": "/contracts/{contract-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contracts/getByIds", - "Command": "Get-MgContractById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/contracts/getByIds", "Command": "Get-MgContractById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contracts/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/contracts/delta", - "Command": "Get-MgContractDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgContractById", + "Uri": "/contracts/getByIds", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1" ], @@ -18192,15 +18216,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/contracts/delta", "Command": "Get-MgContractDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/contracts/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta" ], @@ -18217,88 +18241,88 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContractDelta", + "Uri": "/contracts/delta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberGroups", - "Command": "Get-MgContractMemberGroup", - "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberGroups", "Command": "Get-MgContractMemberGroup", - "OutputType": null, + "Uri": "/contracts/{contract-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberObjects", - "Command": "Get-MgContractMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgContractMemberGroup", + "Uri": "/contracts/{contract-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberObjects", "Command": "Get-MgContractMemberObject", - "OutputType": null, + "Uri": "/contracts/{contract-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/contracts/getUserOwnedObjects", - "Command": "Get-MgContractUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContractMemberObject", + "Uri": "/contracts/{contract-id}/getMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgContractUserOwnedObject", + "Uri": "/contracts/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Command": "Get-MgDataPolicyOperation", - "OutputType": "IMicrosoftGraphDataPolicyOperation", "Variants": [ "Get", "GetViaIdentity" @@ -18316,39 +18340,39 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "GET", - "Uri": "/dataPolicyOperations", "Command": "Get-MgDataPolicyOperation", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "GET", - "Uri": "/dataPolicyOperations", "Command": "Get-MgDataPolicyOperation", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Uri": "/dataPolicyOperations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "GET", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Command": "Get-MgDataPolicyOperation", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Uri": "/dataPolicyOperations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -18366,15 +18390,15 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", + "Command": "Get-MgDataPolicyOperation", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/devices/{device-id}", - "Command": "Get-MgDevice", - "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "Get1", "GetViaIdentity1" @@ -18398,15 +18422,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/devices", "Command": "Get-MgDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/devices/{device-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -18429,15 +18453,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/devices", "Command": "Get-MgDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/devices", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -18460,15 +18484,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/devices/{device-id}", "Command": "Get-MgDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/devices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -18492,15 +18516,15 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDevice", + "Uri": "/devices/{device-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceAppManagement", - "Command": "Get-MgDeviceAppMgt", - "OutputType": "IMicrosoftGraphDeviceAppManagement", "Variants": [ "Get" ], @@ -18529,15 +18553,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Method": "GET", - "Uri": "/deviceAppManagement", "Command": "Get-MgDeviceAppMgt", - "OutputType": "IMicrosoftGraphDeviceAppManagement1", + "Uri": "/deviceAppManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -18566,15 +18590,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAppManagement1", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", + "Command": "Get-MgDeviceAppMgt", + "Uri": "/deviceAppManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -18592,15 +18616,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -18617,15 +18641,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -18642,15 +18666,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -18668,15 +18692,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -18706,15 +18730,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -18743,15 +18767,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -18780,15 +18804,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -18818,15 +18842,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -18856,15 +18880,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -18894,15 +18918,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -18932,15 +18956,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -18969,15 +18993,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -19006,15 +19030,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -19044,15 +19068,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19082,15 +19106,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19119,15 +19143,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -19156,15 +19180,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -19194,15 +19218,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19232,15 +19256,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -19270,15 +19294,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19296,15 +19320,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Method": "GET", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19321,40 +19345,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19372,15 +19396,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19397,15 +19421,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19423,15 +19447,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19448,15 +19472,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19474,15 +19498,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19499,15 +19523,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19525,15 +19549,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19550,15 +19574,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": "IMicrosoftGraphIosManagedAppProtection1", + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -19576,15 +19600,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": "IMicrosoftGraphIosManagedAppProtection1", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -19601,15 +19625,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19626,15 +19650,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19652,15 +19676,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -19690,15 +19714,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -19727,15 +19751,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19764,15 +19788,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19802,15 +19826,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -19840,15 +19864,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -19878,15 +19902,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Command": "Get-MgDeviceAppMgtManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -19916,15 +19940,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies", "Command": "Get-MgDeviceAppMgtManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -19953,15 +19977,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies", "Command": "Get-MgDeviceAppMgtManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -19990,15 +20014,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Command": "Get-MgDeviceAppMgtManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20028,15 +20052,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Command": "Get-MgDeviceAppMgtManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", + "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -20066,15 +20090,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations", "Command": "Get-MgDeviceAppMgtManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -20103,15 +20127,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations", "Command": "Get-MgDeviceAppMgtManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -20140,15 +20164,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Command": "Get-MgDeviceAppMgtManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20178,15 +20202,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -20216,15 +20240,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -20253,15 +20277,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -20290,15 +20314,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20328,15 +20352,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20366,15 +20390,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -20403,15 +20427,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -20440,15 +20464,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -20478,15 +20502,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20516,15 +20540,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -20553,15 +20577,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -20590,15 +20614,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -20628,15 +20652,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "OutputType": null, + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -20665,15 +20689,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -20702,15 +20726,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Command": "Get-MgDeviceAppMgtManagedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20740,15 +20764,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses", "Command": "Get-MgDeviceAppMgtManagedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -20777,15 +20801,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses", "Command": "Get-MgDeviceAppMgtManagedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -20814,15 +20838,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Command": "Get-MgDeviceAppMgtManagedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -20852,15 +20876,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Command": "Get-MgDeviceAppMgtManagedEBook", - "OutputType": "IMicrosoftGraphManagedEBook1", + "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20878,15 +20902,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBook1", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks", "Command": "Get-MgDeviceAppMgtManagedEBook", - "OutputType": "IMicrosoftGraphManagedEBook1", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -20903,15 +20927,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedEBook1", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks", "Command": "Get-MgDeviceAppMgtManagedEBook", - "OutputType": "IMicrosoftGraphManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -20928,15 +20952,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedEBook", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Command": "Get-MgDeviceAppMgtManagedEBook", - "OutputType": "IMicrosoftGraphManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -20954,15 +20978,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBook", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": "IMicrosoftGraphManagedEBookAssignment1", + "Command": "Get-MgDeviceAppMgtManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -20980,15 +21004,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": "IMicrosoftGraphManagedEBookAssignment1", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21005,15 +21029,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21030,15 +21054,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21056,15 +21080,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Command": "Get-MgDeviceAppMgtManagedEBookCategory", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -21084,15 +21108,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBookCategories", "Command": "Get-MgDeviceAppMgtManagedEBookCategory", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -21110,15 +21134,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "Get-MgDeviceAppMgtManagedEBookCategory", + "Uri": "/deviceAppManagement/managedEBookCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -21136,15 +21160,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21161,15 +21185,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21186,15 +21210,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21212,15 +21236,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -21238,15 +21262,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21264,15 +21288,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -21290,15 +21314,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21315,15 +21339,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21340,15 +21364,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21366,15 +21390,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -21392,15 +21416,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21417,15 +21441,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21442,15 +21466,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21468,15 +21492,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -21494,15 +21518,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21519,15 +21543,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21544,15 +21568,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21570,15 +21594,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Command": "Get-MgDeviceAppMgtMobileApp", - "OutputType": "IMicrosoftGraphMobileApp1", + "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -21596,15 +21620,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps", "Command": "Get-MgDeviceAppMgtMobileApp", - "OutputType": "IMicrosoftGraphMobileApp1", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21621,15 +21645,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps", "Command": "Get-MgDeviceAppMgtMobileApp", - "OutputType": "IMicrosoftGraphMobileApp", + "Uri": "/deviceAppManagement/mobileApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21646,15 +21670,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Command": "Get-MgDeviceAppMgtMobileApp", - "OutputType": "IMicrosoftGraphMobileApp", + "Uri": "/deviceAppManagement/mobileApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21672,28 +21696,28 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "Command": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Command": "Get-MgDeviceAppMgtMobileApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "Command": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21710,15 +21734,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "Command": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp1", + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21735,41 +21759,41 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileLobApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", "Command": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp1", + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileLobApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", - "Command": "Get-MgDeviceAppMgtMobileAppAsMobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp", + "Command": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileLobApp", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", "Command": "Get-MgDeviceAppMgtMobileAppAsMobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21786,15 +21810,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileLobApp", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", "Command": "Get-MgDeviceAppMgtMobileAppAsMobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp1", + "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21811,28 +21835,28 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileLobApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", "Command": "Get-MgDeviceAppMgtMobileAppAsMobileLobApp", - "OutputType": "IMicrosoftGraphMobileLobApp1", + "Uri": "/deviceAppManagement/mobileApps/mobileLobApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileLobApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Command": "Get-MgDeviceAppMgtMobileAppAssignment", - "OutputType": "IMicrosoftGraphMobileAppAssignment1", + "Command": "Get-MgDeviceAppMgtMobileAppAsMobileLobApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/mobileLobApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -21850,15 +21874,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Command": "Get-MgDeviceAppMgtMobileAppAssignment", - "OutputType": "IMicrosoftGraphMobileAppAssignment1", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -21875,15 +21899,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Command": "Get-MgDeviceAppMgtMobileAppAssignment", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -21900,15 +21924,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Command": "Get-MgDeviceAppMgtMobileAppAssignment", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -21926,15 +21950,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Command": "Get-MgDeviceAppMgtMobileAppCategory", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -21954,15 +21978,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories", "Command": "Get-MgDeviceAppMgtMobileAppCategory", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -21980,15 +22004,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories", "Command": "Get-MgDeviceAppMgtMobileAppCategory", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" @@ -22006,15 +22030,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Command": "Get-MgDeviceAppMgtMobileAppCategory", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -22034,15 +22058,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", + "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22060,15 +22084,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations", "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22085,15 +22109,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations", "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -22110,15 +22134,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -22136,15 +22160,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", + "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22162,15 +22186,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22187,15 +22211,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -22212,15 +22236,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -22238,15 +22262,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22264,15 +22288,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22289,15 +22313,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -22314,15 +22338,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -22340,15 +22364,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary1", + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22366,15 +22390,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -22392,15 +22416,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22418,15 +22442,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22443,15 +22467,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -22468,15 +22492,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -22494,15 +22518,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary1", + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22520,15 +22544,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -22546,15 +22570,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/getMobileAppCount(status='{status}')", - "Command": "Get-MgDeviceAppMgtMobileAppCount", - "OutputType": null, + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22572,15 +22596,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", - "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", + "Command": "Get-MgDeviceAppMgtMobileAppCount", + "Uri": "/deviceAppManagement/mobileApps/getMobileAppCount(status='{status}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22598,15 +22622,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22623,15 +22647,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", - "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatusesApp", - "OutputType": "IMicrosoftGraphMobileApp1", + "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22649,15 +22673,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", - "Command": "Get-MgDeviceAppMgtMobileAppInstallSummary", - "OutputType": "IMicrosoftGraphMobileAppInstallSummary", + "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatusesApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22675,28 +22699,28 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppInstallSummary", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')", - "Command": "Get-MgDeviceAppMgtMobileAppRelatedAppState", - "OutputType": "IMicrosoftGraphMobileAppRelationshipState", + "Command": "Get-MgDeviceAppMgtMobileAppInstallSummary", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppRelationshipState", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Command": "Get-MgDeviceAppMgtMobileAppRelationship", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgDeviceAppMgtMobileAppRelatedAppState", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22714,15 +22738,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "Command": "Get-MgDeviceAppMgtMobileAppRelationship", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22739,15 +22763,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/getTopMobileApps(status='{status}',count={count})", - "Command": "Get-MgDeviceAppMgtMobileAppTopMobileApp", - "OutputType": "IMicrosoftGraphMobileApp1", + "Command": "Get-MgDeviceAppMgtMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22765,15 +22789,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses", - "OutputType": "IMicrosoftGraphUserAppInstallStatus", + "Command": "Get-MgDeviceAppMgtMobileAppTopMobileApp", + "Uri": "/deviceAppManagement/mobileApps/getTopMobileApps(status='{status}',count={count})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22791,15 +22815,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses", - "OutputType": "IMicrosoftGraphUserAppInstallStatus", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22816,15 +22840,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesApp", - "OutputType": "IMicrosoftGraphMobileApp1", + "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22842,15 +22866,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", + "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22868,15 +22892,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22893,28 +22917,28 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatusesApp", - "OutputType": "IMicrosoftGraphMobileApp1", + "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Command": "Get-MgDeviceAppMgtPolicySet", - "OutputType": "IMicrosoftGraphPolicySet", + "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatusesApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -22934,15 +22958,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySet", "Method": "GET", - "Uri": "/deviceAppManagement/policySets", "Command": "Get-MgDeviceAppMgtPolicySet", - "OutputType": "IMicrosoftGraphPolicySet", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -22959,15 +22983,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySet", "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Command": "Get-MgDeviceAppMgtPolicySetAssignment", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Command": "Get-MgDeviceAppMgtPolicySet", + "Uri": "/deviceAppManagement/policySets", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -22985,15 +23009,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "Command": "Get-MgDeviceAppMgtPolicySetAssignment", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23010,15 +23034,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Command": "Get-MgDeviceAppMgtPolicySetItem", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Command": "Get-MgDeviceAppMgtPolicySetAssignment", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23036,15 +23060,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySetItem", "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "Command": "Get-MgDeviceAppMgtPolicySetItem", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23061,15 +23085,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySetItem", "Method": "GET", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Command": "Get-MgDeviceAppMgtSymantecCodeSigningCertificate", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Command": "Get-MgDeviceAppMgtPolicySetItem", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -23086,15 +23110,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", + "Command": "Get-MgDeviceAppMgtSymantecCodeSigningCertificate", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23112,15 +23136,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23137,15 +23161,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -23162,15 +23186,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -23188,15 +23212,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23226,15 +23250,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23263,15 +23287,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -23300,15 +23324,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -23338,15 +23362,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23376,15 +23400,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23413,15 +23437,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -23450,15 +23474,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -23488,15 +23512,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23526,15 +23550,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -23564,15 +23588,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Command": "Get-MgDeviceAppMgtTask", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23602,15 +23626,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Method": "GET", - "Uri": "/deviceAppManagement/deviceAppManagementTasks", "Command": "Get-MgDeviceAppMgtTask", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23639,15 +23663,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Command": "Get-MgDeviceAppMgtVppToken", - "OutputType": "IMicrosoftGraphVppToken2", + "Command": "Get-MgDeviceAppMgtTask", + "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23677,15 +23701,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVppToken2", "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens", "Command": "Get-MgDeviceAppMgtVppToken", - "OutputType": "IMicrosoftGraphVppToken2", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23714,15 +23738,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphVppToken2", "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens", "Command": "Get-MgDeviceAppMgtVppToken", - "OutputType": "IMicrosoftGraphVppToken", + "Uri": "/deviceAppManagement/vppTokens", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -23751,15 +23775,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphVppToken", "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Command": "Get-MgDeviceAppMgtVppToken", - "OutputType": "IMicrosoftGraphVppToken", + "Uri": "/deviceAppManagement/vppTokens", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -23789,15 +23813,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVppToken", "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", - "Command": "Get-MgDeviceAppMgtVppTokenLicenseForApp", - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "Command": "Get-MgDeviceAppMgtVppToken", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23827,15 +23851,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Command": "Get-MgDeviceAppMgtVppTokenLicenseForApp", + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23853,15 +23877,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23878,15 +23902,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23904,15 +23928,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -23929,15 +23953,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23955,15 +23979,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -23981,15 +24005,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24006,15 +24030,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -24044,15 +24068,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24081,15 +24105,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -24119,15 +24143,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24156,15 +24180,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -24193,15 +24217,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -24231,15 +24255,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -24269,15 +24293,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24306,15 +24330,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -24344,15 +24368,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24381,15 +24405,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -24419,15 +24443,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24456,15 +24480,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -24494,15 +24518,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24531,15 +24555,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagementApp", - "Command": "Get-MgDeviceAppMgtWindowManagementApp", - "OutputType": "IMicrosoftGraphWindowsManagementApp", + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -24568,79 +24592,79 @@ "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 } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsManagementApp", + "Method": "GET", + "Command": "Get-MgDeviceAppMgtWindowManagementApp", + "Uri": "/deviceAppManagement/windowsManagementApp", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/getByIds", - "Command": "Get-MgDeviceById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/devices/getByIds", "Command": "Get-MgDeviceById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDeviceById", + "Uri": "/devices/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/devices/{device-id}/commands/{command-id}", - "Command": "Get-MgDeviceCommand", - "OutputType": "IMicrosoftGraphCommand", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommand", "Method": "GET", - "Uri": "/devices/{device-id}/commands", "Command": "Get-MgDeviceCommand", - "OutputType": "IMicrosoftGraphCommand", + "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommand", "Method": "GET", - "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", - "Command": "Get-MgDeviceCommandResponsepayload", - "OutputType": null, + "Command": "Get-MgDeviceCommand", + "Uri": "/devices/{device-id}/commands", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/devices/delta", - "Command": "Get-MgDeviceDelta", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgDeviceCommandResponsepayload", + "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta" ], @@ -24663,15 +24687,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/devices/delta", "Command": "Get-MgDeviceDelta", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/devices/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -24694,67 +24718,140 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Command": "Get-MgDeviceExtension", - "OutputType": null, + "Command": "Get-MgDeviceDelta", + "Uri": "/devices/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/devices/{device-id}/extensions", "Command": "Get-MgDeviceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/devices/{device-id}/extensions", "Command": "Get-MgDeviceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/devices/{device-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/devices/{device-id}/extensions/{extension-id}", "Command": "Get-MgDeviceExtension", - "OutputType": null, + "Uri": "/devices/{device-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceExtension", + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagement1", "Method": "GET", - "Uri": "/deviceManagement", "Command": "Get-MgDeviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement1", + "Uri": "/deviceManagement", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get" + "Get1" ], "Permissions": [ { @@ -24817,88 +24914,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagement", "Method": "GET", - "Uri": "/deviceManagement", "Command": "Get-MgDeviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "Variants": [ - "Get1" - ], - "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 - }, - { - "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 - }, - { - "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", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Get" ], @@ -24915,15 +24939,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Method": "GET", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -24941,15 +24965,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Method": "GET", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -24966,15 +24990,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "GET", + "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -24992,15 +25016,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Method": "GET", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25017,15 +25041,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" @@ -25043,15 +25067,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Method": "GET", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25068,15 +25092,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "GET", + "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -25094,15 +25118,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Method": "GET", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25119,15 +25143,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkSettings", - "Command": "Get-MgDeviceManagementAndroidForWorkSetting", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Variants": [ "Get" ], @@ -25144,15 +25168,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Method": "GET", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Command": "Get-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Command": "Get-MgDeviceManagementAndroidForWorkSetting", + "Uri": "/deviceManagement/androidForWorkSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -25169,15 +25193,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", "Method": "GET", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Command": "Get-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -25195,15 +25219,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Method": "GET", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25220,15 +25244,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "GET", + "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Variants": [ "Get" ], @@ -25257,15 +25281,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate", "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -25294,15 +25318,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "GET", + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -25320,15 +25344,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25345,15 +25369,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -25371,15 +25395,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25396,15 +25420,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/getAssignedRoleDetails", - "Command": "Get-MgDeviceManagementAssignedRoleDetail", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", "Variants": [ "Get" ], @@ -25433,15 +25457,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", + "Method": "GET", + "Command": "Get-MgDeviceManagementAssignedRoleDetail", + "Uri": "/deviceManagement/getAssignedRoleDetails", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Command": "Get-MgDeviceManagementAssignmentFilter", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Variants": [ "Get", "GetViaIdentity" @@ -25459,15 +25483,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters", "Command": "Get-MgDeviceManagementAssignmentFilter", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25484,15 +25508,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "GET", + "Command": "Get-MgDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", - "Command": "Get-MgDeviceManagementAssignmentFilterPlatformSupportedProperty", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Variants": [ "Get", "GetViaIdentity" @@ -25510,15 +25534,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/getState", - "Command": "Get-MgDeviceManagementAssignmentFilterState", - "OutputType": null, + "Command": "Get-MgDeviceManagementAssignmentFilterPlatformSupportedProperty", + "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -25535,15 +25559,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementAssignmentFilterState", + "Uri": "/deviceManagement/assignmentFilters/getState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", - "Command": "Get-MgDeviceManagementAssignmentFilterStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", "Variants": [ "Get", "GetExpanded" @@ -25561,15 +25585,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", + "Method": "POST", + "Command": "Get-MgDeviceManagementAssignmentFilterStatusDetail", + "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", - "Command": "Get-MgDeviceManagementAssignmentFilterSupportedProperty", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Variants": [ "Get", "GetViaIdentity" @@ -25587,15 +25611,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Method": "GET", + "Command": "Get-MgDeviceManagementAssignmentFilterSupportedProperty", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Command": "Get-MgDeviceManagementAuditEvent", - "OutputType": "IMicrosoftGraphAuditEvent", "Variants": [ "Get1", "GetViaIdentity1" @@ -25613,15 +25637,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuditEvent", "Method": "GET", - "Uri": "/deviceManagement/auditEvents", "Command": "Get-MgDeviceManagementAuditEvent", - "OutputType": "IMicrosoftGraphAuditEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25638,15 +25662,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuditEvent", "Method": "GET", - "Uri": "/deviceManagement/auditEvents", "Command": "Get-MgDeviceManagementAuditEvent", - "OutputType": "IMicrosoftGraphAuditEvent1", + "Uri": "/deviceManagement/auditEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -25663,15 +25687,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuditEvent1", "Method": "GET", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Command": "Get-MgDeviceManagementAuditEvent", - "OutputType": "IMicrosoftGraphAuditEvent1", + "Uri": "/deviceManagement/auditEvents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -25689,15 +25713,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent1", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -25715,15 +25739,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", - "OutputType": null, + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -25741,15 +25765,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "Command": "Get-MgDeviceManagementAuditEventAuditCategory", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -25766,15 +25790,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditCategories", "Command": "Get-MgDeviceManagementAuditEventAuditCategory", - "OutputType": null, + "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -25791,15 +25815,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Command": "Get-MgDeviceManagementAutopilotEvent", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Variants": [ "Get", "GetViaIdentity" @@ -25817,15 +25841,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents", "Command": "Get-MgDeviceManagementAutopilotEvent", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25842,15 +25866,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Command": "Get-MgDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -25868,15 +25892,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25893,15 +25917,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "GET", + "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Command": "Get-MgDeviceManagementCartToClassAssociation", - "OutputType": "IMicrosoftGraphCartToClassAssociation", "Variants": [ "Get", "GetViaIdentity" @@ -25919,15 +25943,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Method": "GET", - "Uri": "/deviceManagement/cartToClassAssociations", "Command": "Get-MgDeviceManagementCartToClassAssociation", - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25944,15 +25968,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "GET", + "Command": "Get-MgDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/cartToClassAssociations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Command": "Get-MgDeviceManagementCategory", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Variants": [ "Get", "GetViaIdentity" @@ -25970,15 +25994,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/categories", "Command": "Get-MgDeviceManagementCategory", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -25995,15 +26019,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Command": "Get-MgDeviceManagementCategorySettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Get-MgDeviceManagementCategory", + "Uri": "/deviceManagement/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -26021,15 +26045,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "Command": "Get-MgDeviceManagementCategorySettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -26046,15 +26070,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", - "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetric", - "OutputType": "IMicrosoftGraphKeyLongValuePair", "Variants": [ "Get", "GetExpanded", @@ -26074,15 +26098,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Method": "POST", - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", - "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetric", + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", @@ -26102,15 +26126,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "Method": "POST", + "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Command": "Get-MgDeviceManagementComanagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Get", "GetViaIdentity" @@ -26140,15 +26164,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices", "Command": "Get-MgDeviceManagementComanagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -26177,154 +26201,154 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "Command": "Get-MgDeviceManagementComanagedDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory1", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcRemoteActionResult", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp1", + "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp1", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", - "Command": "Get-MgDeviceManagementComanagedDeviceFileVaultKey", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -26354,103 +26378,103 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceFileVaultKey", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Command": "Get-MgDeviceManagementComanagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", "Command": "Get-MgDeviceManagementComanagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgDeviceManagementComanagedDeviceHealthScriptState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", - "Command": "Get-MgDeviceManagementComanagedDeviceNonCompliantSetting", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getOemWarranty", - "Command": "Get-MgDeviceManagementComanagedDeviceOemWarranty", - "OutputType": "IMicrosoftGraphOemWarranty", + "Command": "Get-MgDeviceManagementComanagedDeviceNonCompliantSetting", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -26480,65 +26504,65 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphOemWarranty", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceOemWarranty", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getOemWarranty", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/getComanagedDevicesSummary", - "Command": "Get-MgDeviceManagementComanagedDeviceSummary", - "OutputType": "IMicrosoftGraphComanagedDevicesSummary", "Variants": [ "Get" ], @@ -26567,65 +26591,65 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphComanagedDevicesSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceSummary", + "Uri": "/deviceManagement/getComanagedDevicesSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", - "Command": "Get-MgDeviceManagementComanagedDeviceUser", - "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgDeviceManagementComanagedDeviceUser", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Command": "Get-MgDeviceManagementComanagementEligibleDevice", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Variants": [ "Get", "GetViaIdentity" @@ -26655,15 +26679,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Method": "GET", - "Uri": "/deviceManagement/comanagementEligibleDevices", "Command": "Get-MgDeviceManagementComanagementEligibleDevice", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -26692,15 +26716,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "Command": "Get-MgDeviceManagementComanagementEligibleDeviceSummary", - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", "Variants": [ "Get" ], @@ -26729,15 +26753,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementComanagementEligibleDeviceSummary", + "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Variants": [ "Get", "GetViaIdentity" @@ -26767,15 +26791,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners", "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -26804,15 +26828,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners", "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -26841,15 +26865,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphComplianceManagementPartner1", "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -26879,15 +26903,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Command": "Get-MgDeviceManagementCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" @@ -26905,15 +26929,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies", "Command": "Get-MgDeviceManagementCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -26930,15 +26954,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Command": "Get-MgDeviceManagementCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Get-MgDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -26956,15 +26980,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "Command": "Get-MgDeviceManagementCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -26981,15 +27005,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Command": "Get-MgDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27007,15 +27031,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27032,15 +27056,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27058,15 +27082,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27083,15 +27107,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Command": "Get-MgDeviceManagementCompliancePolicySetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27109,15 +27133,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "Command": "Get-MgDeviceManagementCompliancePolicySetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27134,40 +27158,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Get-MgDeviceManagementCompliancePolicySetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Get-MgDeviceManagementComplianceSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27185,15 +27209,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/complianceSettings", "Command": "Get-MgDeviceManagementComplianceSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27210,15 +27234,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/complianceSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/conditionalAccessSettings", - "Command": "Get-MgDeviceManagementConditionalAccessSetting", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Variants": [ "Get" ], @@ -27247,15 +27271,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Method": "GET", - "Uri": "/deviceManagement/conditionalAccessSettings", "Command": "Get-MgDeviceManagementConditionalAccessSetting", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -27284,15 +27308,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET", + "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", - "Command": "Get-MgDeviceManagementConfigManagerCollectionPolicySummary", - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", "Variants": [ "Get", "GetViaIdentity" @@ -27322,15 +27346,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementConfigManagerCollectionPolicySummary", + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Command": "Get-MgDeviceManagementConfigurationPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Variants": [ "Get", "GetViaIdentity" @@ -27348,15 +27372,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies", "Command": "Get-MgDeviceManagementConfigurationPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27373,15 +27397,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Get-MgDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27399,15 +27423,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27424,15 +27448,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Command": "Get-MgDeviceManagementConfigurationPolicySetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27450,15 +27474,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "Command": "Get-MgDeviceManagementConfigurationPolicySetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27475,15 +27499,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Get-MgDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27501,15 +27525,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27526,15 +27550,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27552,15 +27576,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27577,15 +27601,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27603,15 +27627,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27628,15 +27652,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27654,15 +27678,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27679,15 +27703,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Method": "GET", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Get-MgDeviceManagementConfigurationSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27705,15 +27729,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/configurationSettings", "Command": "Get-MgDeviceManagementConfigurationSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27730,15 +27754,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Command": "Get-MgDeviceManagementDataSharingConsent", - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Command": "Get-MgDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27762,15 +27786,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataSharingConsent", "Method": "GET", - "Uri": "/deviceManagement/dataSharingConsents", "Command": "Get-MgDeviceManagementDataSharingConsent", - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27793,15 +27817,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "GET", + "Command": "Get-MgDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Command": "Get-MgDeviceManagementDepOnboardingSetting", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Variants": [ "Get", "GetViaIdentity" @@ -27819,15 +27843,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings", "Command": "Get-MgDeviceManagementDepOnboardingSetting", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27844,15 +27868,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", - "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", + "Command": "Get-MgDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27870,15 +27894,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", + "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -27896,15 +27920,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", - "Command": "Get-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -27922,15 +27946,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", - "OutputType": "IMicrosoftGraphEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -27948,15 +27972,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -27973,15 +27997,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", - "Command": "Get-MgDeviceManagementDepOnboardingSettingExpiringVppTokenCount", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -27999,15 +28023,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDepOnboardingSettingExpiringVppTokenCount", + "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" @@ -28025,15 +28049,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28050,40 +28074,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "GET", + "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Command": "Get-MgDeviceManagementDerivedCredentials", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Method": "GET", - "Uri": "/deviceManagement/derivedCredentials", "Command": "Get-MgDeviceManagementDerivedCredentials", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Command": "Get-MgDeviceManagementDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp1", + "Command": "Get-MgDeviceManagementDerivedCredentials", + "Uri": "/deviceManagement/derivedCredentials", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -28113,15 +28137,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", - "Uri": "/deviceManagement/detectedApps", "Command": "Get-MgDeviceManagementDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp1", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28150,15 +28174,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", - "Uri": "/deviceManagement/detectedApps", "Command": "Get-MgDeviceManagementDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp", + "Uri": "/deviceManagement/detectedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -28187,15 +28211,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDetectedApp", "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Command": "Get-MgDeviceManagementDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp", + "Uri": "/deviceManagement/detectedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -28225,15 +28249,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDetectedApp", "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "Get-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -28251,15 +28275,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28276,15 +28300,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -28301,15 +28325,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -28327,15 +28351,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Command": "Get-MgDeviceManagementDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory1", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -28365,15 +28389,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", - "Uri": "/deviceManagement/deviceCategories", "Command": "Get-MgDeviceManagementDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory1", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28402,15 +28426,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", - "Uri": "/deviceManagement/deviceCategories", "Command": "Get-MgDeviceManagementDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Uri": "/deviceManagement/deviceCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -28439,15 +28463,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCategory", "Method": "GET", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Command": "Get-MgDeviceManagementDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Uri": "/deviceManagement/deviceCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -28477,15 +28501,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCategory", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", + "Command": "Get-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -28503,15 +28527,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28528,15 +28552,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -28553,15 +28577,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -28579,15 +28603,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -28605,15 +28629,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28630,15 +28654,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -28655,15 +28679,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -28681,15 +28705,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", "Variants": [ "Get" ], @@ -28706,15 +28730,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", + "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Get", "GetViaIdentity" @@ -28732,15 +28756,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28757,15 +28781,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -28782,15 +28806,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -28808,15 +28832,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -28833,15 +28857,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -28858,15 +28882,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -28884,15 +28908,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -28909,15 +28933,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -28934,15 +28958,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -28960,15 +28984,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -28986,15 +29010,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29012,28 +29036,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", - "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", + "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Variants": [ "Get", "GetViaIdentity" @@ -29051,15 +29075,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29076,15 +29100,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29101,15 +29125,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29127,15 +29151,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29153,15 +29177,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29178,15 +29202,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29203,15 +29227,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29229,15 +29253,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29255,15 +29279,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29280,15 +29304,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29305,15 +29329,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29331,15 +29355,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29357,15 +29381,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29382,15 +29406,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29407,15 +29431,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29433,15 +29457,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29459,15 +29483,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29484,15 +29508,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29509,15 +29533,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29535,15 +29559,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29561,15 +29585,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview1", "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29587,15 +29611,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Command": "Get-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29613,15 +29637,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations", "Command": "Get-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29638,15 +29662,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations", "Command": "Get-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29663,15 +29687,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Command": "Get-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29689,15 +29713,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29715,15 +29739,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29740,15 +29764,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29765,15 +29789,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29791,15 +29815,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29817,15 +29841,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29842,15 +29866,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -29868,15 +29892,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -29893,15 +29917,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -29918,15 +29942,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -29944,15 +29968,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -29969,15 +29993,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -29994,15 +30018,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30020,15 +30044,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30045,15 +30069,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -30070,15 +30094,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -30096,15 +30120,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview1", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30122,15 +30146,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -30148,15 +30172,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30174,15 +30198,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30199,15 +30223,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", + "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30225,15 +30249,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", - "Command": "Get-MgDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", "Variants": [ "Get" ], @@ -30250,15 +30274,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", + "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Variants": [ "Get", "GetViaIdentity" @@ -30276,15 +30300,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30301,15 +30325,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -30327,15 +30351,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -30353,15 +30377,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Variants": [ "Get", "GetViaIdentity" @@ -30379,15 +30403,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30404,28 +30428,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", - "Command": "Get-MgDeviceManagementDeviceConfigurationTargetedUserAndDevice", - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "Method": "POST", + "Command": "Get-MgDeviceManagementDeviceConfigurationTargetedUserAndDevice", + "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStateSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", "Variants": [ "Get" ], @@ -30442,15 +30466,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStateSummary", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30468,15 +30492,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30493,15 +30517,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -30518,15 +30542,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -30544,15 +30568,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview1", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -30570,15 +30594,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview1", "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30596,15 +30620,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Get1", "GetViaIdentity1" @@ -30634,15 +30658,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -30671,15 +30695,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30708,15 +30732,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30746,15 +30770,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -30784,15 +30808,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -30821,15 +30845,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30858,15 +30882,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30896,15 +30920,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Command": "Get-MgDeviceManagementDeviceHealthScript", - "OutputType": "IMicrosoftGraphDeviceHealthScript", "Variants": [ "Get", "GetViaIdentity" @@ -30922,15 +30946,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts", "Command": "Get-MgDeviceManagementDeviceHealthScript", - "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30947,15 +30971,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Command": "Get-MgDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -30973,15 +30997,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -30998,15 +31022,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31024,15 +31048,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31049,15 +31073,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31087,15 +31111,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", - "Command": "Get-MgDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -31113,15 +31137,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", - "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationHistory", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", "Variants": [ "Get", "GetViaIdentity" @@ -31139,15 +31163,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", - "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", + "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationHistory", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -31164,15 +31188,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationSummary", + "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Command": "Get-MgDeviceManagementDeviceHealthScriptRunSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" @@ -31190,15 +31214,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Command": "Get-MgDeviceManagementDeviceShellScript", - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Command": "Get-MgDeviceManagementDeviceHealthScriptRunSummary", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31228,15 +31252,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts", "Command": "Get-MgDeviceManagementDeviceShellScript", - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31265,15 +31289,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Command": "Get-MgDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31303,15 +31327,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31340,15 +31364,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31378,15 +31402,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31415,28 +31439,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31466,15 +31490,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31503,15 +31527,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "Command": "Get-MgDeviceManagementDeviceShellScriptRunSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31541,15 +31565,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Command": "Get-MgDeviceManagementDeviceShellScriptRunSummary", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31579,15 +31603,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31616,40 +31640,40 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Command": "Get-MgDeviceManagementDomainJoinConnector", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Variants": [ "Get", "GetViaIdentity" @@ -31667,15 +31691,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Method": "GET", - "Uri": "/deviceManagement/domainJoinConnectors", "Command": "Get-MgDeviceManagementDomainJoinConnector", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31692,15 +31716,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "GET", + "Command": "Get-MgDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/getEffectivePermissions", - "Command": "Get-MgDeviceManagementEffectivePermission", - "OutputType": null, "Variants": [ "Get", "Get1", @@ -31719,15 +31743,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", "Command": "Get-MgDeviceManagementEffectivePermission", - "OutputType": "IMicrosoftGraphRolePermission1", + "Uri": "/deviceManagement/getEffectivePermissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity1" @@ -31745,15 +31769,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRolePermission1", + "Method": "GET", + "Command": "Get-MgDeviceManagementEffectivePermission", + "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Variants": [ "Get", "GetViaIdentity" @@ -31771,15 +31795,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31796,15 +31820,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31822,15 +31846,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31847,15 +31871,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -31873,15 +31897,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -31898,15 +31922,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "GET", + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Command": "Get-MgDeviceManagementExchangeConnector", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Get1", "GetViaIdentity1" @@ -31936,15 +31960,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors", "Command": "Get-MgDeviceManagementExchangeConnector", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -31973,15 +31997,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors", "Command": "Get-MgDeviceManagementExchangeConnector", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32010,15 +32034,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Command": "Get-MgDeviceManagementExchangeConnector", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -32048,15 +32072,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Command": "Get-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -32087,41 +32111,41 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Method": "GET", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Method": "GET", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Command": "Get-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Command": "Get-MgDeviceManagementGroupPolicyCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -32139,15 +32163,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories", "Command": "Get-MgDeviceManagementGroupPolicyCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32164,91 +32188,91 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryParent", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinitionFile", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementGroupPolicyCategoryParent", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Command": "Get-MgDeviceManagementGroupPolicyConfiguration", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Variants": [ "Get", "GetViaIdentity" @@ -32266,15 +32290,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations", "Command": "Get-MgDeviceManagementGroupPolicyConfiguration", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32291,15 +32315,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Command": "Get-MgDeviceManagementGroupPolicyConfiguration", + "Uri": "/deviceManagement/groupPolicyConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -32317,15 +32341,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32342,15 +32366,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -32368,15 +32392,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32393,15 +32417,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -32419,15 +32443,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -32445,15 +32469,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32470,15 +32494,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "GET", + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" @@ -32496,15 +32520,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions", "Command": "Get-MgDeviceManagementGroupPolicyDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32521,28 +32545,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgDeviceManagementGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionCategory", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -32562,398 +32586,398 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentationDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -32971,15 +32995,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -32996,15 +33020,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyMigrationReports", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33022,15 +33046,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33047,15 +33071,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33073,15 +33097,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33098,15 +33122,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Command": "Get-MgDeviceManagementGroupPolicyObjectFile", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33124,15 +33148,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyObjectFiles", "Command": "Get-MgDeviceManagementGroupPolicyObjectFile", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33149,15 +33173,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Command": "Get-MgDeviceManagementGroupPolicyObjectFile", + "Uri": "/deviceManagement/groupPolicyObjectFiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33175,15 +33199,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33200,40 +33224,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "GET", + "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Command": "Get-MgDeviceManagementImportedDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" @@ -33251,15 +33275,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/importedDeviceIdentities", "Command": "Get-MgDeviceManagementImportedDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33276,15 +33300,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "Get-MgDeviceManagementImportedDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -33302,15 +33326,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -33327,15 +33351,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33352,15 +33376,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33378,15 +33402,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Command": "Get-MgDeviceManagementIntent", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Get", "GetViaIdentity" @@ -33404,15 +33428,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "GET", - "Uri": "/deviceManagement/intents", "Command": "Get-MgDeviceManagementIntent", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33429,15 +33453,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Command": "Get-MgDeviceManagementIntentAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Command": "Get-MgDeviceManagementIntent", + "Uri": "/deviceManagement/intents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33455,15 +33479,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "Command": "Get-MgDeviceManagementIntentAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33480,15 +33504,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Command": "Get-MgDeviceManagementIntentCategory", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Command": "Get-MgDeviceManagementIntentAssignment", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33506,15 +33530,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "Command": "Get-MgDeviceManagementIntentCategory", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33531,15 +33555,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Command": "Get-MgDeviceManagementIntentCategorySetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgDeviceManagementIntentCategory", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33557,15 +33581,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "Command": "Get-MgDeviceManagementIntentCategorySetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33582,15 +33606,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgDeviceManagementIntentCategorySetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", - "Command": "Get-MgDeviceManagementIntentCustomizedSetting", - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", "Variants": [ "Get", "GetViaIdentity" @@ -33608,15 +33632,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", + "Method": "GET", + "Command": "Get-MgDeviceManagementIntentCustomizedSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" @@ -33634,15 +33658,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33659,15 +33683,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Command": "Get-MgDeviceManagementIntentDeviceState", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33685,15 +33709,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "Command": "Get-MgDeviceManagementIntentDeviceState", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33710,15 +33734,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Command": "Get-MgDeviceManagementIntentDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Command": "Get-MgDeviceManagementIntentDeviceState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33736,15 +33760,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Command": "Get-MgDeviceManagementIntentSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgDeviceManagementIntentDeviceStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33762,15 +33786,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "Command": "Get-MgDeviceManagementIntentSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33787,15 +33811,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Command": "Get-MgDeviceManagementIntentUserState", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Command": "Get-MgDeviceManagementIntentSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33813,15 +33837,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "Command": "Get-MgDeviceManagementIntentUserState", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33838,15 +33862,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Command": "Get-MgDeviceManagementIntentUserStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Command": "Get-MgDeviceManagementIntentUserState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33864,15 +33888,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementIntentUserStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Command": "Get-MgDeviceManagementIntuneBrandingProfile", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Variants": [ "Get", "GetViaIdentity" @@ -33890,15 +33914,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles", "Command": "Get-MgDeviceManagementIntuneBrandingProfile", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33915,15 +33939,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Command": "Get-MgDeviceManagementIntuneBrandingProfile", + "Uri": "/deviceManagement/intuneBrandingProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33941,15 +33965,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -33966,15 +33990,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Command": "Get-MgDeviceManagementIoUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -33992,15 +34016,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses", "Command": "Get-MgDeviceManagementIoUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -34017,15 +34041,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses", "Command": "Get-MgDeviceManagementIoUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -34042,15 +34066,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Command": "Get-MgDeviceManagementIoUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -34068,15 +34092,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", + "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Variants": [ "Get", "GetViaIdentity" @@ -34094,15 +34118,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -34119,15 +34143,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -34145,15 +34169,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -34170,15 +34194,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -34196,15 +34220,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -34221,15 +34245,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Command": "Get-MgDeviceManagementManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -34259,15 +34283,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices", "Command": "Get-MgDeviceManagementManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -34296,15 +34320,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices", "Command": "Get-MgDeviceManagementManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/deviceManagement/managedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -34333,15 +34357,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Command": "Get-MgDeviceManagementManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/deviceManagement/managedDevices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -34371,66 +34395,66 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Command": "Get-MgDeviceManagementManagedDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory1", + "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Command": "Get-MgDeviceManagementManagedDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Command": "Get-MgDeviceManagementManagedDeviceCloudPcRemoteActionResult", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" @@ -34440,15 +34464,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Command": "Get-MgDeviceManagementManagedDeviceCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgDeviceManagementManagedDeviceCloudPcRemoteActionResult", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -34466,140 +34490,140 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCloudPcReviewStatus", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp1", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp1", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -34617,15 +34641,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Method": "GET", - "Uri": "/deviceManagement/managedDeviceEncryptionStates", "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -34642,15 +34666,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", - "Command": "Get-MgDeviceManagementManagedDeviceFileVaultKey", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -34680,103 +34704,103 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceFileVaultKey", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Command": "Get-MgDeviceManagementManagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "Command": "Get-MgDeviceManagementManagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgDeviceManagementManagedDeviceHealthScriptState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "Command": "Get-MgDeviceManagementManagedDeviceNonCompliantSetting", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getOemWarranty", - "Command": "Get-MgDeviceManagementManagedDeviceOemWarranty", - "OutputType": "IMicrosoftGraphOemWarranty", + "Command": "Get-MgDeviceManagementManagedDeviceNonCompliantSetting", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -34806,15 +34830,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphOemWarranty", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceOemWarranty", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getOemWarranty", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/managedDeviceOverview", - "Command": "Get-MgDeviceManagementManagedDeviceOverview", - "OutputType": "IMicrosoftGraphManagedDeviceOverview1", "Variants": [ "Get1" ], @@ -34843,15 +34867,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceOverview1", "Method": "GET", - "Uri": "/deviceManagement/managedDeviceOverview", "Command": "Get-MgDeviceManagementManagedDeviceOverview", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Uri": "/deviceManagement/managedDeviceOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -34880,127 +34904,127 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceOverview", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "Uri": "/deviceManagement/managedDeviceOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "Command": "Get-MgDeviceManagementManagedDeviceUser", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "Command": "Get-MgDeviceManagementManagedDeviceUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgDeviceManagementManagedDeviceUser", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35018,15 +35042,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelConfigurations", "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35043,15 +35067,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35069,15 +35093,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35094,15 +35118,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35120,15 +35144,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35145,15 +35169,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSite", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35171,15 +35195,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites", "Command": "Get-MgDeviceManagementMicrosoftTunnelSite", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35196,15 +35220,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Command": "Get-MgDeviceManagementMicrosoftTunnelSite", + "Uri": "/deviceManagement/microsoftTunnelSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35222,15 +35246,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35248,15 +35272,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35273,15 +35297,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "GET", + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", - "OutputType": "IMicrosoftGraphKeyLongValuePair", "Variants": [ "Get", "GetExpanded", @@ -35301,15 +35325,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", @@ -35329,15 +35353,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "Method": "POST", + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" @@ -35355,15 +35379,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35380,15 +35404,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35418,15 +35442,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35455,15 +35479,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Variants": [ "Get", "GetViaIdentity" @@ -35493,15 +35517,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35530,15 +35554,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -35567,15 +35591,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -35605,15 +35629,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "Command": "Get-MgDeviceManagementMonitoringAlertRecordPortalNotification", - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", "Variants": [ "Get" ], @@ -35630,15 +35654,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", + "Method": "GET", + "Command": "Get-MgDeviceManagementMonitoringAlertRecordPortalNotification", + "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Command": "Get-MgDeviceManagementNdeConnector", - "OutputType": "IMicrosoftGraphNdesConnector", "Variants": [ "Get", "GetViaIdentity" @@ -35656,15 +35680,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNdesConnector", "Method": "GET", - "Uri": "/deviceManagement/ndesConnectors", "Command": "Get-MgDeviceManagementNdeConnector", - "OutputType": "IMicrosoftGraphNdesConnector", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35681,15 +35705,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "GET", + "Command": "Get-MgDeviceManagementNdeConnector", + "Uri": "/deviceManagement/ndesConnectors", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "Get1", "GetViaIdentity1" @@ -35707,15 +35731,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -35732,15 +35756,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35757,15 +35781,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35783,15 +35807,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -35809,15 +35833,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -35834,15 +35858,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35859,15 +35883,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -35885,15 +35909,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Command": "Get-MgDeviceManagementPartner", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Variants": [ "Get", "GetViaIdentity" @@ -35923,15 +35947,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners", "Command": "Get-MgDeviceManagementPartner", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -35960,15 +35984,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners", "Command": "Get-MgDeviceManagementPartner", - "OutputType": "IMicrosoftGraphDeviceManagementPartner1", + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -35997,15 +36021,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementPartner1", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Command": "Get-MgDeviceManagementPartner", - "OutputType": "IMicrosoftGraphDeviceManagementPartner1", + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -36035,15 +36059,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner1", + "Method": "GET", + "Command": "Get-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Command": "Get-MgDeviceManagementRemoteActionAudit", - "OutputType": "IMicrosoftGraphRemoteActionAudit", "Variants": [ "Get", "GetViaIdentity" @@ -36073,15 +36097,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Method": "GET", - "Uri": "/deviceManagement/remoteActionAudits", "Command": "Get-MgDeviceManagementRemoteActionAudit", - "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -36110,15 +36134,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Get", "GetViaIdentity" @@ -36148,17 +36172,54 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "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 + } + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiVersion": "beta" + }, + { "Variants": [ - "List" + "List1" ], "Permissions": [ { @@ -36185,52 +36246,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", - "Variants": [ - "List1" - ], - "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 - } - ] + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", "Variants": [ "Get1", "GetViaIdentity1" @@ -36260,15 +36284,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/reports", - "Command": "Get-MgDeviceManagementReport", - "OutputType": "IMicrosoftGraphDeviceManagementReports1", "Variants": [ "Get" ], @@ -36321,15 +36345,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementReports1", "Method": "GET", - "Uri": "/deviceManagement/reports", "Command": "Get-MgDeviceManagementReport", - "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Uri": "/deviceManagement/reports", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -36382,67 +36406,67 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "GET", + "Command": "Get-MgDeviceManagementReport", + "Uri": "/deviceManagement/reports", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getActiveMalwareReport", "Command": "Get-MgDeviceManagementReportActiveMalwareReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getActiveMalwareReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", "Command": "Get-MgDeviceManagementReportActiveMalwareSummaryReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", "Command": "Get-MgDeviceManagementReportAppInstallSummaryReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", "Command": "Get-MgDeviceManagementReportAppStatusOverviewReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getCachedReport", - "Command": "Get-MgDeviceManagementReportCachedReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -36484,15 +36508,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getCachedReport", "Command": "Get-MgDeviceManagementReportCachedReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getCachedReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -36534,15 +36558,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCachedReport", + "Uri": "/deviceManagement/reports/getCachedReport", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "Command": "Get-MgDeviceManagementReportCachedReportConfiguration", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Variants": [ "Get", "GetViaIdentity" @@ -36584,15 +36608,15 @@ "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 } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Method": "GET", - "Uri": "/deviceManagement/reports/cachedReportConfigurations", "Command": "Get-MgDeviceManagementReportCachedReportConfiguration", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -36633,41 +36657,141 @@ "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 } - ] + ], + "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceManagementReportCachedReportConfiguration", + "Uri": "/deviceManagement/reports/cachedReportConfigurations", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceSummaryReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "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 + } + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "ApiVersion": "beta" }, { + "Variants": [ + "Get1", + "GetExpanded1" + ], + "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 + } + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" @@ -36709,15 +36833,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -36759,15 +36883,41 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "Command": "Get-MgDeviceManagementReportCompliancePolicyReportForDevice", + "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", + "ApiVersion": "beta" + }, + { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], + "Module": "DeviceManagement.Actions", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportComplianceSettingDetailReport", + "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -36809,15 +36959,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -36859,41 +37009,67 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", - "Command": "Get-MgDeviceManagementReportCompliancePolicyReportForDevice", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportComplianceSettingReport", + "Uri": "/deviceManagement/reports/getComplianceSettingsReport", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", - "Command": "Get-MgDeviceManagementReportComplianceSettingDetailReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigManagerDevicePolicyStatusReport", + "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceSummaryReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -36935,15 +37111,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -36985,67 +37161,15 @@ "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 } - ] - }, - { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingsReport", - "Command": "Get-MgDeviceManagementReportComplianceSettingReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] - }, - { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", - "Command": "Get-MgDeviceManagementReportConfigManagerDevicePolicyStatusReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" ], - "Permissions": [] - }, - { "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceReport", "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] - }, - { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceSummaryReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -37087,15 +37211,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -37137,15 +37261,54 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyReportForDevice", + "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "ApiVersion": "beta" + }, + { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", + "ApiVersion": "beta" + }, + { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], + "Module": "DeviceManagement.Actions", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationSettingDetailReport", + "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37187,15 +37350,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -37237,54 +37400,67 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyReportForDevice", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", - "Command": "Get-MgDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationSettingReport", + "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", - "Command": "Get-MgDeviceManagementReportConfigurationSettingDetailReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicyStatusSummary", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceInstallStatusReport", + "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37326,15 +37502,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -37376,67 +37552,15 @@ "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 } - ] - }, - { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", - "Command": "Get-MgDeviceManagementReportConfigurationSettingReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" ], - "Permissions": [] - }, - { "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", - "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] - }, - { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", - "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicyStatusSummary", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] - }, - { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", - "Command": "Get-MgDeviceManagementReportDeviceInstallStatusReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -37478,15 +37602,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -37528,15 +37652,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37578,15 +37702,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -37628,15 +37752,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37678,65 +37802,15 @@ "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 } - ] - }, - { - "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", - "OutputType": null, - "Variants": [ - "Get1", - "GetExpanded1" ], - "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 - } - ] - }, - { "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", "Command": "Get-MgDeviceManagementReportDevicePolicyComplianceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37778,15 +37852,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", "Command": "Get-MgDeviceManagementReportDevicePolicySettingComplianceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37828,15 +37902,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", "Command": "Get-MgDeviceManagementReportDeviceStatusByCompliacePolicyReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37878,15 +37952,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", "Command": "Get-MgDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37928,15 +38002,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", "Command": "Get-MgDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -37978,15 +38052,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", "Command": "Get-MgDeviceManagementReportDeviceStatusBySettingReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38028,15 +38102,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", "Command": "Get-MgDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38078,65 +38152,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", "Command": "Get-MgDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ] + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -38178,15 +38202,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -38228,41 +38252,41 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", - "Command": "Get-MgDeviceManagementReportEncryptionReportForDevice", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", - "Command": "Get-MgDeviceManagementReportEnrollmentConfigurationPolicyByDevice", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportEncryptionReportForDevice", + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", + "ApiVersion": "beta" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Command": "Get-MgDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Variants": [ "Get", "GetViaIdentity" @@ -38304,15 +38328,15 @@ "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 } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs", "Command": "Get-MgDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -38353,15 +38377,15 @@ "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 } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs", "Command": "Get-MgDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Uri": "/deviceManagement/reports/exportJobs", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -38402,15 +38426,15 @@ "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 } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "Command": "Get-MgDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Uri": "/deviceManagement/reports/exportJobs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -38452,41 +38476,41 @@ "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 } - ] + ], + "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", - "Command": "Get-MgDeviceManagementReportFailedMobileAppReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", - "Command": "Get-MgDeviceManagementReportFailedMobileAppSummaryReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportFailedMobileAppReport", + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getReportFilters", - "Command": "Get-MgDeviceManagementReportFilter", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportFailedMobileAppSummaryReport", + "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38528,15 +38552,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getReportFilters", "Command": "Get-MgDeviceManagementReportFilter", - "OutputType": null, + "Uri": "/deviceManagement/reports/getReportFilters", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -38578,15 +38602,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", - "Command": "Get-MgDeviceManagementReportGroupPolicySettingDeviceSettingReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportFilter", + "Uri": "/deviceManagement/reports/getReportFilters", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38604,15 +38628,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getHistoricalReport", - "Command": "Get-MgDeviceManagementReportHistoricalReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38654,15 +38678,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getHistoricalReport", "Command": "Get-MgDeviceManagementReportHistoricalReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getHistoricalReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -38704,28 +38728,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getMalwareSummaryReport", - "Command": "Get-MgDeviceManagementReportMalwareSummaryReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportHistoricalReport", + "Uri": "/deviceManagement/reports/getHistoricalReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", - "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppConfigurationReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportMalwareSummaryReport", + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38755,15 +38779,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", - "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38793,15 +38817,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38843,15 +38867,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -38893,15 +38917,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" @@ -38943,15 +38967,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", - "OutputType": null, + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -38993,18 +39017,68 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "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 + } + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get", - "GetExpanded" + "Get1", + "GetExpanded1" ], "Permissions": [ { @@ -39043,65 +39117,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", - "OutputType": null, - "Variants": [ - "Get1", - "GetExpanded1" - ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read devices Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ] + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -39143,15 +39167,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -39193,54 +39217,54 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserSummaryReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", "Command": "Get-MgDeviceManagementReportRelatedAppStatusReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "Command": "Get-MgDeviceManagementReportRemoteAssistanceSessionReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -39270,15 +39294,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportRemoteAssistanceSessionReport", + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -39320,15 +39344,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" @@ -39370,119 +39394,119 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", "Command": "Get-MgDeviceManagementReportUnhealthyDefenderAgentReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", "Command": "Get-MgDeviceManagementReportUnhealthyFirewallReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", "Command": "Get-MgDeviceManagementReportUnhealthyFirewallSummaryReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getUserInstallStatusReport", "Command": "Get-MgDeviceManagementReportUserInstallStatusReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getUserInstallStatusReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertPerPolicyPerDeviceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertSummaryReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", "Command": "Get-MgDeviceManagementReportWindowUpdateAlertPerPolicyPerDeviceReport", - "OutputType": null, + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", "Command": "Get-MgDeviceManagementReportWindowUpdateAlertSummaryReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", - "Command": "Get-MgDeviceManagementReportZebraFotaDeploymentReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -39500,15 +39524,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportZebraFotaDeploymentReport", + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Command": "Get-MgDeviceManagementResourceAccessProfile", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Variants": [ "Get", "GetViaIdentity" @@ -39526,15 +39550,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles", "Command": "Get-MgDeviceManagementResourceAccessProfile", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -39551,15 +39575,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Command": "Get-MgDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/resourceAccessProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -39577,15 +39601,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -39602,15 +39626,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Command": "Get-MgDeviceManagementResourceOperation", - "OutputType": "IMicrosoftGraphResourceOperation", "Variants": [ "Get", "GetViaIdentity" @@ -39640,15 +39664,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceOperation", "Method": "GET", - "Uri": "/deviceManagement/resourceOperations", "Command": "Get-MgDeviceManagementResourceOperation", - "OutputType": "IMicrosoftGraphResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -39677,15 +39701,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphResourceOperation", "Method": "GET", - "Uri": "/deviceManagement/resourceOperations", "Command": "Get-MgDeviceManagementResourceOperation", - "OutputType": "IMicrosoftGraphResourceOperation1", + "Uri": "/deviceManagement/resourceOperations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -39714,15 +39738,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphResourceOperation1", "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Command": "Get-MgDeviceManagementResourceOperation", - "OutputType": "IMicrosoftGraphResourceOperation1", + "Uri": "/deviceManagement/resourceOperations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -39752,15 +39776,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation1", + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", - "Command": "Get-MgDeviceManagementResourceOperationScopeForUser", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -39790,15 +39814,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperationScopeForUser", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Get-MgDeviceManagementReusableSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" @@ -39816,15 +39840,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/reusableSettings", "Command": "Get-MgDeviceManagementReusableSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -39841,15 +39865,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusableSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Command": "Get-MgDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" @@ -39879,15 +39903,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Method": "GET", - "Uri": "/deviceManagement/roleAssignments", "Command": "Get-MgDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -39916,15 +39940,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Method": "GET", - "Uri": "/deviceManagement/roleAssignments", "Command": "Get-MgDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", + "Uri": "/deviceManagement/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -39953,15 +39977,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Command": "Get-MgDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", + "Uri": "/deviceManagement/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -39991,40 +40015,40 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", - "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Command": "Get-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Command": "Get-MgDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition1", + "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40054,15 +40078,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleDefinition1", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions", "Command": "Get-MgDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition1", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -40091,15 +40115,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleDefinition1", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions", "Command": "Get-MgDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -40128,15 +40152,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Command": "Get-MgDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -40166,15 +40190,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": "IMicrosoftGraphRoleAssignment", + "Command": "Get-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40204,15 +40228,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleAssignment", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": "IMicrosoftGraphRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -40241,15 +40265,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleAssignment", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": "IMicrosoftGraphRoleAssignment1", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -40278,15 +40302,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleAssignment1", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": "IMicrosoftGraphRoleAssignment1", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -40316,91 +40340,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition1", - "Variants": [ - "Get", - "GetViaIdentity" ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementRBAC.ReadWrite.All", - "Description": "Read and write Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "IsAdmin": true - } - ] - }, - { "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleAssignment1", "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementRBAC.ReadWrite.All", - "Description": "Read and write Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "IsAdmin": true - } - ] + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Command": "Get-MgDeviceManagementRoleScopeTag", - "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" @@ -40430,17 +40378,56 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition1", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "ApiVersion": "beta" }, { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementRBAC.ReadWrite.All", + "Description": "Read and write Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "IsAdmin": true + } + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags", - "Command": "Get-MgDeviceManagementRoleScopeTag", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -40467,104 +40454,141 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementRBAC.ReadWrite.All", + "Description": "Read and write Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "IsAdmin": true + } + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Command": "Get-MgDeviceManagementRoleScopeTagAssignment", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Command": "Get-MgDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "Command": "Get-MgDeviceManagementRoleScopeTagAssignment", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleScopeTagAssignment", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", - "Command": "Get-MgDeviceManagementRoleScopeTagById", - "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", - "Command": "Get-MgDeviceManagementRoleScopeTagByResource", "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleScopeTagById", + "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleScopeTagByResource", + "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", - "Command": "Get-MgDeviceManagementRoleScopeTagRoleScopeTagById", - "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "POST", + "Command": "Get-MgDeviceManagementRoleScopeTagRoleScopeTagById", + "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Command": "Get-MgDeviceManagementScript", - "OutputType": "IMicrosoftGraphDeviceManagementScript", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts", "Command": "Get-MgDeviceManagementScript", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Command": "Get-MgDeviceManagementScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Command": "Get-MgDeviceManagementScript", + "Uri": "/deviceManagement/deviceManagementScripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40594,15 +40618,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "Command": "Get-MgDeviceManagementScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -40631,15 +40655,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Get-MgDeviceManagementScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "Get-MgDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40669,15 +40693,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "Command": "Get-MgDeviceManagementScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -40706,15 +40730,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Command": "Get-MgDeviceManagementScriptDeviceRunStateManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "Get-MgDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40744,15 +40768,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Command": "Get-MgDeviceManagementScriptGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Command": "Get-MgDeviceManagementScriptDeviceRunStateManagedDevice", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40782,15 +40806,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "Command": "Get-MgDeviceManagementScriptGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -40819,15 +40843,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "Command": "Get-MgDeviceManagementScriptRunSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Command": "Get-MgDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40857,15 +40881,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Command": "Get-MgDeviceManagementScriptUserRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Command": "Get-MgDeviceManagementScriptRunSummary", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40895,15 +40919,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "Command": "Get-MgDeviceManagementScriptUserRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -40932,15 +40956,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "Get-MgDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -40970,15 +40994,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41007,15 +41031,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Command": "Get-MgDeviceManagementSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41033,15 +41057,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/settingDefinitions", "Command": "Get-MgDeviceManagementSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41058,15 +41082,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "GET", - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Command": "Get-MgDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -41083,15 +41107,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Method": "GET", - "Uri": "/deviceManagement/softwareUpdateStatusSummary", "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -41108,15 +41132,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", - "Command": "Get-MgDeviceManagementSuggestedEnrollmentLimit", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -41134,15 +41158,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementSuggestedEnrollmentLimit", + "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" @@ -41160,15 +41184,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41185,15 +41209,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -41210,15 +41234,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -41236,15 +41260,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Command": "Get-MgDeviceManagementTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "Get", "GetViaIdentity" @@ -41262,15 +41286,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", - "Uri": "/deviceManagement/templates", "Command": "Get-MgDeviceManagementTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41287,15 +41311,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Command": "Get-MgDeviceManagementTemplateCategory", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "Get-MgDeviceManagementTemplate", + "Uri": "/deviceManagement/templates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41313,15 +41337,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "Command": "Get-MgDeviceManagementTemplateCategory", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41338,15 +41362,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41364,15 +41388,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41389,15 +41413,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Command": "Get-MgDeviceManagementTemplateMigratableTo", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41415,15 +41439,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", "Command": "Get-MgDeviceManagementTemplateMigratableTo", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41440,90 +41464,90 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Command": "Get-MgDeviceManagementTemplateMigratableToCategory", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "Get-MgDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "Command": "Get-MgDeviceManagementTemplateMigratableToCategory", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgDeviceManagementTemplateMigratableToCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Command": "Get-MgDeviceManagementTemplateMigratableToSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "Command": "Get-MgDeviceManagementTemplateMigratableToSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Command": "Get-MgDeviceManagementTemplateSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgDeviceManagementTemplateMigratableToSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41541,15 +41565,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "Command": "Get-MgDeviceManagementTemplateSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41566,15 +41590,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/tenantAttachRBAC/getState", - "Command": "Get-MgDeviceManagementTenantAttachRbacState", - "OutputType": null, "Variants": [ "Get" ], @@ -41603,15 +41627,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementTenantAttachRbacState", + "Uri": "/deviceManagement/tenantAttachRBAC/getState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Command": "Get-MgDeviceManagementTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Get", "GetViaIdentity" @@ -41629,15 +41653,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions", "Command": "Get-MgDeviceManagementTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41654,15 +41678,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions", "Command": "Get-MgDeviceManagementTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions1", + "Uri": "/deviceManagement/termsAndConditions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -41679,15 +41703,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Command": "Get-MgDeviceManagementTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions1", + "Uri": "/deviceManagement/termsAndConditions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -41705,15 +41729,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Command": "Get-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41731,15 +41755,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41756,15 +41780,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -41781,15 +41805,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -41807,15 +41831,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41833,15 +41857,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions1", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -41859,15 +41883,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41885,15 +41909,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -41910,15 +41934,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -41935,15 +41959,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -41961,15 +41985,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -41987,15 +42011,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42012,15 +42036,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42038,15 +42062,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "Get1", "GetViaIdentity1" @@ -42064,15 +42088,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents", "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -42089,15 +42113,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents", "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42114,15 +42138,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42140,15 +42164,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42178,15 +42202,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42215,15 +42239,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42253,15 +42277,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42290,15 +42314,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42328,15 +42352,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42365,15 +42389,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42403,15 +42427,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42440,15 +42464,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42478,15 +42502,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42515,15 +42539,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42553,15 +42577,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42590,15 +42614,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42628,15 +42652,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42665,15 +42689,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42703,15 +42727,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42740,15 +42764,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42778,15 +42802,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42815,15 +42839,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42853,15 +42877,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42890,15 +42914,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -42928,15 +42952,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -42965,15 +42989,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -43002,40 +43026,40 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43065,15 +43089,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -43102,15 +43126,53 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43140,15 +43202,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43178,15 +43240,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43216,15 +43278,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43254,15 +43316,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43292,15 +43354,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43330,15 +43392,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43368,18 +43430,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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -43406,17 +43467,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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { "Variants": [ - "List" + "Get" ], "Permissions": [ { @@ -43443,17 +43504,18 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -43480,15 +43542,52 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43518,15 +43617,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -43555,15 +43654,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43593,15 +43692,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -43630,15 +43729,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -43668,17 +43767,55 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -43705,53 +43842,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "List" ], @@ -43780,55 +43879,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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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/userExperienceAnalyticsBatteryHealthOsPerformance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Variants": [ - "List" + "Get" ], "Permissions": [ { @@ -43855,52 +43916,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "Variants": [ - "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/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" @@ -43930,52 +43954,52 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44005,15 +44029,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44042,15 +44066,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44080,15 +44104,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44117,15 +44141,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -44156,15 +44180,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44193,15 +44217,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44231,15 +44255,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44268,15 +44292,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44306,15 +44330,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44343,15 +44367,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44381,15 +44405,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44418,15 +44442,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44456,15 +44480,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44493,40 +44517,40 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44556,15 +44580,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44593,15 +44617,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44631,15 +44655,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44668,15 +44692,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44706,15 +44730,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44743,15 +44767,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44781,15 +44805,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -44818,15 +44842,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -44856,54 +44880,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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "Variants": [ - "List" - ], - "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/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Variants": [ - "Get" + "List" ], "Permissions": [ { @@ -44930,93 +44917,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 } - ] - }, - { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Variants": [ - "Get", - "GetViaIdentity" ], - "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 - } - ] - }, - { "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Variants": [ - "List" - ], - "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-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], "Permissions": [ { @@ -45043,15 +44954,53 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45080,15 +45029,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45118,15 +45067,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45155,17 +45104,55 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get" + "List" ], "Permissions": [ { @@ -45192,15 +45179,52 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiVersion": "beta" }, { + "Variants": [ + "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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45230,15 +45254,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45267,15 +45291,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45305,15 +45329,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45342,15 +45366,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45380,15 +45404,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45417,15 +45441,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Command": "Get-MgDeviceManagementUserPfxCertificate", - "OutputType": "IMicrosoftGraphUserPfxCertificate", "Variants": [ "Get", "GetViaIdentity" @@ -45443,15 +45467,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Method": "GET", - "Uri": "/deviceManagement/userPfxCertificates", "Command": "Get-MgDeviceManagementUserPfxCertificate", - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45468,27 +45492,27 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint", - "Command": "Get-MgDeviceManagementVirtualEndpoint", - "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Command": "Get-MgDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVirtualEndpoint", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Command": "Get-MgDeviceManagementVirtualEndpoint", + "Uri": "/deviceManagement/virtualEndpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45506,15 +45530,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45531,15 +45555,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "OutputType": null, "Variants": [ "Get" ], @@ -45556,15 +45580,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC", - "OutputType": "IMicrosoftGraphCloudPc", "Variants": [ "Get", "GetViaIdentity" @@ -45582,15 +45606,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPc", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC", - "OutputType": "IMicrosoftGraphCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45607,15 +45631,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcConnectivityHistory", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Variants": [ "Get", "GetViaIdentity" @@ -45633,28 +45657,28 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcLaunchInfo", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcProvisionedCloudPC", - "OutputType": "IMicrosoftGraphCloudPc", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcLaunchInfo", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45672,28 +45696,28 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPc", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", - "OutputType": null, + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcProvisionedCloudPC", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45703,15 +45727,15 @@ "Description": "Read Cloud PCs", "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", "IsAdmin": false - } + }, + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Command": "Get-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", "Variants": [ "Get" ], @@ -45728,15 +45752,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Command": "Get-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45754,15 +45778,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45779,15 +45803,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Variants": [ "Get" ], @@ -45804,15 +45828,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", - "Command": "Get-MgDeviceManagementVirtualEndpointEffectivePermission", - "OutputType": null, + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -45829,15 +45853,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointEffectivePermission", + "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Variants": [ "Get", "GetViaIdentity" @@ -45855,15 +45879,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45880,15 +45904,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45906,15 +45930,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45931,15 +45955,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -45957,15 +45981,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -45982,15 +46006,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Command": "Get-MgDeviceManagementVirtualEndpointOrganizationSetting", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -46007,15 +46031,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "Get-MgDeviceManagementVirtualEndpointOrganizationSetting", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46033,15 +46057,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46058,90 +46082,90 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports", - "Command": "Get-MgDeviceManagementVirtualEndpointReport", - "OutputType": "IMicrosoftGraphCloudPcReports", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcReports", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointReport", + "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", - "Command": "Get-MgDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -46159,15 +46183,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob", - "OutputType": "IMicrosoftGraphCloudPcExportJob", "Variants": [ "Get", "GetViaIdentity" @@ -46177,27 +46201,27 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcExportJob", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", - "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -46215,15 +46239,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", - "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46241,15 +46265,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", - "Command": "Get-MgDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" @@ -46267,15 +46291,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", - "Command": "Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -46293,15 +46317,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "Command": "Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", + "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" @@ -46319,28 +46343,28 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", + "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46357,15 +46381,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46383,15 +46407,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46408,15 +46432,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46434,15 +46458,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots", "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46459,15 +46483,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot", + "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", - "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotStorageAccount", - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", "Variants": [ "Get", "GetViaIdentity" @@ -46485,15 +46509,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", - "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotSubscription", - "OutputType": "IMicrosoftGraphCloudPcSubscription", + "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotStorageAccount", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -46510,28 +46534,28 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcSubscription", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotSubscription", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46548,15 +46572,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46574,15 +46598,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46599,40 +46623,40 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -46650,15 +46674,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46675,91 +46699,91 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -46777,15 +46801,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -46802,15 +46826,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46827,15 +46851,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46853,15 +46877,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46879,15 +46903,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityIntendedDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46905,15 +46929,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotSettings", - "Command": "Get-MgDeviceManagementWindowAutopilotSetting", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityIntendedDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -46930,15 +46954,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Command": "Get-MgDeviceManagementWindowAutopilotSetting", + "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -46956,15 +46980,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -46981,15 +47005,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -47007,15 +47031,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -47032,15 +47056,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -47058,15 +47082,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -47083,15 +47107,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -47108,15 +47132,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -47134,15 +47158,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -47160,15 +47184,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -47185,15 +47209,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -47210,15 +47234,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -47236,15 +47260,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Command": "Get-MgDeviceManagementWindowMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -47274,15 +47298,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation", "Command": "Get-MgDeviceManagementWindowMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -47311,15 +47335,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Command": "Get-MgDeviceManagementWindowMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -47349,15 +47373,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -47386,15 +47410,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/{device-id}/getMemberGroups", - "Command": "Get-MgDeviceMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", @@ -47462,15 +47486,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/getMemberGroups", "Command": "Get-MgDeviceMemberGroup", - "OutputType": null, + "Uri": "/devices/{device-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -47538,15 +47562,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/{device-id}/getMemberObjects", - "Command": "Get-MgDeviceMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceMemberGroup", + "Uri": "/devices/{device-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", @@ -47620,15 +47644,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/getMemberObjects", "Command": "Get-MgDeviceMemberObject", - "OutputType": null, + "Uri": "/devices/{device-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -47702,28 +47726,28 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceMemberObject", + "Uri": "/devices/{device-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "Command": "Get-MgDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf", "Command": "Get-MgDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -47746,15 +47770,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf", "Command": "Get-MgDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/memberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -47777,128 +47801,128 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "Command": "Get-MgDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/memberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Command": "Get-MgDeviceMemberOf", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "Command": "Get-MgDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/group", "Command": "Get-MgDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/group", "Command": "Get-MgDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/devices/{device-id}/memberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", "Command": "Get-MgDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/devices/{device-id}/memberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners", - "Command": "Get-MgDeviceRegisteredOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDeviceMemberOfAsGroup", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -47921,15 +47945,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners", "Command": "Get-MgDeviceRegisteredOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/registeredOwners", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -47952,190 +47976,190 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgDeviceRegisteredOwner", + "Uri": "/devices/{device-id}/registeredOwners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/endpoint", "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/endpoint", "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/user", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/user", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/devices/{device-id}/registeredOwners/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/devices/{device-id}/registeredOwners/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Command": "Get-MgDeviceRegisteredOwnerByRef", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredOwnerAsUser", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -48158,15 +48182,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/$ref", "Command": "Get-MgDeviceRegisteredOwnerByRef", - "OutputType": null, + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -48189,15 +48213,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers", - "Command": "Get-MgDeviceRegisteredUser", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDeviceRegisteredOwnerByRef", + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -48220,15 +48244,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers", "Command": "Get-MgDeviceRegisteredUser", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/registeredUsers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -48251,190 +48275,190 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgDeviceRegisteredUser", + "Uri": "/devices/{device-id}/registeredUsers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/endpoint", "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/endpoint", "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Command": "Get-MgDeviceRegisteredUserAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/user", "Command": "Get-MgDeviceRegisteredUserAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/user", "Command": "Get-MgDeviceRegisteredUserAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/devices/{device-id}/registeredUsers/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "Command": "Get-MgDeviceRegisteredUserAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/devices/{device-id}/registeredUsers/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Command": "Get-MgDeviceRegisteredUserByRef", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredUserAsUser", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -48457,15 +48481,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/$ref", "Command": "Get-MgDeviceRegisteredUserByRef", - "OutputType": null, + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -48488,28 +48512,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Command": "Get-MgDeviceTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf", "Command": "Get-MgDeviceTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -48532,15 +48556,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf", "Command": "Get-MgDeviceTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -48563,141 +48587,141 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "Command": "Get-MgDeviceTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Command": "Get-MgDeviceTransitiveMemberOf", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/group", "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/group", "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Command": "Get-MgDeviceUsageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", - "Uri": "/devices/{device-id}/usageRights", "Command": "Get-MgDeviceUsageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -48720,52 +48744,52 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", + "Command": "Get-MgDeviceUsageRights", + "Uri": "/devices/{device-id}/usageRights", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/getUserOwnedObjects", - "Command": "Get-MgDeviceUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDeviceUserOwnedObject", + "Uri": "/devices/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory", - "Command": "Get-MgDirectory", - "OutputType": "IMicrosoftGraphDirectory", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectory", "Method": "GET", - "Uri": "/directory", "Command": "Get-MgDirectory", - "OutputType": "IMicrosoftGraphDirectory1", + "Uri": "/directory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectory1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Command": "Get-MgDirectoryAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Command": "Get-MgDirectory", + "Uri": "/directory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -48795,15 +48819,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/directory/administrativeUnits", "Command": "Get-MgDirectoryAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -48832,15 +48856,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/directory/administrativeUnits", "Command": "Get-MgDirectoryAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/directory/administrativeUnits", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -48869,15 +48893,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Command": "Get-MgDirectoryAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/directory/administrativeUnits", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -48907,28 +48931,28 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/getByIds", - "Command": "Get-MgDirectoryAdministrativeUnitById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryAdministrativeUnitById", + "Uri": "/directory/administrativeUnits/getByIds", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/administrativeUnits/delta", - "Command": "Get-MgDirectoryAdministrativeUnitDelta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "Delta" ], @@ -48957,15 +48981,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/directory/administrativeUnits/delta", "Command": "Get-MgDirectoryAdministrativeUnitDelta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/directory/administrativeUnits/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -48994,65 +49018,65 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "OutputType": null, + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "Uri": "/directory/administrativeUnits/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Command": "Get-MgDirectoryAdministrativeUnitMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -49081,15 +49105,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Command": "Get-MgDirectoryAdministrativeUnitMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49118,28 +49142,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryAdministrativeUnitMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -49168,15 +49192,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49205,41 +49229,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -49268,15 +49292,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49305,41 +49329,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -49368,15 +49392,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49405,41 +49429,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -49468,15 +49492,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49505,41 +49529,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -49568,15 +49592,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49605,41 +49629,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -49668,15 +49692,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49705,28 +49729,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", - "OutputType": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -49755,15 +49779,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49792,45 +49816,45 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "Command": "Get-MgDirectoryAdministrativeUnitMemberGroup", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "Command": "Get-MgDirectoryAdministrativeUnitMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryAdministrativeUnitMemberGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryAdministrativeUnitMemberObject", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" @@ -49860,15 +49884,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -49897,15 +49921,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -49934,15 +49958,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -49972,28 +49996,28 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/getUserOwnedObjects", - "Command": "Get-MgDirectoryAdministrativeUnitUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryAdministrativeUnitUserOwnedObject", + "Uri": "/directory/administrativeUnits/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Command": "Get-MgDirectoryAttributeSet", - "OutputType": "IMicrosoftGraphAttributeSet", "Variants": [ "Get", "GetViaIdentity" @@ -50011,15 +50035,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttributeSet", "Method": "GET", - "Uri": "/directory/attributeSets", "Command": "Get-MgDirectoryAttributeSet", - "OutputType": "IMicrosoftGraphAttributeSet", + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -50036,15 +50060,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttributeSet", "Method": "GET", - "Uri": "/directory/attributeSets", "Command": "Get-MgDirectoryAttributeSet", - "OutputType": "IMicrosoftGraphAttributeSet", + "Uri": "/directory/attributeSets", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -50061,15 +50085,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttributeSet", "Method": "GET", - "Uri": "/directory/attributeSets/{attributeSet-id}", "Command": "Get-MgDirectoryAttributeSet", - "OutputType": "IMicrosoftGraphAttributeSet", + "Uri": "/directory/attributeSets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -50087,15 +50111,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttributeSet", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "Get-MgDirectoryAttributeSet", + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -50113,15 +50137,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -50138,15 +50162,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -50163,15 +50187,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -50189,15 +50213,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -50215,15 +50239,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAllowedValue", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": "IMicrosoftGraphAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -50240,15 +50264,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAllowedValue", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": "IMicrosoftGraphAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -50265,15 +50289,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAllowedValue", "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": "IMicrosoftGraphAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -50291,15 +50315,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAllowedValue", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Command": "Get-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -50365,39 +50389,39 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directory/deletedItems", "Command": "Get-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directory/deletedItems", "Command": "Get-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/deletedItems", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}", "Command": "Get-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/deletedItems", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -50463,103 +50487,30 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "Command": "Get-MgDirectoryDeletedItemAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryDeletedItem", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/directory/deletedItems/application", "Command": "Get-MgDirectoryDeletedItemAsApplication", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "IsAdmin": true - }, - { - "Name": "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": "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": "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.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": "/directory/deletedItems/{directoryObject-id}/application", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/directory/deletedItems/application", - "Command": "Get-MgDirectoryDeletedItemAsApplication", - "OutputType": "IMicrosoftGraphApplication1", "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -50622,41 +50573,114 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsApplication", + "Uri": "/directory/deletedItems/application", + "ApiVersion": "beta" }, { + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "IsAdmin": true + }, + { + "Name": "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": "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": "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.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 + } + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", "Command": "Get-MgDirectoryDeletedItemAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/directory/deletedItems/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "Command": "Get-MgDirectoryDeletedItemAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgDirectoryDeletedItemAsApplication", + "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/directory/deletedItems/group", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -50721,15 +50745,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/directory/deletedItems/group", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/directory/deletedItems/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -50794,41 +50818,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/directory/deletedItems/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "Command": "Get-MgDirectoryDeletedItemAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryDeletedItemAsGroup", + "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/directory/deletedItems/user", "Command": "Get-MgDirectoryDeletedItemAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -50893,15 +50917,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/directory/deletedItems/user", "Command": "Get-MgDirectoryDeletedItemAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/directory/deletedItems/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -50966,67 +50990,67 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", "Command": "Get-MgDirectoryDeletedItemAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/directory/deletedItems/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsUser", + "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/directory/deletedItems/getAvailableExtensionProperties", - "Command": "Get-MgDirectoryDeletedItemAvailableExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", - "Uri": "/directory/deletedItems/getByIds", - "Command": "Get-MgDirectoryDeletedItemById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryDeletedItemAvailableExtensionProperty", + "Uri": "/directory/deletedItems/getAvailableExtensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directory/deletedItems/getByIds", "Command": "Get-MgDirectoryDeletedItemById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/deletedItems/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/deletedItems/delta", - "Command": "Get-MgDirectoryDeletedItemDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemById", + "Uri": "/directory/deletedItems/getByIds", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -51091,15 +51115,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directory/deletedItems/delta", "Command": "Get-MgDirectoryDeletedItemDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/deletedItems/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -51164,255 +51188,255 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemDelta", + "Uri": "/directory/deletedItems/delta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "Command": "Get-MgDirectoryDeletedItemMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", "Command": "Get-MgDirectoryDeletedItemMemberGroup", - "OutputType": null, + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "Command": "Get-MgDirectoryDeletedItemMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemMemberGroup", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", "Command": "Get-MgDirectoryDeletedItemMemberObject", - "OutputType": null, + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directory/deletedItems/getUserOwnedObjects", - "Command": "Get-MgDirectoryDeletedItemUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryDeletedItemMemberObject", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemUserOwnedObject", + "Uri": "/directory/deletedItems/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Command": "Get-MgDirectoryFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", - "Uri": "/directory/featureRolloutPolicies", "Command": "Get-MgDirectoryFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryFeatureRolloutPolicy", + "Uri": "/directory/featureRolloutPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToById", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyTo", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToById", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToByRef", - "OutputType": null, "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToDelta", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToUserOwnedObject", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Command": "Get-MgDirectoryFederationConfiguration", - "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/directory/federationConfigurations", "Command": "Get-MgDirectoryFederationConfiguration", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/directory/federationConfigurations", "Command": "Get-MgDirectoryFederationConfiguration", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/directory/federationConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Command": "Get-MgDirectoryFederationConfiguration", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/directory/federationConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/directory/impactedResources/{impactedResource-id}", - "Command": "Get-MgDirectoryImpactedResource", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Get-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImpactedResource", "Method": "GET", - "Uri": "/directory/impactedResources", "Command": "Get-MgDirectoryImpactedResource", - "OutputType": "IMicrosoftGraphImpactedResource", + "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImpactedResource", "Method": "GET", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Command": "Get-MgDirectoryInboundSharedUserProfile", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Command": "Get-MgDirectoryImpactedResource", + "Uri": "/directory/impactedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -51442,15 +51466,15 @@ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Method": "GET", - "Uri": "/directory/inboundSharedUserProfiles", "Command": "Get-MgDirectoryInboundSharedUserProfile", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -51467,15 +51491,15 @@ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "GET", + "Command": "Get-MgDirectoryInboundSharedUserProfile", + "Uri": "/directory/inboundSharedUserProfiles", + "ApiVersion": "beta" }, { - "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directoryObjects/{directoryObject-id}", - "Command": "Get-MgDirectoryObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" @@ -51485,39 +51509,39 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - } - }, - { + }, "Module": "DirectoryObjects", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directoryObjects", "Command": "Get-MgDirectoryObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directoryObjects", "Command": "Get-MgDirectoryObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directoryObjects/{directoryObject-id}", "Command": "Get-MgDirectoryObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -51527,54 +51551,54 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - } + }, + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryObject", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiVersion": "v1.0" }, { - "Module": "DirectoryObjects", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/directoryObjects/getAvailableExtensionProperties", - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", - "Uri": "/directoryObjects/getByIds", - "Command": "Get-MgDirectoryObjectById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", + "Uri": "/directoryObjects/getAvailableExtensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directoryObjects/getByIds", "Command": "Get-MgDirectoryObjectById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryObjects/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directoryObjects/delta", - "Command": "Get-MgDirectoryObjectDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryObjectById", + "Uri": "/directoryObjects/getByIds", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -51583,15 +51607,15 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - } - }, - { + }, "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directoryObjects/delta", "Command": "Get-MgDirectoryObjectDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryObjects/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -51600,15 +51624,15 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - } + }, + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryObjectDelta", + "Uri": "/directoryObjects/delta", + "ApiVersion": "v1.0" }, { - "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "Command": "Get-MgDirectoryObjectMemberGroup", - "OutputType": null, "Variants": [ "Get1", "GetExpanded1", @@ -51676,15 +51700,15 @@ "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 } - ] - }, - { + ], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "Command": "Get-MgDirectoryObjectMemberGroup", - "OutputType": null, + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", @@ -51752,15 +51776,15 @@ "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 } - ] - }, - { + ], "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "Command": "Get-MgDirectoryObjectMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryObjectMemberGroup", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -51834,15 +51858,15 @@ "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 } - ] - }, - { + ], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "Command": "Get-MgDirectoryObjectMemberObject", - "OutputType": null, + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", @@ -51916,41 +51940,41 @@ "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 } - ] - }, - { + ], "Module": "DirectoryObjects", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directoryObjects/getUserOwnedObjects", - "Command": "Get-MgDirectoryObjectUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObjectMemberObject", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryObjectUserOwnedObject", + "Uri": "/directoryObjects/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Command": "Get-MgDirectoryOnPremisSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", "Method": "GET", - "Uri": "/directory/onPremisesSynchronization", "Command": "Get-MgDirectoryOnPremisSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -51967,15 +51991,15 @@ "FullDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", "Method": "GET", - "Uri": "/directory/onPremisesSynchronization", "Command": "Get-MgDirectoryOnPremisSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Uri": "/directory/onPremisesSynchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -51992,32 +52016,119 @@ "FullDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Method": "GET", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Command": "Get-MgDirectoryOnPremisSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Uri": "/directory/onPremisesSynchronization", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", + "Command": "Get-MgDirectoryOnPremisSynchronization", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "CrossTenantUserProfileSharing.Read", + "Description": "Read shared cross-tenant user profile and export data", + "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", + "IsAdmin": true + }, + { + "Name": "CrossTenantUserProfileSharing.Read.All", + "Description": "Read any shared cross-tenant user profiles and export data", + "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", + "IsAdmin": true + }, + { + "Name": "CrossTenantUserProfileSharing.ReadWrite", + "Description": "Read shared cross-tenant user profile and export or delete data", + "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", + "IsAdmin": true + }, + { + "Name": "CrossTenantUserProfileSharing.ReadWrite.All", + "Description": "Read any shared cross-tenant user profiles and export or delete data", + "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", + "IsAdmin": true + } + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "Command": "Get-MgDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiVersion": "beta" + }, + { + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "CrossTenantUserProfileSharing.Read", + "Description": "Read shared cross-tenant user profile and export data", + "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", + "IsAdmin": true + }, + { + "Name": "CrossTenantUserProfileSharing.Read.All", + "Description": "Read any shared cross-tenant user profiles and export data", + "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", + "IsAdmin": true + }, + { + "Name": "CrossTenantUserProfileSharing.ReadWrite", + "Description": "Read shared cross-tenant user profile and export or delete data", + "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", + "IsAdmin": true + }, + { + "Name": "CrossTenantUserProfileSharing.ReadWrite.All", + "Description": "Read any shared cross-tenant user profiles and export or delete data", + "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", + "IsAdmin": true + } + ], + "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "GET", + "Command": "Get-MgDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiVersion": "beta" + }, + { + "Variants": [ + "List" + ], "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -52043,102 +52154,15 @@ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", "IsAdmin": true } - ] - }, - { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles", - "Command": "Get-MgDirectoryOutboundSharedUserProfile", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "Variants": [ - "List" ], - "Permissions": [ - { - "Name": "CrossTenantUserProfileSharing.Read", - "Description": "Read shared cross-tenant user profile and export data", - "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", - "IsAdmin": true - }, - { - "Name": "CrossTenantUserProfileSharing.Read.All", - "Description": "Read any shared cross-tenant user profiles and export data", - "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", - "IsAdmin": true - }, - { - "Name": "CrossTenantUserProfileSharing.ReadWrite", - "Description": "Read shared cross-tenant user profile and export or delete data", - "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", - "IsAdmin": true - }, - { - "Name": "CrossTenantUserProfileSharing.ReadWrite.All", - "Description": "Read any shared cross-tenant user profiles and export or delete data", - "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", - "IsAdmin": true - } - ] - }, - { "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTenantReference", "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] - }, - { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant", - "OutputType": "IMicrosoftGraphTenantReference", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "CrossTenantUserProfileSharing.Read", - "Description": "Read shared cross-tenant user profile and export data", - "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", - "IsAdmin": true - }, - { - "Name": "CrossTenantUserProfileSharing.Read.All", - "Description": "Read any shared cross-tenant user profiles and export data", - "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", - "IsAdmin": true - }, - { - "Name": "CrossTenantUserProfileSharing.ReadWrite", - "Description": "Read shared cross-tenant user profile and export or delete data", - "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", - "IsAdmin": true - }, - { - "Name": "CrossTenantUserProfileSharing.ReadWrite.All", - "Description": "Read any shared cross-tenant user profiles and export or delete data", - "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", - "IsAdmin": true - } - ] + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/recommendations/{recommendation-id}", - "Command": "Get-MgDirectoryRecommendation", - "OutputType": "IMicrosoftGraphRecommendation", "Variants": [ "Get", "GetViaIdentity" @@ -52156,15 +52180,15 @@ "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRecommendation", "Method": "GET", - "Uri": "/directory/recommendations", "Command": "Get-MgDirectoryRecommendation", - "OutputType": "IMicrosoftGraphRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -52181,15 +52205,15 @@ "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRecommendation", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}", - "Command": "Get-MgDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgDirectoryRecommendation", + "Uri": "/directory/recommendations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -52219,15 +52243,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", - "Uri": "/directoryRoles", "Command": "Get-MgDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -52256,15 +52280,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", - "Uri": "/directoryRoles", "Command": "Get-MgDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Uri": "/directoryRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -52293,15 +52317,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}", "Command": "Get-MgDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Uri": "/directoryRoles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -52331,41 +52355,41 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgDirectoryRole", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoles/getByIds", - "Command": "Get-MgDirectoryRoleById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directoryRoles/getByIds", "Command": "Get-MgDirectoryRoleById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryRoles/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryRoleById", + "Uri": "/directoryRoles/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directoryRoles/delta", - "Command": "Get-MgDirectoryRoleDelta", - "OutputType": "IMicrosoftGraphDirectoryRole", "Variants": [ "Delta" ], @@ -52394,15 +52418,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", - "Uri": "/directoryRoles/delta", "Command": "Get-MgDirectoryRoleDelta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Uri": "/directoryRoles/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -52431,15 +52455,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members", - "Command": "Get-MgDirectoryRoleMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryRoleDelta", + "Uri": "/directoryRoles/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -52468,15 +52492,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members", "Command": "Get-MgDirectoryRoleMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -52505,315 +52529,315 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "Command": "Get-MgDirectoryRoleMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryRoleMember", + "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/application", "Command": "Get-MgDirectoryRoleMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/application", "Command": "Get-MgDirectoryRoleMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", "Command": "Get-MgDirectoryRoleMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "Command": "Get-MgDirectoryRoleMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgDirectoryRoleMemberAsApplication", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/device", "Command": "Get-MgDirectoryRoleMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/device", "Command": "Get-MgDirectoryRoleMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", "Command": "Get-MgDirectoryRoleMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "Command": "Get-MgDirectoryRoleMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgDirectoryRoleMemberAsDevice", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/group", "Command": "Get-MgDirectoryRoleMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/group", "Command": "Get-MgDirectoryRoleMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", "Command": "Get-MgDirectoryRoleMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Command": "Get-MgDirectoryRoleMemberAsGroup", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "Command": "Get-MgDirectoryRoleMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/user", "Command": "Get-MgDirectoryRoleMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/user", "Command": "Get-MgDirectoryRoleMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", "Command": "Get-MgDirectoryRoleMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Command": "Get-MgDirectoryRoleMemberByRef", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberAsUser", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -52842,15 +52866,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "Command": "Get-MgDirectoryRoleMemberByRef", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -52879,88 +52903,88 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "Command": "Get-MgDirectoryRoleMemberGroup", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", "Command": "Get-MgDirectoryRoleMemberGroup", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "Command": "Get-MgDirectoryRoleMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberGroup", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", "Command": "Get-MgDirectoryRoleMemberObject", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberObject", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Command": "Get-MgDirectoryRoleScopedMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Command": "Get-MgDirectoryRoleScopedMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -52989,15 +53013,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Command": "Get-MgDirectoryRoleScopedMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -53026,28 +53050,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Command": "Get-MgDirectoryRoleScopedMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Command": "Get-MgDirectoryRoleTemplate", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Command": "Get-MgDirectoryRoleScopedMember", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -53077,15 +53101,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "GET", - "Uri": "/directoryRoleTemplates", "Command": "Get-MgDirectoryRoleTemplate", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -53114,15 +53138,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "GET", - "Uri": "/directoryRoleTemplates", "Command": "Get-MgDirectoryRoleTemplate", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -53151,15 +53175,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "GET", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Command": "Get-MgDirectoryRoleTemplate", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -53189,41 +53213,41 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoleTemplates/getByIds", - "Command": "Get-MgDirectoryRoleTemplateById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directoryRoleTemplates/getByIds", "Command": "Get-MgDirectoryRoleTemplateById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryRoleTemplates/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directoryRoleTemplates/delta", - "Command": "Get-MgDirectoryRoleTemplateDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateById", + "Uri": "/directoryRoleTemplates/getByIds", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -53252,15 +53276,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/directoryRoleTemplates/delta", "Command": "Get-MgDirectoryRoleTemplateDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryRoleTemplates/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -53289,101 +53313,101 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplateDelta", + "Uri": "/directoryRoleTemplates/delta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "Command": "Get-MgDirectoryRoleTemplateMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", "Command": "Get-MgDirectoryRoleTemplateMemberGroup", - "OutputType": null, + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "Command": "Get-MgDirectoryRoleTemplateMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", "Command": "Get-MgDirectoryRoleTemplateMemberObject", - "OutputType": null, + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoleTemplates/getUserOwnedObjects", - "Command": "Get-MgDirectoryRoleTemplateUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoles/getUserOwnedObjects", - "Command": "Get-MgDirectoryRoleUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateUserOwnedObject", + "Uri": "/directoryRoleTemplates/getUserOwnedObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryRoleUserOwnedObject", + "Uri": "/directoryRoles/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/settings/{directorySetting-id}", - "Command": "Get-MgDirectorySetting", - "OutputType": "IMicrosoftGraphDirectorySetting", "Variants": [ "Get", "GetViaIdentity" @@ -53413,15 +53437,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", - "Uri": "/settings", "Command": "Get-MgDirectorySetting", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Uri": "/settings/{directorySetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -53450,15 +53474,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Command": "Get-MgDirectorySettingTemplate", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Command": "Get-MgDirectorySetting", + "Uri": "/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -53476,15 +53500,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Method": "GET", - "Uri": "/directorySettingTemplates", "Command": "Get-MgDirectorySettingTemplate", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -53501,28 +53525,28 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "GET", + "Command": "Get-MgDirectorySettingTemplate", + "Uri": "/directorySettingTemplates", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directorySettingTemplates/getByIds", - "Command": "Get-MgDirectorySettingTemplateById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directorySettingTemplates/delta", - "Command": "Get-MgDirectorySettingTemplateDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectorySettingTemplateById", + "Uri": "/directorySettingTemplates/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta" ], @@ -53539,83 +53563,83 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectorySettingTemplateDelta", + "Uri": "/directorySettingTemplates/delta", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", - "Command": "Get-MgDirectorySettingTemplateMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", - "Command": "Get-MgDirectorySettingTemplateMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectorySettingTemplateMemberGroup", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directorySettingTemplates/getUserOwnedObjects", - "Command": "Get-MgDirectorySettingTemplateUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectorySettingTemplateMemberObject", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectorySettingTemplateUserOwnedObject", + "Uri": "/directorySettingTemplates/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Command": "Get-MgDirectorySharedEmailDomain", - "OutputType": "IMicrosoftGraphSharedEmailDomain", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Method": "GET", - "Uri": "/directory/sharedEmailDomains", "Command": "Get-MgDirectorySharedEmailDomain", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Method": "GET", - "Uri": "/domains/{domain-id}", - "Command": "Get-MgDomain", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Get-MgDirectorySharedEmailDomain", + "Uri": "/directory/sharedEmailDomains", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -53639,15 +53663,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomain", "Method": "GET", - "Uri": "/domains", "Command": "Get-MgDomain", - "OutputType": "IMicrosoftGraphDomain", + "Uri": "/domains/{domain-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -53670,15 +53694,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomain", "Method": "GET", - "Uri": "/domains", "Command": "Get-MgDomain", - "OutputType": "IMicrosoftGraphDomain1", + "Uri": "/domains", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -53701,15 +53725,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomain1", "Method": "GET", - "Uri": "/domains/{domain-id}", "Command": "Get-MgDomain", - "OutputType": "IMicrosoftGraphDomain1", + "Uri": "/domains", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -53733,15 +53757,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomain1", "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Command": "Get-MgDomainFederationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "Get-MgDomain", + "Uri": "/domains/{domain-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -53759,39 +53783,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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration", "Command": "Get-MgDomainFederationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration", "Command": "Get-MgDomainFederationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Command": "Get-MgDomainFederationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -53809,28 +53833,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "Command": "Get-MgDomainNameReference", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDomainFederationConfiguration", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences", "Command": "Get-MgDomainNameReference", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -53847,15 +53871,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences", "Command": "Get-MgDomainNameReference", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/domains/{domain-id}/domainNameReferences", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -53872,41 +53896,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "Command": "Get-MgDomainNameReference", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/domains/{domain-id}/domainNameReferences", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Command": "Get-MgDomainServiceConfigurationRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgDomainNameReference", + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Command": "Get-MgDomainServiceConfigurationRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -53923,15 +53947,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Command": "Get-MgDomainServiceConfigurationRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -53948,66 +53972,66 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Command": "Get-MgDomainServiceConfigurationRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Command": "Get-MgDomainSharedEmailDomainInvitation", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Command": "Get-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Method": "GET", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "Command": "Get-MgDomainSharedEmailDomainInvitation", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Command": "Get-MgDomainVerificationDnsRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgDomainSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords", "Command": "Get-MgDomainVerificationDnsRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -54024,15 +54048,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords", "Command": "Get-MgDomainVerificationDnsRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -54049,28 +54073,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Command": "Get-MgDomainVerificationDnsRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}", - "Command": "Get-MgDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get", "GetViaIdentity" @@ -54112,39 +54136,39 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/drives", "Command": "Get-MgDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Uri": "/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/drives", "Command": "Get-MgDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/drives/{drive-id}", "Command": "Get-MgDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -54186,15 +54210,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/drives/{drive-id}/activities", - "Command": "Get-MgDriveActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgDrive", + "Uri": "/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -54235,167 +54259,167 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "Command": "Get-MgDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveActivity", + "Uri": "/drives/{drive-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/bundles", "Command": "Get-MgDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/bundles", "Command": "Get-MgDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/bundles", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "Command": "Get-MgDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/bundles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Command": "Get-MgDriveBundleContent", - "OutputType": null, + "Command": "Get-MgDriveBundle", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Command": "Get-MgDriveBundleContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "Command": "Get-MgDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveBundleContent", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/following", "Command": "Get-MgDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/following", "Command": "Get-MgDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/following", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}", "Command": "Get-MgDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/following", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Command": "Get-MgDriveFollowingContent", - "OutputType": null, + "Command": "Get-MgDriveFollowing", + "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "Command": "Get-MgDriveFollowingContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Command": "Get-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveFollowingContent", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -54449,39 +54473,39 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items", "Command": "Get-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items", "Command": "Get-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Command": "Get-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -54535,15 +54559,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", - "Command": "Get-MgDriveItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -54584,15 +54608,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgDriveItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveItemActivity", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -54634,15 +54658,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Command": "Get-MgDriveItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", @@ -54686,15 +54710,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Get-MgDriveItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Command": "Get-MgDriveItemActivityByInterval", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -54736,15 +54760,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Get-MgDriveItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -54786,89 +54810,89 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Command": "Get-MgDriveItemAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -54910,15 +54934,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Command": "Get-MgDriveItemAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -54960,15 +54984,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Command": "Get-MgDriveItemAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -55010,15 +55034,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "Command": "Get-MgDriveItemAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -55060,28 +55084,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Command": "Get-MgDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveItemAnalyticTime", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Command": "Get-MgDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -55122,15 +55146,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Command": "Get-MgDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -55171,54 +55195,54 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Command": "Get-MgDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Command": "Get-MgDriveItemChildContent", - "OutputType": null, + "Command": "Get-MgDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Command": "Get-MgDriveItemChildContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Command": "Get-MgDriveItemContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemChildContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -55260,15 +55284,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Command": "Get-MgDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -55310,341 +55334,341 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "Command": "Get-MgDriveItemDelta", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", "Command": "Get-MgDriveItemDelta", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Get-MgDriveItemListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgDriveItemDelta", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Get-MgDriveItemListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Command": "Get-MgDriveItemListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgDriveItemListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveItemListItemActivity", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Command": "Get-MgDriveItemListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Command": "Get-MgDriveItemListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Command": "Get-MgDriveItemListItemActivityByInterval", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Command": "Get-MgDriveItemListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveItemListItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Command": "Get-MgDriveItemListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Command": "Get-MgDriveItemListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Command": "Get-MgDriveItemListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgDriveItemListItemDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Command": "Get-MgDriveItemListItemDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Get-MgDriveItemListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Get-MgDriveItemListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Get-MgDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveItemListItemField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "Get-MgDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "Get-MgDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Get-MgDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Get-MgDriveItemListItemVersionField", - "OutputType": null, + "Command": "Get-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Get-MgDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Get-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Get-MgDriveItemListItemVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -55686,15 +55710,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "Get-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -55735,15 +55759,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "Get-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -55784,15 +55808,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Get-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -55834,91 +55858,91 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Get-MgDriveItemRetentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Get-MgDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "Get-MgDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "Get-MgDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Get-MgDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Get-MgDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "Get-MgDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -55959,15 +55983,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "Get-MgDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -56008,28 +56032,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Get-MgDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Get-MgDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -56071,15 +56095,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "Get-MgDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -56120,15 +56144,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "Get-MgDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -56169,15 +56193,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Get-MgDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -56219,15 +56243,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Command": "Get-MgDriveItemVersionContent", - "OutputType": null, + "Command": "Get-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -56269,15 +56293,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Command": "Get-MgDriveItemVersionContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -56319,1238 +56343,1238 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/list", - "Command": "Get-MgDriveList", - "OutputType": "IMicrosoftGraphList1", + "Command": "Get-MgDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/drives/{drive-id}/list", "Command": "Get-MgDriveList", - "OutputType": "IMicrosoftGraphList", + "Uri": "/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/drives/{drive-id}/list/activities", - "Command": "Get-MgDriveListActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgDriveList", + "Uri": "/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Get-MgDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgDriveListActivity", + "Uri": "/drives/{drive-id}/list/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns", "Command": "Get-MgDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns", "Command": "Get-MgDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Get-MgDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgDriveListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgDriveListColumn", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgDriveListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Get-MgDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgDriveListColumnSourceColumn", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes", "Command": "Get-MgDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes", "Command": "Get-MgDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Get-MgDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Command": "Get-MgDriveListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Command": "Get-MgDriveListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Command": "Get-MgDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgDriveListContentTypeBase", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Command": "Get-MgDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgDriveListContentTypeBaseType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Command": "Get-MgDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Command": "Get-MgDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgDriveListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgDriveListContentTypeColumnPosition", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgDriveListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/drives/{drive-id}/list/drive", - "Command": "Get-MgDriveListDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/drive", "Command": "Get-MgDriveListDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/drives/{drive-id}/list/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Get-MgDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgDriveListDrive", + "Uri": "/drives/{drive-id}/list/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items", "Command": "Get-MgDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items", "Command": "Get-MgDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/drives/{drive-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Command": "Get-MgDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/drives/{drive-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", - "Command": "Get-MgDriveListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgDriveListItem", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgDriveListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveListItemActivity", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Command": "Get-MgDriveListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Command": "Get-MgDriveListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Command": "Get-MgDriveListItemActivityByInterval", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", "Command": "Get-MgDriveListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/delta", - "Command": "Get-MgDriveListItemDelta", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgDriveListItemAnalytic", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveListItemDelta", + "Uri": "/drives/{drive-id}/list/items/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Command": "Get-MgDriveListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Command": "Get-MgDriveListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Get-MgDriveListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgDriveListItemDriveItem", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Command": "Get-MgDriveListItemDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Get-MgDriveListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemDriveItemContent", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Get-MgDriveListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Get-MgDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveListItemField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "Get-MgDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "Get-MgDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Get-MgDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Get-MgDriveListItemVersionField", - "OutputType": null, + "Command": "Get-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Get-MgDriveListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Get-MgDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgDriveListItemVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations", "Command": "Get-MgDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations", "Command": "Get-MgDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/drives/{drive-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Get-MgDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/drives/{drive-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Get-MgDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgDriveListOperation", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions", "Command": "Get-MgDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions", "Command": "Get-MgDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Get-MgDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/drives/{drive-id}/root", - "Command": "Get-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveListSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/root", "Command": "Get-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/root/activities", - "Command": "Get-MgDriveRootActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgDriveRoot", + "Uri": "/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgDriveRootActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveRootActivity", + "Uri": "/drives/{drive-id}/root/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", "Command": "Get-MgDriveRootActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics", - "Command": "Get-MgDriveRootAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Command": "Get-MgDriveRootActivityByInterval", + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics", "Command": "Get-MgDriveRootAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveRootAnalytic", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "Command": "Get-MgDriveRootAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", "Command": "Get-MgDriveRootAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/allTime", - "Command": "Get-MgDriveRootAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveRootAnalyticLastSevenDay", + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/allTime", "Command": "Get-MgDriveRootAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "Command": "Get-MgDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveRootAnalyticTime", + "Uri": "/drives/{drive-id}/root/analytics/allTime", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/children", "Command": "Get-MgDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/children", "Command": "Get-MgDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", "Command": "Get-MgDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Command": "Get-MgDriveRootChildContent", - "OutputType": null, + "Command": "Get-MgDriveRootChild", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "Command": "Get-MgDriveRootChildContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/root/content", - "Command": "Get-MgDriveRootContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootChildContent", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/content", "Command": "Get-MgDriveRootContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/delta", - "Command": "Get-MgDriveRootDelta", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveRootContent", + "Uri": "/drives/{drive-id}/root/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta2", "Delta3", @@ -57594,15 +57618,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/delta", "Command": "Get-MgDriveRootDelta", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "Delta1", @@ -57646,626 +57670,626 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem", - "Command": "Get-MgDriveRootListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgDriveRootDelta", + "Uri": "/drives/{drive-id}/root/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem", "Command": "Get-MgDriveRootListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/activities", - "Command": "Get-MgDriveRootListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgDriveRootListItem", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgDriveRootListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgDriveRootListItemActivity", + "Uri": "/drives/{drive-id}/root/listItem/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", "Command": "Get-MgDriveRootListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/analytics", - "Command": "Get-MgDriveRootListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Command": "Get-MgDriveRootListItemActivityByInterval", + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/analytics", "Command": "Get-MgDriveRootListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/drives/{drive-id}/root/listItem/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveRootListItemAnalytic", + "Uri": "/drives/{drive-id}/root/listItem/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "Command": "Get-MgDriveRootListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem", "Command": "Get-MgDriveRootListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Command": "Get-MgDriveRootListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgDriveRootListItemDriveItem", + "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "Command": "Get-MgDriveRootListItemDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Command": "Get-MgDriveRootListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemDriveItemContent", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/fields", "Command": "Get-MgDriveRootListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Get-MgDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions", "Command": "Get-MgDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions", "Command": "Get-MgDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Get-MgDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Get-MgDriveRootListItemVersionField", - "OutputType": null, + "Command": "Get-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Get-MgDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Get-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Get-MgDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions", "Command": "Get-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions", "Command": "Get-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Get-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Command": "Get-MgDriveRootRetentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Get-MgDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions", "Command": "Get-MgDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions", "Command": "Get-MgDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Get-MgDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Get-MgDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails", "Command": "Get-MgDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails", "Command": "Get-MgDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Get-MgDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Get-MgDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions", "Command": "Get-MgDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions", "Command": "Get-MgDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/root/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Get-MgDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/root/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Command": "Get-MgDriveRootVersionContent", - "OutputType": null, + "Command": "Get-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Command": "Get-MgDriveRootVersionContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "Command": "Get-MgDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgDriveRootVersionContent", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/special", "Command": "Get-MgDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/special", "Command": "Get-MgDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/special", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}", "Command": "Get-MgDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/special", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Command": "Get-MgDriveSpecialContent", - "OutputType": null, + "Command": "Get-MgDriveSpecial", + "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Command": "Get-MgDriveSpecialContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveSpecialContent", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}", - "Command": "Get-MgEducationClass", - "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "Get1", "GetViaIdentity1" @@ -58275,15 +58299,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/classes", "Command": "Get-MgEducationClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Uri": "/education/classes/{educationClass-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -58292,15 +58316,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/classes", "Command": "Get-MgEducationClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/classes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -58309,15 +58333,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}", "Command": "Get-MgEducationClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/classes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -58327,15 +58351,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Command": "Get-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationClass", + "Uri": "/education/classes/{educationClass-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -58365,15 +58389,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments", "Command": "Get-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -58402,15 +58426,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments", "Command": "Get-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -58439,15 +58463,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Command": "Get-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -58477,15 +58501,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Command": "Get-MgEducationClassAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -58515,15 +58539,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", "Command": "Get-MgEducationClassAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List3" @@ -58553,15 +58577,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "Command": "Get-MgEducationClassAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" @@ -58591,15 +58615,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Command": "Get-MgEducationClassAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -58629,15 +58653,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Command": "Get-MgEducationClassAssignmentCategoryByRef", - "OutputType": null, + "Command": "Get-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -58666,15 +58690,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Command": "Get-MgEducationClassAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -58703,15 +58727,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "Command": "Get-MgEducationClassAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "Delta1", @@ -58743,15 +58767,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "Command": "Get-MgEducationClassAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta2", "Delta3", @@ -58783,15 +58807,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Command": "Get-MgEducationClassAssignmentDefault", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -58821,15 +58845,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Command": "Get-MgEducationClassAssignmentDefault", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -58859,15 +58883,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "Command": "Get-MgEducationClassAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -58897,15 +58921,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", "Command": "Get-MgEducationClassAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -58935,15 +58959,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Get-MgEducationClassAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgEducationClassAssignmentDelta", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -58973,15 +58997,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Command": "Get-MgEducationClassAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -59010,15 +59034,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Command": "Get-MgEducationClassAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -59047,15 +59071,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Get-MgEducationClassAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -59085,15 +59109,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Command": "Get-MgEducationClassAssignmentRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -59123,15 +59147,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Command": "Get-MgEducationClassAssignmentRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -59161,15 +59185,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Get-MgEducationClassAssignmentRubricByRef", - "OutputType": null, + "Command": "Get-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -59199,15 +59223,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Get-MgEducationClassAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -59237,15 +59261,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Command": "Get-MgEducationClassAssignmentSetting", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -59275,15 +59299,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Command": "Get-MgEducationClassAssignmentSetting", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -59313,15 +59337,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Get-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -59351,15 +59375,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Command": "Get-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -59388,15 +59412,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Command": "Get-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -59425,15 +59449,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Get-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -59463,28 +59487,28 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -59513,15 +59537,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -59550,28 +59574,28 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -59601,17 +59625,130 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] + ], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List1" + ], + "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 + } + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "beta" + }, + { + "Variants": [ + "List" + ], + "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 + } + ], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ], + "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -59638,128 +59775,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { - "Module": "Education", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" ], - "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 - } - ] - }, - { "Module": "Education", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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 - } - ] - }, - { - "Module": "Education", - "ApiVersion": "beta", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "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/{educationSubmissionResource-id}", + "ApiVersion": "beta" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List1" ], @@ -59788,15 +59812,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -59825,15 +59849,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -59863,15 +59887,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/classes/delta", - "Command": "Get-MgEducationClassDelta", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1" ], @@ -59880,15 +59904,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/classes/delta", "Command": "Get-MgEducationClassDelta", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/classes/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta" ], @@ -59897,15 +59921,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group", - "Command": "Get-MgEducationClassGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgEducationClassDelta", + "Uri": "/education/classes/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -59935,15 +59959,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group", "Command": "Get-MgEducationClassGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/education/classes/{educationClass-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -59973,15 +59997,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members", - "Command": "Get-MgEducationClassMember", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Get-MgEducationClassGroup", + "Uri": "/education/classes/{educationClass-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -59990,15 +60014,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members", "Command": "Get-MgEducationClassMember", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/classes/{educationClass-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60007,15 +60031,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Command": "Get-MgEducationClassMemberByRef", - "OutputType": null, + "Command": "Get-MgEducationClassMember", + "Uri": "/education/classes/{educationClass-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -60024,15 +60048,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members/$ref", "Command": "Get-MgEducationClassMemberByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60041,28 +60065,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "Command": "Get-MgEducationClassSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools", "Command": "Get-MgEducationClassSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -60071,15 +60095,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools", "Command": "Get-MgEducationClassSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/classes/{educationClass-id}/schools", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60088,28 +60112,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "Command": "Get-MgEducationClassSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/classes/{educationClass-id}/schools", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers", - "Command": "Get-MgEducationClassTeacher", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Get-MgEducationClassSchool", + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -60118,15 +60142,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers", "Command": "Get-MgEducationClassTeacher", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/classes/{educationClass-id}/teachers", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60135,15 +60159,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Command": "Get-MgEducationClassTeacherByRef", - "OutputType": null, + "Command": "Get-MgEducationClassTeacher", + "Uri": "/education/classes/{educationClass-id}/teachers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -60152,15 +60176,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "Command": "Get-MgEducationClassTeacherByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60169,15 +60193,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/me", - "Command": "Get-MgEducationMe", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Get-MgEducationClassTeacherByRef", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1" ], @@ -60186,15 +60210,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", - "Uri": "/education/me", "Command": "Get-MgEducationMe", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/me", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -60203,28 +60227,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "Command": "Get-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationMe", + "Uri": "/education/me", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/me/assignments", "Command": "Get-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -60253,15 +60277,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/me/assignments", "Command": "Get-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/me/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60290,441 +60314,441 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}", "Command": "Get-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/me/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Command": "Get-MgEducationMeAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationMeAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Command": "Get-MgEducationMeAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentCategory", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/me/assignments/delta", - "Command": "Get-MgEducationMeAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/me/assignments/delta", "Command": "Get-MgEducationMeAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/me/assignments/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Get-MgEducationMeAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgEducationMeAssignmentDelta", + "Uri": "/education/me/assignments/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "Command": "Get-MgEducationMeAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "Command": "Get-MgEducationMeAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Get-MgEducationMeAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Command": "Get-MgEducationMeAssignmentRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Command": "Get-MgEducationMeAssignmentRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Get-MgEducationMeAssignmentRubricByRef", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Get-MgEducationMeAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Get-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgEducationMeAssignmentRubricByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "Command": "Get-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "Command": "Get-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Get-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/me/classes/{educationClass-id}", - "Command": "Get-MgEducationMeClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/me/classes", "Command": "Get-MgEducationMeClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Uri": "/education/me/classes/{educationClass-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60733,15 +60757,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/me/classes", "Command": "Get-MgEducationMeClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/me/classes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -60750,28 +60774,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/me/classes/{educationClass-id}", "Command": "Get-MgEducationMeClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/me/classes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Command": "Get-MgEducationMeRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationMeClass", + "Uri": "/education/me/classes/{educationClass-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -60801,15 +60825,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/me/rubrics", "Command": "Get-MgEducationMeRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60838,15 +60862,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/me/rubrics", "Command": "Get-MgEducationMeRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/me/rubrics", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -60875,15 +60899,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/me/rubrics/{educationRubric-id}", "Command": "Get-MgEducationMeRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/me/rubrics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -60913,28 +60937,28 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/me/schools/{educationSchool-id}", - "Command": "Get-MgEducationMeSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/me/schools", "Command": "Get-MgEducationMeSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Uri": "/education/me/schools/{educationSchool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -60943,15 +60967,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/me/schools", "Command": "Get-MgEducationMeSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/me/schools", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -60960,41 +60984,41 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/me/schools/{educationSchool-id}", "Command": "Get-MgEducationMeSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/me/schools", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/me/taughtClasses/{educationClass-id}", - "Command": "Get-MgEducationMeTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationMeSchool", + "Uri": "/education/me/schools/{educationSchool-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/me/taughtClasses", "Command": "Get-MgEducationMeTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Uri": "/education/me/taughtClasses/{educationClass-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -61003,15 +61027,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/me/taughtClasses", "Command": "Get-MgEducationMeTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/me/taughtClasses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -61020,28 +61044,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/me/taughtClasses/{educationClass-id}", "Command": "Get-MgEducationMeTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/me/taughtClasses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/me/user", - "Command": "Get-MgEducationMeUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgEducationMeTaughtClass", + "Uri": "/education/me/taughtClasses/{educationClass-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -61076,15 +61100,15 @@ "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 } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/education/me/user", "Command": "Get-MgEducationMeUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/education/me/user", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -61119,63 +61143,63 @@ "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 } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/education/me/user/mailboxSettings", - "Command": "Get-MgEducationMeUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgEducationMeUser", + "Uri": "/education/me/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailboxSettings", "Method": "GET", - "Uri": "/education/me/user/mailboxSettings", "Command": "Get-MgEducationMeUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Uri": "/education/me/user/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/education", - "Command": "Get-MgEducationRoot", - "OutputType": "IMicrosoftGraphEducationRoot", + "Command": "Get-MgEducationMeUserMailboxSetting", + "Uri": "/education/me/user/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRoot", "Method": "GET", - "Uri": "/education", "Command": "Get-MgEducationRoot", - "OutputType": "IMicrosoftGraphEducationRoot1", + "Uri": "/education", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRoot1", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}", - "Command": "Get-MgEducationSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationRoot", + "Uri": "/education", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -61185,15 +61209,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/schools", "Command": "Get-MgEducationSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -61202,15 +61226,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/schools", "Command": "Get-MgEducationSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/schools", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -61219,15 +61243,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}", "Command": "Get-MgEducationSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/schools", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -61237,15 +61261,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Command": "Get-MgEducationSchoolAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -61275,15 +61299,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Command": "Get-MgEducationSchoolAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -61313,15 +61337,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes", - "Command": "Get-MgEducationSchoolClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationSchoolAdministrativeUnit", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -61330,15 +61354,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes", "Command": "Get-MgEducationSchoolClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/schools/{educationSchool-id}/classes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -61347,15 +61371,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Command": "Get-MgEducationSchoolClassByRef", - "OutputType": null, + "Command": "Get-MgEducationSchoolClass", + "Uri": "/education/schools/{educationSchool-id}/classes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -61364,15 +61388,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "Command": "Get-MgEducationSchoolClassByRef", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -61381,15 +61405,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/schools/delta", - "Command": "Get-MgEducationSchoolDelta", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationSchoolClassByRef", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -61398,15 +61422,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/schools/delta", "Command": "Get-MgEducationSchoolDelta", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/schools/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -61415,63 +61439,63 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users", - "Command": "Get-MgEducationSchoolUser", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Get-MgEducationSchoolDelta", + "Uri": "/education/schools/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users", "Command": "Get-MgEducationSchoolUser", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/schools/{educationSchool-id}/users", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Command": "Get-MgEducationSchoolUserByRef", - "OutputType": null, + "Command": "Get-MgEducationSchoolUser", + "Uri": "/education/schools/{educationSchool-id}/users", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", "Command": "Get-MgEducationSchoolUserByRef", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Command": "Get-MgEducationSynchronizationProfile", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Command": "Get-MgEducationSchoolUserByRef", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -61489,15 +61513,15 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Method": "GET", - "Uri": "/education/synchronizationProfiles", "Command": "Get-MgEducationSynchronizationProfile", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -61514,28 +61538,28 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Command": "Get-MgEducationSynchronizationProfileError", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Command": "Get-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "Command": "Get-MgEducationSynchronizationProfileError", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -61552,15 +61576,15 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Command": "Get-MgEducationSynchronizationProfileStatus", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Command": "Get-MgEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -61578,15 +61602,15 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", "Method": "GET", - "Uri": "/education/users/{educationUser-id}", - "Command": "Get-MgEducationUser", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Get-MgEducationSynchronizationProfileStatus", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -61598,39 +61622,39 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", - "Uri": "/education/users", "Command": "Get-MgEducationUser", - "OutputType": "IMicrosoftGraphEducationUser", + "Uri": "/education/users/{educationUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", - "Uri": "/education/users", "Command": "Get-MgEducationUser", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/users", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}", "Command": "Get-MgEducationUser", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/users", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -61642,28 +61666,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Command": "Get-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationUser", + "Uri": "/education/users/{educationUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments", "Command": "Get-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -61692,15 +61716,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments", "Command": "Get-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -61729,443 +61753,443 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Command": "Get-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Command": "Get-MgEducationUserAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "Command": "Get-MgEducationUserAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Command": "Get-MgEducationUserAssignmentCategoryByRef", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentCategory", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "Command": "Get-MgEducationUserAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "Command": "Get-MgEducationUserAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", "Command": "Get-MgEducationUserAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/delta", - "Command": "Get-MgEducationUserAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/delta", "Command": "Get-MgEducationUserAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/users/{educationUser-id}/assignments/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Get-MgEducationUserAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgEducationUserAssignmentDelta", + "Uri": "/education/users/{educationUser-id}/assignments/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "Command": "Get-MgEducationUserAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "Command": "Get-MgEducationUserAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Get-MgEducationUserAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Command": "Get-MgEducationUserAssignmentRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationUserAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Command": "Get-MgEducationUserAssignmentRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Get-MgEducationUserAssignmentRubricByRef", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentRubric", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Get-MgEducationUserAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Get-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgEducationUserAssignmentRubricByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "Command": "Get-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "Command": "Get-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Get-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "Command": "Get-MgEducationUserClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes", "Command": "Get-MgEducationUserClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62174,15 +62198,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes", "Command": "Get-MgEducationUserClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/users/{educationUser-id}/classes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -62191,28 +62215,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", "Command": "Get-MgEducationUserClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/users/{educationUser-id}/classes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/users/delta", - "Command": "Get-MgEducationUserDelta", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Get-MgEducationUserClass", + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -62221,15 +62245,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", - "Uri": "/education/users/delta", "Command": "Get-MgEducationUserDelta", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/users/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -62238,104 +62262,104 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Command": "Get-MgEducationUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgEducationUserDelta", + "Uri": "/education/users/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailboxSettings", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "Command": "Get-MgEducationUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Command": "Get-MgEducationUserRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationUserMailboxSetting", + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics", "Command": "Get-MgEducationUserRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics", "Command": "Get-MgEducationUserRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Command": "Get-MgEducationUserRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "Command": "Get-MgEducationUserSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationUserRubric", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools", "Command": "Get-MgEducationUserSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62344,15 +62368,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools", "Command": "Get-MgEducationUserSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/users/{educationUser-id}/schools", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -62361,41 +62385,41 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", "Command": "Get-MgEducationUserSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/users/{educationUser-id}/schools", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "Command": "Get-MgEducationUserTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationUserSchool", + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses", "Command": "Get-MgEducationUserTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass", + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62404,15 +62428,15 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses", "Command": "Get-MgEducationUserTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/users/{educationUser-id}/taughtClasses", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -62421,28 +62445,28 @@ "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 - } - }, - { + }, "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", "Command": "Get-MgEducationUserTaughtClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/users/{educationUser-id}/taughtClasses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", + "Method": "GET", + "Command": "Get-MgEducationUserTaughtClass", + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Command": "Get-MgEntitlementManagementAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Get1", "GetViaIdentity1" @@ -62460,15 +62484,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Command": "Get-MgEntitlementManagementAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -62485,15 +62509,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Command": "Get-MgEntitlementManagementAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62510,15 +62534,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Command": "Get-MgEntitlementManagementAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -62536,15 +62560,15 @@ "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 } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements1", "Variants": [ "Get1", "GetViaIdentity1" @@ -62562,15 +62586,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements1", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -62588,28 +62612,28 @@ "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 } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Method": "POST", + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Command": "Get-MgEntitlementManagementAccessPackageAssignment", - "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", "Command": "Get-MgEntitlementManagementAccessPackageAssignment", - "OutputType": "IMicrosoftGraphAccessPackageAssignment1", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62626,15 +62650,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentAdditional", "OutputType": "IMicrosoftGraphAccessPackageAssignment1", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Access", "Access1", @@ -62653,15 +62677,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentAdditional", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62678,15 +62702,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "OutputType": "IMicrosoftGraphApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -62704,15 +62728,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -62730,15 +62754,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62755,65 +62779,65 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -62831,15 +62855,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62856,15 +62880,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -62882,15 +62906,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62907,28 +62931,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog", - "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog1", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -62945,28 +62969,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -62984,15 +63008,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63009,15 +63033,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63034,15 +63058,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResource", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63059,27 +63083,27 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -63097,15 +63121,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63122,15 +63146,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -63147,15 +63171,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63172,15 +63196,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -63197,15 +63221,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63222,15 +63246,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -63247,15 +63271,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63272,15 +63296,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "OutputType": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -63297,15 +63321,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63322,28 +63346,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -63360,15 +63384,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63385,53 +63409,53 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "Command": "Get-MgEntitlementManagementAccessPackageResource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResource", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", "Command": "Get-MgEntitlementManagementAccessPackageResource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResource", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementAccessPackageResource", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -63449,15 +63473,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63474,28 +63498,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63512,15 +63536,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments", - "Command": "Get-MgEntitlementManagementAssignment", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -63537,15 +63561,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "Command": "Get-MgEntitlementManagementAssignment", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -63563,15 +63587,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", - "Command": "Get-MgEntitlementManagementAssignmentAdditional", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignment", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Access", "Access1", @@ -63590,15 +63614,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -63615,15 +63639,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -63643,66 +63667,66 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Command": "Get-MgEntitlementManagementAssignmentRequest", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -63719,15 +63743,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Command": "Get-MgEntitlementManagementAssignmentRequest", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -63745,15 +63769,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Command": "Get-MgEntitlementManagementCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -63770,15 +63794,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "Command": "Get-MgEntitlementManagementCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -63796,177 +63820,177 @@ "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 } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageApplicablePolicyRequirement", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Method": "POST", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageApplicablePolicyRequirement", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", - "OutputType": null, - "Variants": [ - "List" - ], - "Permissions": [] + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Command": "Get-MgEntitlementManagementConnectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization1", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -63984,15 +64008,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectedOrganization1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Command": "Get-MgEntitlementManagementConnectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization1", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -64009,15 +64033,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Command": "Get-MgEntitlementManagementConnectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -64034,15 +64058,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Command": "Get-MgEntitlementManagementConnectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -64060,15 +64084,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectedOrganization", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -64085,15 +64109,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -64110,60 +64134,60 @@ "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 } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getAvailableExtensionProperties", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorAvailableExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorAvailableExtensionProperty", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getAvailableExtensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "OutputType": null, "Variants": [ "List1" ], @@ -64180,15 +64204,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -64205,56 +64229,56 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getUserOwnedObjects", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getUserOwnedObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -64271,15 +64295,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -64296,60 +64320,60 @@ "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 } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getAvailableExtensionProperties", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorAvailableExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorAvailableExtensionProperty", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getAvailableExtensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "OutputType": null, "Variants": [ "List1" ], @@ -64366,15 +64390,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -64391,56 +64415,56 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getUserOwnedObjects", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/settings", - "Command": "Get-MgEntitlementManagementSetting", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings1", "Variants": [ "Get1" ], @@ -64457,15 +64481,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/settings", "Command": "Get-MgEntitlementManagementSetting", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -64482,77 +64506,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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Command": "Get-MgEntitlementManagementSubject", - "OutputType": "IMicrosoftGraphAccessPackageSubject1", + "Command": "Get-MgEntitlementManagementSetting", + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects", "Command": "Get-MgEntitlementManagementSubject", - "OutputType": "IMicrosoftGraphAccessPackageSubject1", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", - "Command": "Get-MgEntitlementManagementSubjectConnectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization1", + "Command": "Get-MgEntitlementManagementSubject", + "Uri": "/identityGovernance/entitlementManagement/subjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization1", + "Method": "GET", + "Command": "Get-MgEntitlementManagementSubjectConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", + "ApiVersion": "beta" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/external", - "Command": "Get-MgExternal", - "OutputType": "IMicrosoftGraphExternalConnectorsExternal1", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternal1", "Method": "GET", - "Uri": "/external", "Command": "Get-MgExternal", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", + "Uri": "/external", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}", - "Command": "Get-MgExternalConnection", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Command": "Get-MgExternal", + "Uri": "/external", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -64576,15 +64600,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Method": "GET", - "Uri": "/external/connections", "Command": "Get-MgExternalConnection", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -64607,15 +64631,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Method": "GET", - "Uri": "/external/connections", "Command": "Get-MgExternalConnection", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", + "Uri": "/external/connections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -64638,15 +64662,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}", "Command": "Get-MgExternalConnection", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", + "Uri": "/external/connections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -64670,15 +64694,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Command": "Get-MgExternalConnectionGroup", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Command": "Get-MgExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -64702,39 +64726,39 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups", "Command": "Get-MgExternalConnectionGroup", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups", "Command": "Get-MgExternalConnectionGroup", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Command": "Get-MgExternalConnectionGroup", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -64758,65 +64782,65 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Command": "Get-MgExternalConnectionGroupMember", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Command": "Get-MgExternalConnectionGroupMember", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Command": "Get-MgExternalConnectionGroupMember", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Command": "Get-MgExternalConnectionGroupMember", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Command": "Get-MgExternalConnectionItem", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", + "Command": "Get-MgExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -64840,39 +64864,39 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items", "Command": "Get-MgExternalConnectionItem", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items", "Command": "Get-MgExternalConnectionItem", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Command": "Get-MgExternalConnectionItem", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -64896,53 +64920,53 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Command": "Get-MgExternalConnectionItemActivity", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "Get-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "Command": "Get-MgExternalConnectionItemActivity", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "Command": "Get-MgExternalConnectionItemActivityPerformedBy", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Command": "Get-MgExternalConnectionOperation", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -64966,39 +64990,39 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations", "Command": "Get-MgExternalConnectionOperation", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations", "Command": "Get-MgExternalConnectionOperation", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Command": "Get-MgExternalConnectionOperation", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65022,28 +65046,28 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/quota", - "Command": "Get-MgExternalConnectionQuota", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Command": "Get-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/schema", - "Command": "Get-MgExternalConnectionSchema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema1", + "Command": "Get-MgExternalConnectionQuota", + "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -65067,15 +65091,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema1", "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/schema", "Command": "Get-MgExternalConnectionSchema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65099,27 +65123,27 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Method": "GET", - "Uri": "/external/industryData", - "Command": "Get-MgExternalIndustryData", - "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Command": "Get-MgExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRoot", "Method": "GET", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Command": "Get-MgExternalIndustryDataConnector", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Command": "Get-MgExternalIndustryData", + "Uri": "/external/industryData", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65137,15 +65161,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Method": "GET", - "Uri": "/external/industryData/dataConnectors", "Command": "Get-MgExternalIndustryDataConnector", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65162,28 +65186,28 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Method": "GET", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", - "Command": "Get-MgExternalIndustryDataConnectorSourceSystem", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "Get-MgExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Method": "GET", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Command": "Get-MgExternalIndustryDataInboundFlow", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Command": "Get-MgExternalIndustryDataConnectorSourceSystem", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65201,15 +65225,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Method": "GET", - "Uri": "/external/industryData/inboundFlows", "Command": "Get-MgExternalIndustryDataInboundFlow", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65226,15 +65250,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Method": "GET", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", - "Command": "Get-MgExternalIndustryDataInboundFlowDataConnector", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Command": "Get-MgExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65252,15 +65276,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Method": "GET", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "Command": "Get-MgExternalIndustryDataInboundFlowYear", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Command": "Get-MgExternalIndustryDataInboundFlowDataConnector", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65278,15 +65302,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Method": "GET", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Command": "Get-MgExternalIndustryDataOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgExternalIndustryDataInboundFlowYear", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65296,15 +65320,15 @@ "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", - "Uri": "/external/industryData/operations", "Command": "Get-MgExternalIndustryDataOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65313,15 +65337,15 @@ "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Command": "Get-MgExternalIndustryDataReferenceDefinition", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Command": "Get-MgExternalIndustryDataOperation", + "Uri": "/external/industryData/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65331,15 +65355,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Method": "GET", - "Uri": "/external/industryData/referenceDefinitions", "Command": "Get-MgExternalIndustryDataReferenceDefinition", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65348,15 +65372,15 @@ "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Method": "GET", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Command": "Get-MgExternalIndustryDataRoleGroup", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Command": "Get-MgExternalIndustryDataReferenceDefinition", + "Uri": "/external/industryData/referenceDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65366,15 +65390,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", "Method": "GET", - "Uri": "/external/industryData/roleGroups", "Command": "Get-MgExternalIndustryDataRoleGroup", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65383,15 +65407,15 @@ "Description": "Read basic Industry Data service and resource definitions", "FullDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}", - "Command": "Get-MgExternalIndustryDataRun", - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Command": "Get-MgExternalIndustryDataRoleGroup", + "Uri": "/external/industryData/roleGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65401,15 +65425,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRun", "Method": "GET", - "Uri": "/external/industryData/runs", "Command": "Get-MgExternalIndustryDataRun", - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Uri": "/external/industryData/runs/{industryDataRun-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65418,42 +65442,42 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRun", "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", - "Command": "Get-MgExternalIndustryDataRunActivity", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Command": "Get-MgExternalIndustryDataRun", + "Uri": "/external/industryData/runs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", "Command": "Get-MgExternalIndustryDataRunActivity", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", - "Command": "Get-MgExternalIndustryDataRunStatistics", - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Command": "Get-MgExternalIndustryDataRunActivity", + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -65464,15 +65488,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", "Method": "GET", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Command": "Get-MgExternalIndustryDataSourceSystem", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "Get-MgExternalIndustryDataRunStatistics", + "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65490,15 +65514,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Method": "GET", - "Uri": "/external/industryData/sourceSystems", "Command": "Get-MgExternalIndustryDataSourceSystem", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65515,15 +65539,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Method": "GET", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Command": "Get-MgExternalIndustryDataYear", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Command": "Get-MgExternalIndustryDataSourceSystem", + "Uri": "/external/industryData/sourceSystems", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65541,15 +65565,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Method": "GET", - "Uri": "/external/industryData/years", "Command": "Get-MgExternalIndustryDataYear", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65566,40 +65590,40 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] + ], + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "GET", + "Command": "Get-MgExternalIndustryDataYear", + "Uri": "/external/industryData/years", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials", - "Command": "Get-MgFinancial", - "OutputType": "IMicrosoftGraphCompany", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}", - "Command": "Get-MgFinancialCompany", "OutputType": "IMicrosoftGraphCompany", + "Method": "GET", + "Command": "Get-MgFinancial", + "Uri": "/financials", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCompany", "Method": "GET", - "Uri": "/financials/companies", "Command": "Get-MgFinancialCompany", - "OutputType": "IMicrosoftGraphCompany", + "Uri": "/financials/companies/{company-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65608,15 +65632,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCompany", "Method": "GET", - "Uri": "/financials/companies/{company-id}/accounts/{account-id}", - "Command": "Get-MgFinancialCompanyAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompany", + "Uri": "/financials/companies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65626,40 +65650,40 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/accounts", "Command": "Get-MgFinancialCompanyAccount", - "OutputType": "IMicrosoftGraphAccount", + "Uri": "/financials/companies/{company-id}/accounts/{account-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", - "Command": "Get-MgFinancialCompanyAgedAccountPayable", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Command": "Get-MgFinancialCompanyAccount", + "Uri": "/financials/companies/{company-id}/accounts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgedAccountsPayable", "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable", "Command": "Get-MgFinancialCompanyAgedAccountPayable", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65668,28 +65692,28 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgedAccountsPayable", "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", - "Command": "Get-MgFinancialCompanyAgedAccountReceivable", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Command": "Get-MgFinancialCompanyAgedAccountPayable", + "Uri": "/financials/companies/{company-id}/agedAccountsPayable", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", "Command": "Get-MgFinancialCompanyAgedAccountReceivable", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -65698,15 +65722,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", "Method": "GET", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Command": "Get-MgFinancialCompanyCountryRegion", - "OutputType": "IMicrosoftGraphCountryRegion", + "Command": "Get-MgFinancialCompanyAgedAccountReceivable", + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65716,27 +65740,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCountryRegion", "Method": "GET", - "Uri": "/financials/companies/{company-id}/countriesRegions", "Command": "Get-MgFinancialCompanyCountryRegion", - "OutputType": "IMicrosoftGraphCountryRegion", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCountryRegion", "Method": "GET", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Command": "Get-MgFinancialCompanyCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgFinancialCompanyCountryRegion", + "Uri": "/financials/companies/{company-id}/countriesRegions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65746,27 +65770,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/currencies", "Command": "Get-MgFinancialCompanyCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Command": "Get-MgFinancialCompanyCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgFinancialCompanyCurrency", + "Uri": "/financials/companies/{company-id}/currencies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65776,142 +65800,142 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers", "Command": "Get-MgFinancialCompanyCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Command": "Get-MgFinancialCompanyCustomerCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgFinancialCompanyCustomer", + "Uri": "/financials/companies/{company-id}/customers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Command": "Get-MgFinancialCompanyCustomerPayment", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Get-MgFinancialCompanyCustomerCurrency", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments", "Command": "Get-MgFinancialCompanyCustomerPayment", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgFinancialCompanyCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPayments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomer", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerCurrency", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournal", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65921,40 +65945,40 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "Command": "Get-MgFinancialCompanyCustomerPaymentJournal", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanyCustomerPaymentJournal", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalAccount", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -65964,211 +65988,211 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Command": "Get-MgFinancialCompanyCustomerPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Command": "Get-MgFinancialCompanyCustomerPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgFinancialCompanyCustomerPaymentMethod", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanyCustomerPaymentTerm", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "Command": "Get-MgFinancialCompanyCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyCustomerPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyCustomerPicture", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Command": "Get-MgFinancialCompanyCustomerShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanyCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "Command": "Get-MgFinancialCompanyDimension", - "OutputType": "IMicrosoftGraphDimension", + "Command": "Get-MgFinancialCompanyCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66178,27 +66202,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDimension", "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions", "Command": "Get-MgFinancialCompanyDimension", - "OutputType": "IMicrosoftGraphDimension", + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDimension", "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}", - "Command": "Get-MgFinancialCompanyDimensionValue", - "OutputType": "IMicrosoftGraphDimensionValue", + "Command": "Get-MgFinancialCompanyDimension", + "Uri": "/financials/companies/{company-id}/dimensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -66210,28 +66234,28 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDimensionValue", "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues", "Command": "Get-MgFinancialCompanyDimensionValue", - "OutputType": "IMicrosoftGraphDimensionValue", + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDimensionValue", "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Command": "Get-MgFinancialCompanyEmployee", - "OutputType": "IMicrosoftGraphEmployee", + "Command": "Get-MgFinancialCompanyDimensionValue", + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66241,65 +66265,65 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmployee", "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees", "Command": "Get-MgFinancialCompanyEmployee", - "OutputType": "IMicrosoftGraphEmployee", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmployee", "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyEmployeePicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanyEmployee", + "Uri": "/financials/companies/{company-id}/employees", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "Command": "Get-MgFinancialCompanyEmployeePicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyEmployeePictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyEmployeePicture", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "Command": "Get-MgFinancialCompanyGeneralLedgerEntry", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Command": "Get-MgFinancialCompanyEmployeePictureContent", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66309,40 +66333,40 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", "Method": "GET", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries", "Command": "Get-MgFinancialCompanyGeneralLedgerEntry", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", "Method": "GET", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", - "Command": "Get-MgFinancialCompanyGeneralLedgerEntryAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanyGeneralLedgerEntry", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Command": "Get-MgFinancialCompanyInformation", - "OutputType": "IMicrosoftGraphCompanyInformation1", + "Command": "Get-MgFinancialCompanyGeneralLedgerEntryAccount", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66352,40 +66376,40 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCompanyInformation1", "Method": "GET", - "Uri": "/financials/companies/{company-id}/companyInformation", "Command": "Get-MgFinancialCompanyInformation", - "OutputType": "IMicrosoftGraphCompanyInformation1", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCompanyInformation1", "Method": "GET", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Command": "Get-MgFinancialCompanyInformationPicture", - "OutputType": null, + "Command": "Get-MgFinancialCompanyInformation", + "Uri": "/financials/companies/{company-id}/companyInformation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Command": "Get-MgFinancialCompanyItem", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgFinancialCompanyInformationPicture", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66395,27 +66419,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/items", "Command": "Get-MgFinancialCompanyItem", - "OutputType": "IMicrosoftGraphItem", + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Command": "Get-MgFinancialCompanyItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgFinancialCompanyItem", + "Uri": "/financials/companies/{company-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -66427,65 +66451,65 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/itemCategories", "Command": "Get-MgFinancialCompanyItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanyItemCategory", + "Uri": "/financials/companies/{company-id}/itemCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "Command": "Get-MgFinancialCompanyItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyItemPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyItemPicture", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Command": "Get-MgFinancialCompanyJournal", - "OutputType": "IMicrosoftGraphJournal", + "Command": "Get-MgFinancialCompanyItemPictureContent", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66495,83 +66519,83 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphJournal", "Method": "GET", - "Uri": "/financials/companies/{company-id}/journals", "Command": "Get-MgFinancialCompanyJournal", - "OutputType": "IMicrosoftGraphJournal", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphJournal", "Method": "GET", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", - "Command": "Get-MgFinancialCompanyJournalAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanyJournal", + "Uri": "/financials/companies/{company-id}/journals", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Command": "Get-MgFinancialCompanyJournalLine", - "OutputType": "IMicrosoftGraphJournalLine", + "Command": "Get-MgFinancialCompanyJournalAccount", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphJournalLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/journalLines", "Command": "Get-MgFinancialCompanyJournalLine", - "OutputType": "IMicrosoftGraphJournalLine", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphJournalLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", - "Command": "Get-MgFinancialCompanyJournalLineAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanyJournalLine", + "Uri": "/financials/companies/{company-id}/journalLines", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Command": "Get-MgFinancialCompanyPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgFinancialCompanyJournalLineAccount", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66581,27 +66605,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentMethods", "Command": "Get-MgFinancialCompanyPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Command": "Get-MgFinancialCompanyPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgFinancialCompanyPaymentMethod", + "Uri": "/financials/companies/{company-id}/paymentMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -66611,1503 +66635,1503 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentTerms", "Command": "Get-MgFinancialCompanyPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanyPaymentTerm", + "Uri": "/financials/companies/{company-id}/paymentTerms", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/picture", "Command": "Get-MgFinancialCompanyPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyPicture", + "Uri": "/financials/companies/{company-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "Command": "Get-MgFinancialCompanyPurchaseInvoice", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Command": "Get-MgFinancialCompanyPictureContent", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPurchaseInvoice", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices", "Command": "Get-MgFinancialCompanyPurchaseInvoice", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPurchaseInvoice", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgFinancialCompanyPurchaseInvoice", + "Uri": "/financials/companies/{company-id}/purchaseInvoices", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Command": "Get-MgFinancialCompanyPurchaseInvoiceCurrency", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItem", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineAccount", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItem", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemCategory", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVendor", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendor", - "OutputType": "IMicrosoftGraphVendor", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "Command": "Get-MgFinancialCompanySaleCreditMemo", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPictureContent", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesCreditMemo", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos", "Command": "Get-MgFinancialCompanySaleCreditMemo", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleCreditMemo", + "Uri": "/financials/companies/{company-id}/salesCreditMemos", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "Command": "Get-MgFinancialCompanySaleCreditMemoCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Command": "Get-MgFinancialCompanySaleCreditMemoLine", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", "Command": "Get-MgFinancialCompanySaleCreditMemoLine", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleCreditMemoLine", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", "Command": "Get-MgFinancialCompanySaleCreditMemoLineAccount", - "OutputType": "IMicrosoftGraphAccount", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItem", - "OutputType": "IMicrosoftGraphItem", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "Command": "Get-MgFinancialCompanySaleCreditMemoPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "Variants": [ - "List" - ], - "Permissions": [] + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", - "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "OutputType": "IMicrosoftGraphItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "Command": "Get-MgFinancialCompanySaleInvoice", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesInvoice", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices", "Command": "Get-MgFinancialCompanySaleInvoice", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleInvoice", + "Uri": "/financials/companies/{company-id}/salesInvoices", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "Command": "Get-MgFinancialCompanySaleInvoiceCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "Command": "Get-MgFinancialCompanySaleInvoiceCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Command": "Get-MgFinancialCompanySaleInvoiceLine", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines", "Command": "Get-MgFinancialCompanySaleInvoiceLine", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", - "Command": "Get-MgFinancialCompanySaleInvoiceLineAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanySaleInvoiceLine", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItem", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgFinancialCompanySaleInvoiceLineAccount", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgFinancialCompanySaleInvoiceLineItem", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanySaleInvoiceLineItemCategory", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Command": "Get-MgFinancialCompanySaleInvoicePaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Command": "Get-MgFinancialCompanySaleInvoiceShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanySaleInvoicePaymentTerm", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "Command": "Get-MgFinancialCompanySaleOrder", - "OutputType": "IMicrosoftGraphSalesOrder", + "Command": "Get-MgFinancialCompanySaleInvoiceShipmentMethod", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesOrder", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders", "Command": "Get-MgFinancialCompanySaleOrder", - "OutputType": "IMicrosoftGraphSalesOrder", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleOrder", + "Uri": "/financials/companies/{company-id}/salesOrders", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "Command": "Get-MgFinancialCompanySaleOrderCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "Command": "Get-MgFinancialCompanySaleOrderCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "Command": "Get-MgFinancialCompanySaleOrderCustomerCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleOrderCustomerPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Command": "Get-MgFinancialCompanySaleOrderCustomerShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanySaleOrderCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "Command": "Get-MgFinancialCompanySaleOrderLine", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Command": "Get-MgFinancialCompanySaleOrderCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesOrderLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines", "Command": "Get-MgFinancialCompanySaleOrderLine", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesOrderLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", - "Command": "Get-MgFinancialCompanySaleOrderLineAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanySaleOrderLine", + "Uri": "/financials/companies/{company-id}/salesOrderLines", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Command": "Get-MgFinancialCompanySaleOrderLineItem", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgFinancialCompanySaleOrderLineAccount", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Command": "Get-MgFinancialCompanySaleOrderLineItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgFinancialCompanySaleOrderLineItem", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanySaleOrderLineItemCategory", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleOrderLineItemPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Command": "Get-MgFinancialCompanySaleOrderPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgFinancialCompanySaleOrderLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "Command": "Get-MgFinancialCompanySaleQuote", - "OutputType": "IMicrosoftGraphSalesQuote", + "Command": "Get-MgFinancialCompanySaleOrderPaymentTerm", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesQuote", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes", "Command": "Get-MgFinancialCompanySaleQuote", - "OutputType": "IMicrosoftGraphSalesQuote", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleQuote", + "Uri": "/financials/companies/{company-id}/salesQuotes", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "Command": "Get-MgFinancialCompanySaleQuoteCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "Command": "Get-MgFinancialCompanySaleQuoteCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "Command": "Get-MgFinancialCompanySaleQuoteCustomerCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanySaleQuoteCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "Command": "Get-MgFinancialCompanySaleQuoteLine", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Command": "Get-MgFinancialCompanySaleQuoteCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesQuoteLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines", "Command": "Get-MgFinancialCompanySaleQuoteLine", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSalesQuoteLine", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", - "Command": "Get-MgFinancialCompanySaleQuoteLineAccount", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgFinancialCompanySaleQuoteLine", + "Uri": "/financials/companies/{company-id}/salesQuoteLines", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccount", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Command": "Get-MgFinancialCompanySaleQuoteLineItem", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgFinancialCompanySaleQuoteLineAccount", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Command": "Get-MgFinancialCompanySaleQuoteLineItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgFinancialCompanySaleQuoteLineItem", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgFinancialCompanySaleQuoteLineItemCategory", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanySaleQuoteLineItemPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Command": "Get-MgFinancialCompanySaleQuotePaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgFinancialCompanySaleQuoteLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Command": "Get-MgFinancialCompanySaleQuoteShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgFinancialCompanySaleQuotePaymentTerm", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Command": "Get-MgFinancialCompanyShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgFinancialCompanySaleQuoteShipmentMethod", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -68117,27 +68141,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/shipmentMethods", "Command": "Get-MgFinancialCompanyShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Command": "Get-MgFinancialCompanyTaxArea", - "OutputType": "IMicrosoftGraphTaxArea", + "Command": "Get-MgFinancialCompanyShipmentMethod", + "Uri": "/financials/companies/{company-id}/shipmentMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -68147,27 +68171,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTaxArea", "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxAreas", "Command": "Get-MgFinancialCompanyTaxArea", - "OutputType": "IMicrosoftGraphTaxArea", + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTaxArea", "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Command": "Get-MgFinancialCompanyTaxGroup", - "OutputType": "IMicrosoftGraphTaxGroup", + "Command": "Get-MgFinancialCompanyTaxArea", + "Uri": "/financials/companies/{company-id}/taxAreas", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -68177,27 +68201,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTaxGroup", "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxGroups", "Command": "Get-MgFinancialCompanyTaxGroup", - "OutputType": "IMicrosoftGraphTaxGroup", + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTaxGroup", "Method": "GET", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Command": "Get-MgFinancialCompanyUnitOfMeasure", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Command": "Get-MgFinancialCompanyTaxGroup", + "Uri": "/financials/companies/{company-id}/taxGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -68207,27 +68231,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Method": "GET", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "Command": "Get-MgFinancialCompanyUnitOfMeasure", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Command": "Get-MgFinancialCompanyVendor", - "OutputType": "IMicrosoftGraphVendor", + "Command": "Get-MgFinancialCompanyUnitOfMeasure", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -68237,104 +68261,104 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVendor", "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors", "Command": "Get-MgFinancialCompanyVendor", - "OutputType": "IMicrosoftGraphVendor", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphVendor", + "Method": "GET", + "Command": "Get-MgFinancialCompanyVendor", + "Uri": "/financials/companies/{company-id}/vendors", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "Command": "Get-MgFinancialCompanyVendorCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "Command": "Get-MgFinancialCompanyVendorPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "Command": "Get-MgFinancialCompanyVendorPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Command": "Get-MgFinancialCompanyVendorPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", "Command": "Get-MgFinancialCompanyVendorPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Command": "Get-MgFinancialCompanyVendorPictureContent", - "OutputType": null, + "Command": "Get-MgFinancialCompanyVendorPicture", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgFinancialCompanyVendorPictureContent", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}", - "Command": "Get-MgGroup", - "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Get", "GetViaIdentity" @@ -68370,15 +68394,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups", "Command": "Get-MgGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/groups/{group-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -68413,15 +68437,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups", "Command": "Get-MgGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -68456,15 +68480,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}", "Command": "Get-MgGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -68500,15 +68524,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders", - "Command": "Get-MgGroupAcceptedSender", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroup", + "Uri": "/groups/{group-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -68525,15 +68549,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders", "Command": "Get-MgGroupAcceptedSender", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/acceptedSenders", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -68550,15 +68574,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Command": "Get-MgGroupAcceptedSenderByRef", - "OutputType": null, + "Command": "Get-MgGroupAcceptedSender", + "Uri": "/groups/{group-id}/acceptedSenders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -68575,15 +68599,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Command": "Get-MgGroupAcceptedSenderByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -68600,28 +68624,28 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupAcceptedSenderByRef", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Get-MgGroupAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments", "Command": "Get-MgGroupAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -68644,15 +68668,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments", "Command": "Get-MgGroupAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -68675,80 +68699,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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Get-MgGroupAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/getByIds", - "Command": "Get-MgGroupById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/groups/getByIds", "Command": "Get-MgGroupById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgGroupById", + "Uri": "/groups/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/calendar", - "Command": "Get-MgGroupCalendar", - "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/groups/{group-id}/calendar", "Command": "Get-MgGroupCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/groups/{group-id}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgGroupCalendar", + "Uri": "/groups/{group-id}/calendar", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events/delta", - "Command": "Get-MgGroupCalendarEventDelta", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Delta", "DeltaViaIdentity" @@ -68778,15 +68802,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events/delta", "Command": "Get-MgGroupCalendarEventDelta", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -68816,195 +68840,195 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphEvent1", + "Method": "GET", + "Command": "Get-MgGroupCalendarEventDelta", + "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Command": "Get-MgGroupCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Command": "Get-MgGroupCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Command": "Get-MgGroupCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Command": "Get-MgGroupCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/getSchedule", - "Command": "Get-MgGroupCalendarSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", - "Uri": "/groups/{group-id}/calendar/getSchedule", "Command": "Get-MgGroupCalendarSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Uri": "/groups/{group-id}/calendar/getSchedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgGroupCalendarSchedule", + "Uri": "/groups/{group-id}/calendar/getSchedule", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarView", - "Command": "Get-MgGroupCalendarView", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -69013,15 +69037,15 @@ "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 - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarView", "Command": "Get-MgGroupCalendarView", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/calendar/calendarView", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -69030,15 +69054,15 @@ "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 - } + }, + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Method": "GET", + "Command": "Get-MgGroupCalendarView", + "Uri": "/groups/{group-id}/calendar/calendarView", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Command": "Get-MgGroupConversation", - "OutputType": "IMicrosoftGraphConversation1", "Variants": [ "Get", "GetViaIdentity" @@ -69056,15 +69080,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversation1", "Method": "GET", - "Uri": "/groups/{group-id}/conversations", "Command": "Get-MgGroupConversation", - "OutputType": "IMicrosoftGraphConversation1", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -69081,15 +69105,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversation1", "Method": "GET", - "Uri": "/groups/{group-id}/conversations", "Command": "Get-MgGroupConversation", - "OutputType": "IMicrosoftGraphConversation", + "Uri": "/groups/{group-id}/conversations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -69106,15 +69130,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversation", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Command": "Get-MgGroupConversation", - "OutputType": "IMicrosoftGraphConversation", + "Uri": "/groups/{group-id}/conversations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -69132,15 +69156,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversation", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Command": "Get-MgGroupConversationThread", - "OutputType": "IMicrosoftGraphConversationThread1", + "Command": "Get-MgGroupConversation", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -69158,15 +69182,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Command": "Get-MgGroupConversationThread", - "OutputType": "IMicrosoftGraphConversationThread1", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -69183,15 +69207,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Command": "Get-MgGroupConversationThread", - "OutputType": "IMicrosoftGraphConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -69208,15 +69232,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Command": "Get-MgGroupConversationThread", - "OutputType": "IMicrosoftGraphConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -69234,15 +69258,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Command": "Get-MgGroupConversationThreadPost", - "OutputType": "IMicrosoftGraphPost1", + "Command": "Get-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get3", @@ -69262,15 +69286,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPost1", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "Command": "Get-MgGroupConversationThreadPost", - "OutputType": "IMicrosoftGraphPost1", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -69287,15 +69311,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPost1", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "Command": "Get-MgGroupConversationThreadPost", - "OutputType": "IMicrosoftGraphPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -69312,15 +69336,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPost", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "Command": "Get-MgGroupConversationThreadPost", - "OutputType": "IMicrosoftGraphPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", @@ -69340,28 +69364,28 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPost", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Command": "Get-MgGroupConversationThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Command": "Get-MgGroupConversationThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -69378,15 +69402,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Command": "Get-MgGroupConversationThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -69403,454 +69427,454 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Command": "Get-MgGroupConversationThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Command": "Get-MgGroupConversationThreadPostExtension", - "OutputType": null, + "Command": "Get-MgGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Command": "Get-MgGroupConversationThreadPostExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Command": "Get-MgGroupConversationThreadPostExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Command": "Get-MgGroupConversationThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Command": "Get-MgGroupConversationThreadPostInReplyToMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Command": "Get-MgGroupConversationThreadPostInReplyToMention", - "OutputType": "IMicrosoftGraphMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupConversationThreadPostInReplyToMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Command": "Get-MgGroupConversationThreadPostMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Command": "Get-MgGroupConversationThreadPostMention", - "OutputType": "IMicrosoftGraphMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupConversationThreadPostMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/createdOnBehalfOf", - "Command": "Get-MgGroupCreatedOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/createdOnBehalfOf", "Command": "Get-MgGroupCreatedOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/createdOnBehalfOf", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupCreatedOnBehalfOf", + "Uri": "/groups/{group-id}/createdOnBehalfOf", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drive", - "Command": "Get-MgGroupDefaultDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get2", "GetViaIdentity2" @@ -69892,15 +69916,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/groups/{group-id}/drive", "Command": "Get-MgGroupDefaultDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -69942,15 +69966,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupDefaultDrive", + "Uri": "/groups/{group-id}/drive", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/delta", - "Command": "Get-MgGroupDelta", - "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Delta" ], @@ -69985,15 +70009,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/delta", "Command": "Get-MgGroupDelta", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -70028,28 +70052,28 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupDelta", + "Uri": "/groups/delta", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "Command": "Get-MgGroupDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/groups/{group-id}/drives", "Command": "Get-MgGroupDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -70090,15 +70114,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/groups/{group-id}/drives", "Command": "Get-MgGroupDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -70139,2965 +70163,2965 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}", "Command": "Get-MgGroupDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/activities", - "Command": "Get-MgGroupDriveActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Command": "Get-MgGroupDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "Command": "Get-MgGroupDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "Command": "Get-MgGroupDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "Command": "Get-MgGroupDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Command": "Get-MgGroupDriveBundleContent", - "OutputType": null, + "Command": "Get-MgGroupDriveBundle", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Command": "Get-MgGroupDriveBundleContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "Command": "Get-MgGroupDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveBundleContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following", "Command": "Get-MgGroupDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following", "Command": "Get-MgGroupDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", "Command": "Get-MgGroupDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Command": "Get-MgGroupDriveFollowingContent", - "OutputType": null, + "Command": "Get-MgGroupDriveFollowing", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "Command": "Get-MgGroupDriveFollowingContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Command": "Get-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveFollowingContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", "Command": "Get-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", "Command": "Get-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Command": "Get-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Command": "Get-MgGroupDriveItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgGroupDriveItemActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgGroupDriveItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Command": "Get-MgGroupDriveItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgGroupDriveItemActivityByInterval", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Get-MgGroupDriveItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Get-MgGroupDriveItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Command": "Get-MgGroupDriveItemAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "Command": "Get-MgGroupDriveItemAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Command": "Get-MgGroupDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveItemAnalyticTime", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "Command": "Get-MgGroupDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "Command": "Get-MgGroupDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Command": "Get-MgGroupDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Command": "Get-MgGroupDriveItemChildContent", - "OutputType": null, + "Command": "Get-MgGroupDriveItemChild", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Command": "Get-MgGroupDriveItemChildContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Command": "Get-MgGroupDriveItemContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "Command": "Get-MgGroupDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Command": "Get-MgGroupDriveItemDelta", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Command": "Get-MgGroupDriveItemDelta", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "GET", + "Command": "Get-MgGroupDriveItemDelta", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Get-MgGroupDriveItemListItem", - "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Get-MgGroupDriveItemListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Command": "Get-MgGroupDriveItemListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgGroupDriveItemListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Command": "Get-MgGroupDriveItemListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Command": "Get-MgGroupDriveItemListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Command": "Get-MgGroupDriveItemListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [] + "Command": "Get-MgGroupDriveItemListItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Command": "Get-MgGroupDriveItemListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Command": "Get-MgGroupDriveItemListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Command": "Get-MgGroupDriveItemListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Command": "Get-MgGroupDriveItemListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Get-MgGroupDriveItemListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Get-MgGroupDriveItemListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Get-MgGroupDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "Get-MgGroupDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "Get-MgGroupDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Get-MgGroupDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Get-MgGroupDriveItemListItemVersionField", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Get-MgGroupDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Get-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Get-MgGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "Get-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "Get-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Get-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Get-MgGroupDriveItemRetentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Get-MgGroupDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "Get-MgGroupDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "Get-MgGroupDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Get-MgGroupDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Get-MgGroupDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "Get-MgGroupDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "Get-MgGroupDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Get-MgGroupDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Get-MgGroupDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "Get-MgGroupDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "Get-MgGroupDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Get-MgGroupDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Command": "Get-MgGroupDriveItemVersionContent", - "OutputType": null, + "Command": "Get-MgGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Command": "Get-MgGroupDriveItemVersionContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Command": "Get-MgGroupDriveList", - "OutputType": "IMicrosoftGraphList1", + "Command": "Get-MgGroupDriveItemVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Command": "Get-MgGroupDriveList", - "OutputType": "IMicrosoftGraphList", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", - "Command": "Get-MgGroupDriveListActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Get-MgGroupDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupDriveListActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "Command": "Get-MgGroupDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "Command": "Get-MgGroupDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Get-MgGroupDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgGroupDriveListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgGroupDriveListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Get-MgGroupDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgGroupDriveListColumnSourceColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "Command": "Get-MgGroupDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "Command": "Get-MgGroupDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Get-MgGroupDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Command": "Get-MgGroupDriveListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Command": "Get-MgGroupDriveListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Command": "Get-MgGroupDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgGroupDriveListContentTypeBase", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgGroupDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgGroupDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Command": "Get-MgGroupDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgGroupDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupDriveListContentTypeBaseType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgGroupDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgGroupDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgGroupDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "Command": "Get-MgGroupDriveListDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", "Command": "Get-MgGroupDriveListDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Get-MgGroupDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgGroupDriveListDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "Command": "Get-MgGroupDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "Command": "Get-MgGroupDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Command": "Get-MgGroupDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Command": "Get-MgGroupDriveListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgGroupDriveListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Command": "Get-MgGroupDriveListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemActivityByInterval", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Command": "Get-MgGroupDriveListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "Command": "Get-MgGroupDriveListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "Command": "Get-MgGroupDriveListItemDelta", - "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphListItem1", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDelta", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Command": "Get-MgGroupDriveListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Command": "Get-MgGroupDriveListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Get-MgGroupDriveListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Command": "Get-MgGroupDriveListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Get-MgGroupDriveListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Get-MgGroupDriveListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Get-MgGroupDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "Get-MgGroupDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "Get-MgGroupDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Get-MgGroupDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Get-MgGroupDriveListItemVersionField", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Get-MgGroupDriveListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Get-MgGroupDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupDriveListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "Command": "Get-MgGroupDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "Command": "Get-MgGroupDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Get-MgGroupDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Get-MgGroupDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "Command": "Get-MgGroupDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "Command": "Get-MgGroupDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Get-MgGroupDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Command": "Get-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Command": "Get-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", - "Command": "Get-MgGroupDriveRootActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgGroupDriveRootActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgGroupDriveRootActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", "Command": "Get-MgGroupDriveRootActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgGroupDriveRootActivityByInterval", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Command": "Get-MgGroupDriveRootAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "Command": "Get-MgGroupDriveRootAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupDriveRootAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "Command": "Get-MgGroupDriveRootAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", "Command": "Get-MgGroupDriveRootAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Command": "Get-MgGroupDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveRootAnalyticTime", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "Command": "Get-MgGroupDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "Command": "Get-MgGroupDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", "Command": "Get-MgGroupDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Command": "Get-MgGroupDriveRootChildContent", - "OutputType": null, + "Command": "Get-MgGroupDriveRootChild", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Command": "Get-MgGroupDriveRootChildContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Command": "Get-MgGroupDriveRootContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "Command": "Get-MgGroupDriveRootContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "Command": "Get-MgGroupDriveRootDelta", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", "Command": "Get-MgGroupDriveRootDelta", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "GET", + "Command": "Get-MgGroupDriveRootDelta", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Command": "Get-MgGroupDriveRootListItem", - "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Command": "Get-MgGroupDriveRootListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", - "Command": "Get-MgGroupDriveRootListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemActivity", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgGroupDriveRootListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "Command": "Get-MgGroupDriveRootListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "Command": "Get-MgGroupDriveRootListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", "Command": "Get-MgGroupDriveRootListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveRootListItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "Command": "Get-MgGroupDriveRootListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", "Command": "Get-MgGroupDriveRootListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Command": "Get-MgGroupDriveRootListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "Command": "Get-MgGroupDriveRootListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Command": "Get-MgGroupDriveRootListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Command": "Get-MgGroupDriveRootListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Get-MgGroupDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveRootListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "Command": "Get-MgGroupDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "Command": "Get-MgGroupDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Get-MgGroupDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Get-MgGroupDriveRootListItemVersionField", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Get-MgGroupDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Get-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Get-MgGroupDriveRootListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "Command": "Get-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "Command": "Get-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Get-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Command": "Get-MgGroupDriveRootRetentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Get-MgGroupDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgGroupDriveRootRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "Command": "Get-MgGroupDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "Command": "Get-MgGroupDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Get-MgGroupDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Get-MgGroupDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "Command": "Get-MgGroupDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "Command": "Get-MgGroupDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Get-MgGroupDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Get-MgGroupDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "Command": "Get-MgGroupDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "Command": "Get-MgGroupDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Get-MgGroupDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Command": "Get-MgGroupDriveRootVersionContent", - "OutputType": null, + "Command": "Get-MgGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Command": "Get-MgGroupDriveRootVersionContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "Command": "Get-MgGroupDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupDriveRootVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special", "Command": "Get-MgGroupDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special", "Command": "Get-MgGroupDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", "Command": "Get-MgGroupDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Command": "Get-MgGroupDriveSpecialContent", - "OutputType": null, + "Command": "Get-MgGroupDriveSpecial", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Command": "Get-MgGroupDriveSpecialContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveSpecialContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Command": "Get-MgGroupEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Get", "GetViaIdentity" @@ -73115,15 +73139,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/groups/{group-id}/endpoints", "Command": "Get-MgGroupEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -73140,15 +73164,15 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}", - "Command": "Get-MgGroupEvent", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" @@ -73178,15 +73202,15 @@ "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 } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events", "Command": "Get-MgGroupEvent", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -73203,15 +73227,15 @@ "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 } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events", "Command": "Get-MgGroupEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/events", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -73228,15 +73252,15 @@ "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 } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}", "Command": "Get-MgGroupEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/events", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -73266,28 +73290,28 @@ "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 } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Command": "Get-MgGroupEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Command": "Get-MgGroupEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -73296,15 +73320,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Command": "Get-MgGroupEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -73313,54 +73337,54 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Command": "Get-MgGroupEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "Command": "Get-MgGroupEventCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgGroupEventAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/calendar", "Command": "Get-MgGroupEventCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgGroupEventCalendar", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/events/delta", - "Command": "Get-MgGroupEventDelta", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Delta", "DeltaViaIdentity" @@ -73390,15 +73414,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/delta", "Command": "Get-MgGroupEventDelta", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/events/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -73428,354 +73452,354 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphEvent1", + "Method": "GET", + "Command": "Get-MgGroupEventDelta", + "Uri": "/groups/{group-id}/events/delta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "Command": "Get-MgGroupEventExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", "Command": "Get-MgGroupEventExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventExceptionOccurrence", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Command": "Get-MgGroupEventExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "Command": "Get-MgGroupEventExceptionOccurrenceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgGroupEventExceptionOccurrenceAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceExtension", - "OutputType": null, + "Command": "Get-MgGroupEventExceptionOccurrenceCalendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Command": "Get-MgGroupEventExceptionOccurrenceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "Command": "Get-MgGroupEventExceptionOccurrenceInstance", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgGroupEventExceptionOccurrenceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "Command": "Get-MgGroupEventExceptionOccurrenceInstance", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventExceptionOccurrenceInstance", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceCalendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Command": "Get-MgGroupEventExtension", - "OutputType": null, + "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Command": "Get-MgGroupEventExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Command": "Get-MgGroupEventExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Command": "Get-MgGroupEventExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "Command": "Get-MgGroupEventInstance", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgGroupEventExtension", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances", "Command": "Get-MgGroupEventInstance", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -73792,15 +73816,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances", "Command": "Get-MgGroupEventInstance", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -73817,542 +73841,542 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", "Command": "Get-MgGroupEventInstance", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Command": "Get-MgGroupEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventInstance", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Command": "Get-MgGroupEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Command": "Get-MgGroupEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Command": "Get-MgGroupEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "Command": "Get-MgGroupEventInstanceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgGroupEventInstanceAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "Command": "Get-MgGroupEventInstanceCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "Command": "Get-MgGroupEventInstanceExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgGroupEventInstanceCalendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "Command": "Get-MgGroupEventInstanceExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventInstanceExceptionOccurrence", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension", - "OutputType": null, + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceCalendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Command": "Get-MgGroupEventInstanceExtension", - "OutputType": null, + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Command": "Get-MgGroupEventInstanceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Command": "Get-MgGroupEventInstanceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Command": "Get-MgGroupEventInstanceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventInstanceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", "Command": "Get-MgGroupEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", "Command": "Get-MgGroupEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", "Command": "Get-MgGroupEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", "Command": "Get-MgGroupEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "GET", + "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Command": "Get-MgGroupExtension", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/extensions", "Command": "Get-MgGroupExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/extensions", "Command": "Get-MgGroupExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/extensions/{extension-id}", "Command": "Get-MgGroupExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Command": "Get-MgGroupLifecyclePolicy", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "Get-MgGroupExtension", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -74370,15 +74394,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", - "Uri": "/groupLifecyclePolicies", "Command": "Get-MgGroupLifecyclePolicy", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -74395,15 +74419,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", - "Uri": "/groupLifecyclePolicies", "Command": "Get-MgGroupLifecyclePolicy", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -74420,15 +74444,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Command": "Get-MgGroupLifecyclePolicy", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -74446,15 +74470,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "Command": "Get-MgGroupLifecyclePolicyByGroup", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -74471,15 +74495,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", - "Uri": "/groups/{group-id}/groupLifecyclePolicies", "Command": "Get-MgGroupLifecyclePolicyByGroup", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -74496,15 +74520,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", - "Uri": "/groups/{group-id}/members", - "Command": "Get-MgGroupMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupLifecyclePolicyByGroup", + "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -74539,15 +74563,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/members", "Command": "Get-MgGroupMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -74582,315 +74606,315 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "Command": "Get-MgGroupMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupMember", + "Uri": "/groups/{group-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/members/application", "Command": "Get-MgGroupMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/members/application", "Command": "Get-MgGroupMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/members/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", "Command": "Get-MgGroupMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/members/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "Command": "Get-MgGroupMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgGroupMemberAsApplication", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/members/device", "Command": "Get-MgGroupMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/members/device", "Command": "Get-MgGroupMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/members/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", "Command": "Get-MgGroupMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/members/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "Command": "Get-MgGroupMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgGroupMemberAsDevice", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/members/group", "Command": "Get-MgGroupMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/members/group", "Command": "Get-MgGroupMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/members/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", "Command": "Get-MgGroupMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/members/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "Command": "Get-MgGroupMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupMemberAsGroup", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/members/orgContact", "Command": "Get-MgGroupMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/members/orgContact", "Command": "Get-MgGroupMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/members/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", "Command": "Get-MgGroupMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/members/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgGroupMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupMemberAsOrgContact", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/members/servicePrincipal", "Command": "Get-MgGroupMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/members/servicePrincipal", "Command": "Get-MgGroupMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/members/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", "Command": "Get-MgGroupMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/members/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "Command": "Get-MgGroupMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupMemberAsServicePrincipal", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/members/user", "Command": "Get-MgGroupMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/members/user", "Command": "Get-MgGroupMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/members/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", "Command": "Get-MgGroupMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/members/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/members/$ref", - "Command": "Get-MgGroupMemberByRef", - "OutputType": null, + "Command": "Get-MgGroupMemberAsUser", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -74925,15 +74949,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/members/$ref", "Command": "Get-MgGroupMemberByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -74968,15 +74992,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/getMemberGroups", - "Command": "Get-MgGroupMemberGroup", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberByRef", + "Uri": "/groups/{group-id}/members/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", @@ -75044,15 +75068,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/getMemberGroups", "Command": "Get-MgGroupMemberGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -75120,15 +75144,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/getMemberObjects", - "Command": "Get-MgGroupMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupMemberGroup", + "Uri": "/groups/{group-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", @@ -75202,15 +75226,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/getMemberObjects", "Command": "Get-MgGroupMemberObject", - "OutputType": null, + "Uri": "/groups/{group-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -75284,28 +75308,28 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupMemberObject", + "Uri": "/groups/{group-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "Command": "Get-MgGroupMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf", "Command": "Get-MgGroupMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -75334,15 +75358,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf", "Command": "Get-MgGroupMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/memberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -75371,478 +75395,478 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "Command": "Get-MgGroupMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/memberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgGroupMemberOf", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "Command": "Get-MgGroupMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/group", "Command": "Get-MgGroupMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/group", "Command": "Get-MgGroupMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/memberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", "Command": "Get-MgGroupMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/memberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "Command": "Get-MgGroupMemberWithLicenseError", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupMemberOfAsGroup", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors", "Command": "Get-MgGroupMemberWithLicenseError", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors", "Command": "Get-MgGroupMemberWithLicenseError", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", "Command": "Get-MgGroupMemberWithLicenseError", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupMemberWithLicenseError", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Command": "Get-MgGroupOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Get1", "GetViaIdentity1" @@ -75878,15 +75902,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks", "Command": "Get-MgGroupOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -75921,15 +75945,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks", "Command": "Get-MgGroupOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -75964,15 +75988,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Command": "Get-MgGroupOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -76008,45 +76032,45 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Command": "Get-MgGroupOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "List1" ], @@ -76081,15 +76105,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Command": "Get-MgGroupOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -76124,15 +76148,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Command": "Get-MgGroupOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "Get-MgGroupOnenoteNotebookSection", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -76167,15 +76191,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Command": "Get-MgGroupOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -76210,15 +76234,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Command": "Get-MgGroupOnenoteOperation", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -76254,15 +76278,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "Command": "Get-MgGroupOnenoteOperation", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -76298,15 +76322,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Command": "Get-MgGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "Get-MgGroupOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -76336,15 +76360,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages", "Command": "Get-MgGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -76373,15 +76397,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages", "Command": "Get-MgGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -76410,15 +76434,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Command": "Get-MgGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -76448,41 +76472,41 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Command": "Get-MgGroupOnenotePageContent", - "OutputType": null, + "Command": "Get-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Command": "Get-MgGroupOnenotePageContent", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenotePageContent", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Command": "Get-MgGroupOnenoteRecentNotebook", - "OutputType": "IMicrosoftGraphRecentNotebook", "Variants": [ "Get", "GetViaIdentity" @@ -76518,15 +76542,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Command": "Get-MgGroupOnenoteRecentNotebook", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -76562,46 +76586,128 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgGroupOnenoteRecentNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Command": "Get-MgGroupOnenoteResource", - "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "Command": "Get-MgGroupOnenoteResource", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgGroupOnenoteResource", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "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 + } + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Command": "Get-MgGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "beta" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ], + "Module": "Notes", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], "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", @@ -76626,20 +76732,25 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Command": "Get-MgGroupOnenoteResourceContent", - "OutputType": null, + "Command": "Get-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "List1" ], "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", @@ -76664,102 +76775,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Command": "Get-MgGroupOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Variants": [ - "Get1", - "GetViaIdentity1" ], - "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 - } - ] - }, - { "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections", "Command": "Get-MgGroupOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Variants": [ - "List1" - ], - "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/sections", + "ApiVersion": "beta" }, { - "Module": "Notes", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections", - "Command": "Get-MgGroupOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "List" ], @@ -76794,15 +76818,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Command": "Get-MgGroupOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -76838,15 +76862,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Get-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "Get-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -76882,15 +76906,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups", "Command": "Get-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" @@ -76926,15 +76950,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups", "Command": "Get-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -76970,15 +76994,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Get-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -77014,15 +77038,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Command": "Get-MgGroupOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "Get-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -77057,15 +77081,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Command": "Get-MgGroupOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -77100,15 +77124,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Command": "Get-MgGroupOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -77137,15 +77161,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Command": "Get-MgGroupOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -77174,15 +77198,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionPage", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/owners", - "Command": "Get-MgGroupOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], @@ -77217,15 +77241,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/owners", "Command": "Get-MgGroupOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/owners", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -77260,315 +77284,315 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "Command": "Get-MgGroupOwnerAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupOwner", + "Uri": "/groups/{group-id}/owners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/owners/application", "Command": "Get-MgGroupOwnerAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/owners/application", "Command": "Get-MgGroupOwnerAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/owners/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", "Command": "Get-MgGroupOwnerAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/owners/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "Command": "Get-MgGroupOwnerAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgGroupOwnerAsApplication", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/device", "Command": "Get-MgGroupOwnerAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/device", "Command": "Get-MgGroupOwnerAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/owners/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", "Command": "Get-MgGroupOwnerAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/owners/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "Command": "Get-MgGroupOwnerAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgGroupOwnerAsDevice", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/group", "Command": "Get-MgGroupOwnerAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/group", "Command": "Get-MgGroupOwnerAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/owners/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", "Command": "Get-MgGroupOwnerAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/owners/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "Command": "Get-MgGroupOwnerAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupOwnerAsGroup", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/owners/orgContact", "Command": "Get-MgGroupOwnerAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/owners/orgContact", "Command": "Get-MgGroupOwnerAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/owners/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", "Command": "Get-MgGroupOwnerAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/owners/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgGroupOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupOwnerAsOrgContact", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/owners/servicePrincipal", "Command": "Get-MgGroupOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/owners/servicePrincipal", "Command": "Get-MgGroupOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/owners/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", "Command": "Get-MgGroupOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/owners/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "Command": "Get-MgGroupOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupOwnerAsServicePrincipal", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/owners/user", "Command": "Get-MgGroupOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/owners/user", "Command": "Get-MgGroupOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/owners/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", "Command": "Get-MgGroupOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/owners/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/owners/$ref", - "Command": "Get-MgGroupOwnerByRef", - "OutputType": null, + "Command": "Get-MgGroupOwnerAsUser", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -77603,15 +77627,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/owners/$ref", "Command": "Get-MgGroupOwnerByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/owners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -77646,28 +77670,28 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Get-MgGroupPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgGroupOwnerByRef", + "Uri": "/groups/{group-id}/owners/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants", "Command": "Get-MgGroupPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -77696,15 +77720,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants", "Command": "Get-MgGroupPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -77733,174 +77757,174 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Command": "Get-MgGroupPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/getAvailableExtensionProperties", - "Command": "Get-MgGroupPermissionGrantAvailableExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/getByIds", - "Command": "Get-MgGroupPermissionGrantById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupPermissionGrantAvailableExtensionProperty", + "Uri": "/groups/{group-id}/permissionGrants/getAvailableExtensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/getByIds", "Command": "Get-MgGroupPermissionGrantById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/permissionGrants/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/delta", - "Command": "Get-MgGroupPermissionGrantDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgGroupPermissionGrantById", + "Uri": "/groups/{group-id}/permissionGrants/getByIds", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/delta", "Command": "Get-MgGroupPermissionGrantDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/permissionGrants/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupPermissionGrantDelta", + "Uri": "/groups/{group-id}/permissionGrants/delta", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "Command": "Get-MgGroupPermissionGrantMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Command": "Get-MgGroupPermissionGrantMemberGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "Command": "Get-MgGroupPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupPermissionGrantMemberGroup", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Command": "Get-MgGroupPermissionGrantMemberObject", - "OutputType": null, + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/getUserOwnedObjects", - "Command": "Get-MgGroupPermissionGrantUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupPermissionGrantMemberObject", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgGroupPermissionGrantUserOwnedObject", + "Uri": "/groups/{group-id}/permissionGrants/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/photo", - "Command": "Get-MgGroupPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "Get1", @@ -77912,15 +77936,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/groups/{group-id}/photos", "Command": "Get-MgGroupPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/groups/{group-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -77929,15 +77953,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/groups/{group-id}/photos", "Command": "Get-MgGroupPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/groups/{group-id}/photos", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -77946,15 +77970,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/groups/{group-id}/photo", "Command": "Get-MgGroupPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/groups/{group-id}/photos", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -77966,15 +77990,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/groups/{group-id}/photo/$value", - "Command": "Get-MgGroupPhotoContent", - "OutputType": null, + "Command": "Get-MgGroupPhoto", + "Uri": "/groups/{group-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -77986,15 +78010,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/photo/$value", "Command": "Get-MgGroupPhotoContent", - "OutputType": null, + "Uri": "/groups/{group-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -78006,54 +78030,54 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/planner", - "Command": "Get-MgGroupPlanner", - "OutputType": "IMicrosoftGraphPlannerGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerGroup", "Method": "GET", - "Uri": "/groups/{group-id}/planner", "Command": "Get-MgGroupPlanner", - "OutputType": "IMicrosoftGraphPlannerGroup1", + "Uri": "/groups/{group-id}/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Command": "Get-MgGroupPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Command": "Get-MgGroupPlanner", + "Uri": "/groups/{group-id}/planner", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans", "Command": "Get-MgGroupPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -78082,15 +78106,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans", "Command": "Get-MgGroupPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Uri": "/groups/{group-id}/planner/plans", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -78119,78 +78143,78 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "Command": "Get-MgGroupPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Uri": "/groups/{group-id}/planner/plans", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Command": "Get-MgGroupPlannerPlanBucket", - "OutputType": "IMicrosoftGraphPlannerBucket1", + "Command": "Get-MgGroupPlannerPlan", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "Command": "Get-MgGroupPlannerPlanBucket", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanBucket", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "Command": "Get-MgGroupPlannerPlanBucketDelta", - "OutputType": "IMicrosoftGraphPlannerBucket1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "Command": "Get-MgGroupPlannerPlanBucketTaskDelta", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "Get-MgGroupPlannerPlanBucketDelta", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/delta", - "Command": "Get-MgGroupPlannerPlanDelta", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Command": "Get-MgGroupPlannerPlanBucketTaskDelta", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -78200,78 +78224,78 @@ "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 - } + }, + "Module": "Groups", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanDelta", + "Uri": "/groups/{group-id}/planner/plans/delta", + "ApiVersion": "beta" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Command": "Get-MgGroupPlannerPlanDetail", - "OutputType": "IMicrosoftGraphPlannerPlanDetails1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlanDetails1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Command": "Get-MgGroupPlannerPlanDetail", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Command": "Get-MgGroupPlannerPlanTask", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "Get-MgGroupPlannerPlanDetail", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "Command": "Get-MgGroupPlannerPlanTask", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanTask", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "Command": "Get-MgGroupPlannerPlanTaskDelta", - "OutputType": "IMicrosoftGraphPlannerTask1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders", - "Command": "Get-MgGroupRejectedSender", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupPlannerPlanTaskDelta", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -78288,15 +78312,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders", "Command": "Get-MgGroupRejectedSender", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/rejectedSenders", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -78313,15 +78337,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Command": "Get-MgGroupRejectedSenderByRef", - "OutputType": null, + "Command": "Get-MgGroupRejectedSender", + "Uri": "/groups/{group-id}/rejectedSenders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -78338,15 +78362,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Command": "Get-MgGroupRejectedSenderByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -78363,15 +78387,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Command": "Get-MgGroupSetting", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Command": "Get-MgGroupRejectedSenderByRef", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -78401,15 +78425,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", - "Uri": "/groups/{group-id}/settings", "Command": "Get-MgGroupSetting", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -78438,15 +78462,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", - "Uri": "/groups/{group-id}/settings", "Command": "Get-MgGroupSetting", - "OutputType": "IMicrosoftGraphGroupSetting", + "Uri": "/groups/{group-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" @@ -78476,15 +78500,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroupSetting", "Method": "GET", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "Command": "Get-MgGroupSetting", - "OutputType": "IMicrosoftGraphGroupSetting", + "Uri": "/groups/{group-id}/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", @@ -78516,2307 +78540,2439 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "GET", + "Command": "Get-MgGroupSetting", + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateAvailableExtensionProperty", + "Uri": "/groupSettingTemplates/getAvailableExtensionProperties", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateById", + "Uri": "/groupSettingTemplates/getByIds", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Delta" + ], + "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 + } + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}", - "Command": "Get-MgGroupSite", - "OutputType": "IMicrosoftGraphSite1", + "Command": "Get-MgGroupSettingTemplateDelta", + "Uri": "/groupSettingTemplates/delta", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "List" + ], + "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 + } + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplateGroupSettingTemplate", + "Uri": "/groupSettingTemplates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "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 + } + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplateGroupSettingTemplate", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateMemberGroup", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateMemberObject", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/groups/{group-id}/sites", "Command": "Get-MgGroupSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/groups/{group-id}/sites", "Command": "Get-MgGroupSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/groups/{group-id}/sites", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}", "Command": "Get-MgGroupSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/groups/{group-id}/sites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSite", + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgGroupSiteActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", "Command": "Get-MgGroupSiteActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgGroupSiteActivityByInterval", + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Command": "Get-MgGroupSiteAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "Command": "Get-MgGroupSiteAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupSiteAnalytic", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Command": "Get-MgGroupSiteAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "Command": "Get-MgGroupSiteAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "Command": "Get-MgGroupSiteAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgGroupSiteAnalyticLastSevenDay", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", "Command": "Get-MgGroupSiteAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticTime", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Command": "Get-MgGroupSiteApplicableContentTypeForList", - "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "Command": "Get-MgGroupSiteApplicableContentTypeForList", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "Command": "Get-MgGroupSiteByPath", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteApplicableContentTypeForList", + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", "Command": "Get-MgGroupSiteByPath", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSiteByPath", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Command": "Get-MgGroupSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", "Command": "Get-MgGroupSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", "Command": "Get-MgGroupSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Command": "Get-MgGroupSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Command": "Get-MgGroupSiteContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgGroupSiteColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "Command": "Get-MgGroupSiteContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "Command": "Get-MgGroupSiteContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Command": "Get-MgGroupSiteContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgGroupSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupSiteContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgGroupSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgGroupSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgGroupSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgGroupSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupSiteContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgGroupSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgGroupSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgGroupSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/delta", - "Command": "Get-MgGroupSiteDelta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite1", + "Method": "GET", + "Command": "Get-MgGroupSiteDelta", + "Uri": "/groups/{group-id}/sites/delta", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "Command": "Get-MgGroupSiteDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives", "Command": "Get-MgGroupSiteDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives", "Command": "Get-MgGroupSiteDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drive", "Command": "Get-MgGroupSiteDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Command": "Get-MgGroupSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupSiteDrive", + "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "Command": "Get-MgGroupSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "Command": "Get-MgGroupSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "Command": "Get-MgGroupSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Command": "Get-MgGroupSiteInformationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgGroupSiteExternalColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtection", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", - "Command": "Get-MgGroupSiteInformationProtectionBitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Command": "Get-MgGroupSiteInformationProtection", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlocker", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Command": "Get-MgGroupSiteInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Command": "Get-MgGroupSiteInformationProtectionBitlocker", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", "Command": "Get-MgGroupSiteInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Command": "Get-MgGroupSiteInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgGroupSiteInformationProtectionBitlockerRecoveryKey", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "Command": "Get-MgGroupSiteInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Command": "Get-MgGroupSiteInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Get-MgGroupSiteInformationProtectionDataLossPreventionPolicy", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Command": "Get-MgGroupSiteInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Get-MgGroupSiteInformationProtectionPolicy", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "Command": "Get-MgGroupSiteInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgGroupSiteInformationProtectionPolicyLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityPolicySetting", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabelSublabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Get-MgGroupSiteInformationProtectionSensitivityPolicySetting", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequest", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "Command": "Get-MgGroupSiteItem", - "OutputType": "IMicrosoftGraphBaseItem1", + "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBaseItem1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items", "Command": "Get-MgGroupSiteItem", - "OutputType": "IMicrosoftGraphBaseItem1", + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBaseItem1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items", "Command": "Get-MgGroupSiteItem", - "OutputType": "IMicrosoftGraphBaseItem", + "Uri": "/groups/{group-id}/sites/{site-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBaseItem", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "Command": "Get-MgGroupSiteItem", - "OutputType": "IMicrosoftGraphBaseItem", + "Uri": "/groups/{group-id}/sites/{site-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBaseItem", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Command": "Get-MgGroupSiteList", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgGroupSiteItem", + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Command": "Get-MgGroupSiteList", - "OutputType": "IMicrosoftGraphList", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Command": "Get-MgGroupSiteList", - "OutputType": "IMicrosoftGraphList1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Command": "Get-MgGroupSiteList", - "OutputType": "IMicrosoftGraphList1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Command": "Get-MgGroupSiteListActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupSiteList", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Command": "Get-MgGroupSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupSiteListActivity", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Command": "Get-MgGroupSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Command": "Get-MgGroupSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Command": "Get-MgGroupSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Command": "Get-MgGroupSiteListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgGroupSiteListColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Command": "Get-MgGroupSiteListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Command": "Get-MgGroupSiteListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Command": "Get-MgGroupSiteListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", - "Command": "Get-MgGroupSiteListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgGroupSiteListContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Command": "Get-MgGroupSiteListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Command": "Get-MgGroupSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgGroupSiteListContentTypeBase", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgGroupSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgGroupSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Command": "Get-MgGroupSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgGroupSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupSiteListContentTypeBaseType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgGroupSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgGroupSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgGroupSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupSiteListContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "Command": "Get-MgGroupSiteListDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "Command": "Get-MgGroupSiteListDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Command": "Get-MgGroupSiteListItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupSiteListDrive", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Command": "Get-MgGroupSiteListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Command": "Get-MgGroupSiteListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Command": "Get-MgGroupSiteListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Command": "Get-MgGroupSiteListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgGroupSiteListItem", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemActivity", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgGroupSiteListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "Command": "Get-MgGroupSiteListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemActivityByInterval", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Command": "Get-MgGroupSiteListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Command": "Get-MgGroupSiteListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics1", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemAnalytic", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "Command": "Get-MgGroupSiteListItemDelta", - "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphListItem1", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDelta", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Command": "Get-MgGroupSiteListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Command": "Get-MgGroupSiteListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Command": "Get-MgGroupSiteListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemDriveItem", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Command": "Get-MgGroupSiteListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Command": "Get-MgGroupSiteListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Command": "Get-MgGroupSiteListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Get-MgGroupSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupSiteListItemField", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Command": "Get-MgGroupSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Command": "Get-MgGroupSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Get-MgGroupSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Get-MgGroupSiteListItemVersionField", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Get-MgGroupSiteListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Command": "Get-MgGroupSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupSiteListItemVersionField", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Command": "Get-MgGroupSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Command": "Get-MgGroupSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Command": "Get-MgGroupSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Command": "Get-MgGroupSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupSiteListOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Command": "Get-MgGroupSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Command": "Get-MgGroupSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Command": "Get-MgGroupSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Command": "Get-MgGroupSiteOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupSiteListSubscription", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", "Command": "Get-MgGroupSiteOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", "Command": "Get-MgGroupSiteOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Command": "Get-MgGroupSiteOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", - "Command": "Get-MgGroupSitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Command": "Get-MgGroupSiteOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", "Command": "Get-MgGroupSitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", - "Command": "Get-MgGroupSitePageCanvaLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Get-MgGroupSitePage", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCanvasLayout", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgGroupSitePageCanvaLayout", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": "IMicrosoftGraphWebPart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", - "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVerticalSection", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", - "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSection", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": "IMicrosoftGraphWebPart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", - "Command": "Get-MgGroupSitePageWebPart", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", "Command": "Get-MgGroupSitePageWebPart", - "OutputType": "IMicrosoftGraphWebPart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgGroupSitePageWebPart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", - "Command": "Get-MgGroupSitePageWebPartByPosition", - "OutputType": "IMicrosoftGraphWebPart", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWebPart", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", - "Command": "Get-MgGroupSitePageWebPartPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgGroupSitePageWebPartByPosition", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgGroupSitePageWebPartPositionOfWebPart", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Command": "Get-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "Command": "Get-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "Command": "Get-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Command": "Get-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Command": "Get-MgGroupSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgGroupSitePermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStore", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "Command": "Get-MgGroupSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Command": "Get-MgGroupSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Command": "Get-MgGroupSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgGroupSiteTermStore", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Command": "Get-MgGroupSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Command": "Get-MgGroupSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Command": "Get-MgGroupSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Command": "Get-MgGroupSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Command": "Get-MgGroupSiteTermStoreGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Command": "Get-MgGroupSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Command": "Get-MgGroupSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Command": "Get-MgGroupSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", @@ -80825,575 +80981,575 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "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}", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "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", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "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", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "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", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "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}", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "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}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "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", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "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", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "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", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Command": "Get-MgGroupSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", "Command": "Get-MgGroupSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Command": "Get-MgGroupSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Command": "Get-MgGroupSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgGroupSiteTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Command": "Get-MgGroupSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Command": "Get-MgGroupSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Command": "Get-MgGroupSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", @@ -81402,955 +81558,955 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Command": "Get-MgGroupSiteTermStoreSetChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", - "Command": "Get-MgGroupSiteTermStoreSetParentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Command": "Get-MgGroupSiteTermStoreSetChildSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "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}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "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", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "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", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "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", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "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}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "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}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "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", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "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", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "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", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "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", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Command": "Get-MgGroupSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Command": "Get-MgGroupSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Command": "Get-MgGroupSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", "Command": "Get-MgGroupSiteTermStoreSetRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Command": "Get-MgGroupSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Command": "Get-MgGroupSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Command": "Get-MgGroupSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Command": "Get-MgGroupSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", "Command": "Get-MgGroupSiteTermStoreSetTermSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "Command": "Get-MgGroupSubSite", - "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites", "Command": "Get-MgGroupSubSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites", "Command": "Get-MgGroupSubSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "ApiVersion": "beta" + }, + { "Variants": [ "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "Command": "Get-MgGroupSubSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSubSite", + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/team", - "Command": "Get-MgGroupTeam", - "OutputType": "IMicrosoftGraphTeam1", "Variants": [ "Get", "GetViaIdentity" @@ -82360,15 +82516,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", - "Uri": "/groups/{group-id}/team", "Command": "Get-MgGroupTeam", - "OutputType": "IMicrosoftGraphTeam", + "Uri": "/groups/{group-id}/team", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -82378,15 +82534,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeam", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Command": "Get-MgGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgGroupTeam", + "Uri": "/groups/{group-id}/team", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -82396,15 +82552,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels", "Command": "Get-MgGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -82413,15 +82569,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels", "Command": "Get-MgGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/channels", + "ApiVersion": "beta" + }, + { "Variants": [ "List3" ], @@ -82430,15 +82586,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Command": "Get-MgGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/channels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" @@ -82448,2046 +82604,2046 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "Command": "Get-MgGroupTeamChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupTeamChannel", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "Command": "Get-MgGroupTeamChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Command": "Get-MgGroupTeamChannelFileFolderContent", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelFileFolder", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Command": "Get-MgGroupTeamChannelFileFolderContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Get-MgGroupTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "Command": "Get-MgGroupTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "Command": "Get-MgGroupTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Command": "Get-MgGroupTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Get-MgGroupTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgGroupTeamChannelMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "Command": "Get-MgGroupTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "Command": "Get-MgGroupTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Get-MgGroupTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamChannelMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Get-MgGroupTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgGroupTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgGroupTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Get-MgGroupTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamChannelMessageReply", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Get-MgGroupTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Command": "Get-MgGroupTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Command": "Get-MgGroupTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Get-MgGroupTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Command": "Get-MgGroupTeamChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgGroupTeamChannelTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Command": "Get-MgGroupTeamChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/groups/{group-id}/team/group", - "Command": "Get-MgGroupTeamGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgGroupTeamChannelTabTeamApp", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/team/group", "Command": "Get-MgGroupTeamGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/team/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "Command": "Get-MgGroupTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgGroupTeamGroup", + "Uri": "/groups/{group-id}/team/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels", "Command": "Get-MgGroupTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels", "Command": "Get-MgGroupTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/incomingChannels", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", "Command": "Get-MgGroupTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/incomingChannels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Command": "Get-MgGroupTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "Get-MgGroupTeamIncomingChannel", + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps", "Command": "Get-MgGroupTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps", "Command": "Get-MgGroupTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Command": "Get-MgGroupTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "Command": "Get-MgGroupTeamInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgGroupTeamInstalledApp", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "Command": "Get-MgGroupTeamInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Command": "Get-MgGroupTeamInstalledAppTeamApp", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Command": "Get-MgGroupTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/members", "Command": "Get-MgGroupTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/members", "Command": "Get-MgGroupTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Command": "Get-MgGroupTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Command": "Get-MgGroupTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "Get-MgGroupTeamMember", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/groups/{group-id}/team/operations", "Command": "Get-MgGroupTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/groups/{group-id}/team/operations", "Command": "Get-MgGroupTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Uri": "/groups/{group-id}/team/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Command": "Get-MgGroupTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Uri": "/groups/{group-id}/team/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", - "Uri": "/groups/{group-id}/team/owners/{user-id}", - "Command": "Get-MgGroupTeamOwner", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgGroupTeamOperation", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/team/owners", "Command": "Get-MgGroupTeamOwner", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/team/owners/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Command": "Get-MgGroupTeamOwnerMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgGroupTeamOwner", + "Uri": "/groups/{group-id}/team/owners", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Get-MgGroupTeamPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgGroupTeamOwnerMailboxSetting", + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants", "Command": "Get-MgGroupTeamPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/groups/{group-id}/team/photo", - "Command": "Get-MgGroupTeamPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgGroupTeamPermissionGrant", + "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/groups/{group-id}/team/photo", "Command": "Get-MgGroupTeamPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/groups/{group-id}/team/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/groups/{group-id}/team/photo/$value", - "Command": "Get-MgGroupTeamPhotoContent", - "OutputType": null, + "Command": "Get-MgGroupTeamPhoto", + "Uri": "/groups/{group-id}/team/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/photo/$value", "Command": "Get-MgGroupTeamPhotoContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel", - "Command": "Get-MgGroupTeamPrimaryChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgGroupTeamPhotoContent", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel", "Command": "Get-MgGroupTeamPrimaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgGroupTeamPrimaryChannel", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Command": "Get-MgGroupTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members", "Command": "Get-MgGroupTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members", "Command": "Get-MgGroupTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Command": "Get-MgGroupTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Command": "Get-MgGroupTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "Command": "Get-MgGroupTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "Command": "Get-MgGroupTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Command": "Get-MgGroupTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule", - "Command": "Get-MgGroupTeamSchedule", - "OutputType": "IMicrosoftGraphSchedule1", + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedule1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule", "Command": "Get-MgGroupTeamSchedule", - "OutputType": "IMicrosoftGraphSchedule", + "Uri": "/groups/{group-id}/team/schedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedule", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", + "Command": "Get-MgGroupTeamSchedule", + "Uri": "/groups/{group-id}/team/schedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Command": "Get-MgGroupTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift1", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts", "Command": "Get-MgGroupTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift1", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts", "Command": "Get-MgGroupTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Command": "Get-MgGroupTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", + "Command": "Get-MgGroupTeamScheduleOpenShift", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup1", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup1", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Command": "Get-MgGroupTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift1", + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShift1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts", "Command": "Get-MgGroupTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift1", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts", "Command": "Get-MgGroupTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Command": "Get-MgGroupTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShift", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Command": "Get-MgGroupTeamScheduleShift", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Command": "Get-MgGroupTeamScheduleTimeCard", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeCards", "Command": "Get-MgGroupTeamScheduleTimeCard", - "OutputType": "IMicrosoftGraphTimeCard", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Command": "Get-MgGroupTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff1", + "Command": "Get-MgGroupTeamScheduleTimeCard", + "Uri": "/groups/{group-id}/team/schedule/timeCards", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff", "Command": "Get-MgGroupTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff1", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff", "Command": "Get-MgGroupTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Command": "Get-MgGroupTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason1", + "Command": "Get-MgGroupTeamScheduleTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason1", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest1", + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest1", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Command": "Get-MgGroupTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags", "Command": "Get-MgGroupTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags", "Command": "Get-MgGroupTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/groups/{group-id}/team/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Command": "Get-MgGroupTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/groups/{group-id}/team/tags", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Command": "Get-MgGroupTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Get-MgGroupTeamTag", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Command": "Get-MgGroupTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Command": "Get-MgGroupTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Command": "Get-MgGroupTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/groups/{group-id}/team/template", - "Command": "Get-MgGroupTeamTemplate", - "OutputType": null, + "Command": "Get-MgGroupTeamTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/template", "Command": "Get-MgGroupTeamTemplate", - "OutputType": null, + "Uri": "/groups/{group-id}/team/template", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/team/templateDefinition", - "Command": "Get-MgGroupTeamTemplateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Get-MgGroupTeamTemplate", + "Uri": "/groups/{group-id}/team/template", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", + "Command": "Get-MgGroupTeamTemplateDefinition", + "Uri": "/groups/{group-id}/team/templateDefinition", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Command": "Get-MgGroupThread", - "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "Get", "GetViaIdentity" @@ -84505,15 +84661,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", - "Uri": "/groups/{group-id}/threads", "Command": "Get-MgGroupThread", - "OutputType": "IMicrosoftGraphConversationThread1", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -84530,15 +84686,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", - "Uri": "/groups/{group-id}/threads", "Command": "Get-MgGroupThread", - "OutputType": "IMicrosoftGraphConversationThread", + "Uri": "/groups/{group-id}/threads", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -84555,15 +84711,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Command": "Get-MgGroupThread", - "OutputType": "IMicrosoftGraphConversationThread", + "Uri": "/groups/{group-id}/threads", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -84581,15 +84737,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Command": "Get-MgGroupThreadPost", - "OutputType": "IMicrosoftGraphPost1", + "Command": "Get-MgGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -84609,15 +84765,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPost1", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "Command": "Get-MgGroupThreadPost", - "OutputType": "IMicrosoftGraphPost1", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -84634,15 +84790,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPost1", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "Command": "Get-MgGroupThreadPost", - "OutputType": "IMicrosoftGraphPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -84659,15 +84815,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPost", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "Command": "Get-MgGroupThreadPost", - "OutputType": "IMicrosoftGraphPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -84687,28 +84843,28 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPost", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Command": "Get-MgGroupThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Command": "Get-MgGroupThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -84725,15 +84881,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Command": "Get-MgGroupThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -84750,441 +84906,441 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Command": "Get-MgGroupThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Command": "Get-MgGroupThreadPostExtension", - "OutputType": null, + "Command": "Get-MgGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Command": "Get-MgGroupThreadPostExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Command": "Get-MgGroupThreadPostExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Command": "Get-MgGroupThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Command": "Get-MgGroupThreadPostInReplyToExtension", - "OutputType": null, + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Command": "Get-MgGroupThreadPostInReplyToExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Command": "Get-MgGroupThreadPostInReplyToExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Command": "Get-MgGroupThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Command": "Get-MgGroupThreadPostInReplyToMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Command": "Get-MgGroupThreadPostInReplyToMention", - "OutputType": "IMicrosoftGraphMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupThreadPostInReplyToMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Command": "Get-MgGroupThreadPostMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Command": "Get-MgGroupThreadPostMention", - "OutputType": "IMicrosoftGraphMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgGroupThreadPostMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "Command": "Get-MgGroupTransitiveMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers", "Command": "Get-MgGroupTransitiveMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -85219,15 +85375,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers", "Command": "Get-MgGroupTransitiveMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/transitiveMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -85262,341 +85418,341 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "Command": "Get-MgGroupTransitiveMember", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/transitiveMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "Command": "Get-MgGroupTransitiveMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupTransitiveMember", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/application", "Command": "Get-MgGroupTransitiveMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/application", "Command": "Get-MgGroupTransitiveMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/transitiveMembers/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", "Command": "Get-MgGroupTransitiveMemberAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/groups/{group-id}/transitiveMembers/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "Command": "Get-MgGroupTransitiveMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgGroupTransitiveMemberAsApplication", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/device", "Command": "Get-MgGroupTransitiveMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/device", "Command": "Get-MgGroupTransitiveMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/transitiveMembers/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", "Command": "Get-MgGroupTransitiveMemberAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/groups/{group-id}/transitiveMembers/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "Command": "Get-MgGroupTransitiveMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgGroupTransitiveMemberAsDevice", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/group", "Command": "Get-MgGroupTransitiveMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/group", "Command": "Get-MgGroupTransitiveMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/transitiveMembers/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", "Command": "Get-MgGroupTransitiveMemberAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/transitiveMembers/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupTransitiveMemberAsGroup", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "Command": "Get-MgGroupTransitiveMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/user", "Command": "Get-MgGroupTransitiveMemberAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/user", "Command": "Get-MgGroupTransitiveMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/transitiveMembers/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", "Command": "Get-MgGroupTransitiveMemberAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/groups/{group-id}/transitiveMembers/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "Command": "Get-MgGroupTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupTransitiveMemberAsUser", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf", "Command": "Get-MgGroupTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -85625,15 +85781,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf", "Command": "Get-MgGroupTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -85662,141 +85818,141 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "Command": "Get-MgGroupTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgGroupTransitiveMemberOf", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/group", "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/group", "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/getUserOwnedObjects", - "Command": "Get-MgGroupUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgGroupUserOwnedObject", + "Uri": "/groups/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Command": "Get-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Get1", "GetViaIdentity1" @@ -85806,15 +85962,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", - "Uri": "/identity/apiConnectors", "Command": "Get-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -85823,15 +85979,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", - "Uri": "/identity/apiConnectors", "Command": "Get-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Uri": "/identity/apiConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -85840,15 +85996,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Command": "Get-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Uri": "/identity/apiConnectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -85858,40 +86014,40 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Command": "Get-MgIdentityAuthenticationEventListener", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "Get-MgIdentityApiConnector", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Method": "GET", - "Uri": "/identity/authenticationEventListeners", "Command": "Get-MgIdentityAuthenticationEventListener", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Command": "Get-MgIdentityB2CUserFlow", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Command": "Get-MgIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -85909,15 +86065,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Method": "GET", - "Uri": "/identity/b2cUserFlows", "Command": "Get-MgIdentityB2CUserFlow", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -85934,28 +86090,28 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", - "Command": "Get-MgIdentityB2CUserFlowIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgIdentityB2CUserFlow", + "Uri": "/identity/b2cUserFlows", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", "Command": "Get-MgIdentityB2CUserFlowIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -85965,15 +86121,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Command": "Get-MgIdentityB2CUserFlowIdentityProviderByRef", - "OutputType": null, + "Command": "Get-MgIdentityB2CUserFlowIdentityProvider", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -85982,15 +86138,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Command": "Get-MgIdentityB2CUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "Get-MgIdentityB2CUserFlowIdentityProviderByRef", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86008,15 +86164,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "Command": "Get-MgIdentityB2CUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86033,15 +86189,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage", - "OutputType": null, + "Command": "Get-MgIdentityB2CUserFlowLanguage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86059,15 +86215,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86084,15 +86240,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPageContent", - "OutputType": null, + "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86110,15 +86266,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86136,15 +86292,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86161,15 +86317,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePageContent", - "OutputType": null, + "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86187,15 +86343,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86213,15 +86369,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86238,15 +86394,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", - "OutputType": null, + "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86264,28 +86420,28 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Command": "Get-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", + "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86303,15 +86459,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", "Method": "GET", - "Uri": "/identity/b2xUserFlows", "Command": "Get-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86328,15 +86484,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", "Method": "GET", - "Uri": "/identity/b2xUserFlows", "Command": "Get-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Uri": "/identity/b2xUserFlows", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -86353,15 +86509,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Command": "Get-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Uri": "/identity/b2xUserFlows", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -86379,28 +86535,28 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List3" @@ -86410,15 +86566,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List2" @@ -86428,28 +86584,28 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -86458,15 +86614,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86475,15 +86631,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Command": "Get-MgIdentityB2XUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -86501,15 +86657,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Command": "Get-MgIdentityB2XUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -86526,15 +86682,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Command": "Get-MgIdentityB2XUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86551,15 +86707,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Command": "Get-MgIdentityB2XUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86577,15 +86733,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -86603,15 +86759,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -86628,15 +86784,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86653,15 +86809,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86679,15 +86835,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -86705,15 +86861,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86731,15 +86887,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -86757,15 +86913,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -86782,15 +86938,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86807,15 +86963,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86833,15 +86989,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -86859,15 +87015,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86885,15 +87041,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -86911,15 +87067,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -86936,15 +87092,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -86961,15 +87117,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -86987,15 +87143,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -87013,15 +87169,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87039,41 +87195,41 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -87083,15 +87239,15 @@ "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -87108,15 +87264,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87133,15 +87289,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87151,27 +87307,27 @@ "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrength", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot1", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot1", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrength", + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87195,15 +87351,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87226,40 +87382,40 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87283,15 +87439,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87314,15 +87470,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87332,15 +87488,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations", "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "OutputType": "IMicrosoftGraphNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87349,15 +87505,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations", "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "OutputType": "IMicrosoftGraphNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -87366,15 +87522,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "OutputType": "IMicrosoftGraphNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -87384,15 +87540,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Command": "Get-MgIdentityConditionalAccessPolicy", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87402,15 +87558,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Method": "GET", - "Uri": "/identity/conditionalAccess/policies", "Command": "Get-MgIdentityConditionalAccessPolicy", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87419,15 +87575,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Method": "GET", - "Uri": "/identity/conditionalAccess/policies", "Command": "Get-MgIdentityConditionalAccessPolicy", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/policies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -87436,15 +87592,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Method": "GET", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Command": "Get-MgIdentityConditionalAccessPolicy", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/policies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -87454,15 +87610,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Method": "GET", - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "Command": "Get-MgIdentityConditionalAccessTemplate", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", + "Command": "Get-MgIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87472,15 +87628,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", "Method": "GET", - "Uri": "/identity/conditionalAccess/templates", "Command": "Get-MgIdentityConditionalAccessTemplate", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87489,15 +87645,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", "Method": "GET", - "Uri": "/identity/conditionalAccess/templates", "Command": "Get-MgIdentityConditionalAccessTemplate", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Uri": "/identity/conditionalAccess/templates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -87506,15 +87662,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", "Method": "GET", - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", "Command": "Get-MgIdentityConditionalAccessTemplate", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Uri": "/identity/conditionalAccess/templates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -87524,15 +87680,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", "Method": "GET", - "Uri": "/identity/continuousAccessEvaluationPolicy", - "Command": "Get-MgIdentityContinuouAccessEvaluationPolicy", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Command": "Get-MgIdentityConditionalAccessTemplate", + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -87541,266 +87697,266 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Command": "Get-MgIdentityCustomAuthenticationExtension", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Command": "Get-MgIdentityContinuouAccessEvaluationPolicy", + "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions", "Command": "Get-MgIdentityCustomAuthenticationExtension", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "Uri": "/identity/customAuthenticationExtensions", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions", "Command": "Get-MgIdentityGovernanceAccessReviewDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDecision", + "Uri": "/identityGovernance/accessReviews/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDefinition", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87818,15 +87974,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87843,15 +87999,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -87868,15 +88024,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -87894,15 +88050,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -87920,15 +88076,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -87945,15 +88101,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -87970,15 +88126,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -87996,28 +88152,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88034,15 +88190,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88059,28 +88215,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88098,15 +88254,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88123,15 +88279,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88148,15 +88304,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -88174,66 +88330,66 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88251,15 +88407,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88276,15 +88432,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88301,15 +88457,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -88327,15 +88483,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88353,15 +88509,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88378,15 +88534,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88403,15 +88559,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -88429,15 +88585,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88447,15 +88603,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88464,15 +88620,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88481,15 +88637,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -88499,28 +88655,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88529,15 +88685,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88546,28 +88702,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/policy", - "Command": "Get-MgIdentityGovernanceAccessReviewPolicy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -88584,15 +88740,15 @@ "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "OutputType": "IMicrosoftGraphAppConsentRequest1", + "Command": "Get-MgIdentityGovernanceAccessReviewPolicy", + "Uri": "/identityGovernance/accessReviews/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88610,15 +88766,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests", "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "OutputType": "IMicrosoftGraphAppConsentRequest1", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88635,15 +88791,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests", "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88660,15 +88816,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -88686,15 +88842,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": "IMicrosoftGraphUserConsentRequest1", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88712,15 +88868,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": "IMicrosoftGraphUserConsentRequest1", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88737,15 +88893,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -88762,15 +88918,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -88788,91 +88944,91 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "OutputType": "IMicrosoftGraphApproval1", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApproval1", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "OutputType": "IMicrosoftGraphApproval", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "OutputType": "IMicrosoftGraphApprovalStage", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88890,15 +89046,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88915,15 +89071,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -88941,15 +89097,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -88966,79 +89122,79 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "OutputType": "IMicrosoftGraphDeletedItemContainer", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeletedItemContainer", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -89048,15 +89204,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89073,153 +89229,153 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{user-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89236,28 +89392,28 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}/mailboxSettings", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -89275,15 +89431,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89300,28 +89456,28 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89338,54 +89494,54 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" @@ -89403,15 +89559,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89428,54 +89584,54 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89492,15 +89648,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -89517,15 +89673,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -89543,15 +89699,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89568,28 +89724,28 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89606,54 +89762,54 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89670,54 +89826,54 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Variants": [ "Get", "GetViaIdentity" @@ -89735,15 +89891,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89760,168 +89916,168 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89938,15 +90094,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -89964,15 +90120,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -89989,602 +90145,602 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "ApiVersion": "beta" }, { + "Variants": [ + "Get" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess", "Command": "Get-MgIdentityGovernancePrivilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Uri": "/identityGovernance/privilegedAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "Variants": [ - "Get" - ], - "Permissions": [] + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval1", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval1", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval1", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "Command": "Get-MgIdentityGovernanceRoleManagementAlert", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts", "Command": "Get-MgIdentityGovernanceRoleManagementAlert", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfiguration", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Command": "Get-MgIdentityGovernanceRoleManagementAlert", + "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfiguration", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfiguration", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", "Command": "Get-MgIdentityGovernanceRoleManagementAlertDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertIncident", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceRoleManagementAlertDefinition", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "Command": "Get-MgIdentityGovernanceRoleManagementAlertIncident", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgIdentityGovernanceRoleManagementAlertIncident", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/operations", "Command": "Get-MgIdentityGovernanceRoleManagementAlertOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgIdentityGovernanceRoleManagementAlertOperation", + "Uri": "/identityGovernance/roleManagementAlerts/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -90594,15 +90750,15 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements", "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -90611,15 +90767,15 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements", "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -90628,15 +90784,15 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -90646,197 +90802,197 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile", - "OutputType": "IMicrosoftGraphAgreementFile", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Command": "Get-MgIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Get", "GetViaIdentity" @@ -90854,15 +91010,15 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/identity/identityProviders", "Command": "Get-MgIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -90879,15 +91035,15 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/identity/identityProviders", "Command": "Get-MgIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/identity/identityProviders", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -90904,15 +91060,15 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Command": "Get-MgIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/identity/identityProviders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -90930,15 +91086,15 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Command": "Get-MgIdentityUserFlow", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Command": "Get-MgIdentityProvider", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -90956,15 +91112,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Method": "GET", - "Uri": "/identity/userFlows", "Command": "Get-MgIdentityUserFlow", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -90981,15 +91137,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Method": "GET", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Command": "Get-MgIdentityUserFlowAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgIdentityUserFlow", + "Uri": "/identity/userFlows", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -91007,15 +91163,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", - "Uri": "/identity/userFlowAttributes", "Command": "Get-MgIdentityUserFlowAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -91032,15 +91188,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", - "Uri": "/identity/userFlowAttributes", "Command": "Get-MgIdentityUserFlowAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -91057,15 +91213,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Command": "Get-MgIdentityUserFlowAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -91083,63 +91239,63 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", - "Uri": "/informationProtection", - "Command": "Get-MgInformationProtection", - "OutputType": "IMicrosoftGraphInformationProtection1", + "Command": "Get-MgIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInformationProtection1", "Method": "GET", - "Uri": "/informationProtection", "Command": "Get-MgInformationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Uri": "/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtection", "Method": "GET", - "Uri": "/informationProtection/bitlocker", - "Command": "Get-MgInformationProtectionBitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Command": "Get-MgInformationProtection", + "Uri": "/informationProtection", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBitlocker", "Method": "GET", - "Uri": "/informationProtection/bitlocker", "Command": "Get-MgInformationProtectionBitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Uri": "/informationProtection/bitlocker", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlocker", "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Command": "Get-MgInformationProtectionBitlocker", + "Uri": "/informationProtection/bitlocker", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -91157,15 +91313,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -91182,15 +91338,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -91207,15 +91363,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -91233,52 +91389,52 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Command": "Get-MgInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", - "Uri": "/informationProtection/dataLossPreventionPolicies", "Command": "Get-MgInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", - "Uri": "/informationProtection/policy", - "Command": "Get-MgInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Get-MgInformationProtectionDataLossPreventionPolicy", + "Uri": "/informationProtection/dataLossPreventionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Method": "GET", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Command": "Get-MgInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Get-MgInformationProtectionPolicy", + "Uri": "/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -91288,15 +91444,15 @@ "Description": "Read user sensitivity labels and label policies.", "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", - "Uri": "/informationProtection/policy/labels", "Command": "Get-MgInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -91305,27 +91461,27 @@ "Description": "Read user sensitivity labels and label policies.", "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", - "Uri": "/informationProtection/sensitivityPolicySettings", - "Command": "Get-MgInformationProtectionSensitivityPolicySetting", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Get-MgInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Get-MgInformationProtectionSensitivityPolicySetting", + "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -91335,15 +91491,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -91352,15 +91508,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -91369,15 +91525,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -91387,91 +91543,91 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings", "Method": "GET", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Command": "Get-MgOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Command": "Get-MgInvitationInvitedUserMailboxSetting", + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -91495,15 +91651,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", - "Uri": "/oauth2PermissionGrants", "Command": "Get-MgOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -91526,15 +91682,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", - "Uri": "/oauth2PermissionGrants", "Command": "Get-MgOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Uri": "/oauth2PermissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -91557,15 +91713,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Command": "Get-MgOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Uri": "/oauth2PermissionGrants", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -91589,15 +91745,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", - "Uri": "/oauth2PermissionGrants/delta", - "Command": "Get-MgOauth2PermissionGrantDelta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Command": "Get-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -91620,15 +91776,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", - "Uri": "/oauth2PermissionGrants/delta", "Command": "Get-MgOauth2PermissionGrantDelta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -91651,15 +91807,15 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrantDelta", + "Uri": "/oauth2PermissionGrants/delta", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Command": "Get-MgOnPremisePublishingProfile", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Variants": [ "Get", "GetViaIdentity" @@ -91669,27 +91825,27 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles", "Command": "Get-MgOnPremisePublishingProfile", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Command": "Get-MgOnPremisePublishingProfileAgent", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Get-MgOnPremisePublishingProfile", + "Uri": "/onPremisesPublishingProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -91699,15 +91855,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "Command": "Get-MgOnPremisePublishingProfileAgent", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -91716,15 +91872,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Command": "Get-MgOnPremisePublishingProfileAgentGroup", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "Get-MgOnPremisePublishingProfileAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -91734,15 +91890,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "Command": "Get-MgOnPremisePublishingProfileAgentGroup", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1", @@ -91753,238 +91909,238 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Get-MgOnPremisePublishingProfileAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupByRef", - "OutputType": null, + "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Get-MgOnPremisePublishingProfileAgentGroupByRef", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPublishedResource", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource", - "OutputType": "IMicrosoftGraphPublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", + "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "OutputType": null, - "Variants": [ - "List" - ], - "Permissions": [] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "Command": "Get-MgOnPremisePublishingProfileConnector", - "OutputType": "IMicrosoftGraphConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnector", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "Command": "Get-MgOnPremisePublishingProfileConnector", - "OutputType": "IMicrosoftGraphConnector", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnector", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroup", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "Get-MgOnPremisePublishingProfileConnector", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "Command": "Get-MgOnPremisePublishingProfileConnectorGroup", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Command": "Get-MgOnPremisePublishingProfileConnectorGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", - "OutputType": null, + "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnector", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMember", - "OutputType": "IMicrosoftGraphConnector", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMemberByRef", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOf", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOfByRef", - "OutputType": null, - "Variants": [ - "List" - ], - "Permissions": [] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Command": "Get-MgOnPremisePublishingProfilePublishedResource", - "OutputType": "IMicrosoftGraphPublishedResource", "Variants": [ "Get", "GetViaIdentity" @@ -91994,15 +92150,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPublishedResource", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", "Command": "Get-MgOnPremisePublishingProfilePublishedResource", - "OutputType": "IMicrosoftGraphPublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -92011,39 +92167,39 @@ "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 - } + }, + "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", + "Command": "Get-MgOnPremisePublishingProfilePublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroup", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "OutputType": null, - "Variants": [ - "List" - ], - "Permissions": [] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}", - "Command": "Get-MgOrganization", - "OutputType": "IMicrosoftGraphOrganization", "Variants": [ "Get", "GetViaIdentity" @@ -92073,15 +92229,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganization", "Method": "GET", - "Uri": "/organization", "Command": "Get-MgOrganization", - "OutputType": "IMicrosoftGraphOrganization", + "Uri": "/organization/{organization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -92140,15 +92296,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganization", "Method": "GET", - "Uri": "/organization", "Command": "Get-MgOrganization", - "OutputType": "IMicrosoftGraphOrganization1", + "Uri": "/organization", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -92207,15 +92363,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganization1", "Method": "GET", - "Uri": "/organization/{organization-id}", "Command": "Get-MgOrganization", - "OutputType": "IMicrosoftGraphOrganization1", + "Uri": "/organization", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -92245,15 +92401,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganization1", "Method": "GET", - "Uri": "/organization/{organization-id}/branding", - "Command": "Get-MgOrganizationBranding", - "OutputType": "IMicrosoftGraphOrganizationalBranding1", + "Command": "Get-MgOrganization", + "Uri": "/organization/{organization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -92277,15 +92433,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganizationalBranding1", "Method": "GET", - "Uri": "/organization/{organization-id}/branding", "Command": "Get-MgOrganizationBranding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Uri": "/organization/{organization-id}/branding", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -92309,106 +92465,106 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Method": "GET", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Command": "Get-MgOrganizationBrandingBackgroundImage", - "OutputType": null, + "Command": "Get-MgOrganizationBranding", + "Uri": "/organization/{organization-id}/branding", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/backgroundImage", "Command": "Get-MgOrganizationBrandingBackgroundImage", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Command": "Get-MgOrganizationBrandingBannerLogo", "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingBackgroundImage", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/bannerLogo", "Command": "Get-MgOrganizationBrandingBannerLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingBannerLogo", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/customCSS", "Command": "Get-MgOrganizationBrandingCustomCss", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/favicon", "Command": "Get-MgOrganizationBrandingFavicon", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/headerLogo", "Command": "Get-MgOrganizationBrandingHeaderLogo", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Command": "Get-MgOrganizationBrandingLocalization", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Variants": [ "Get", "GetViaIdentity" @@ -92432,15 +92588,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations", "Command": "Get-MgOrganizationBrandingLocalization", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -92463,15 +92619,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations", "Command": "Get-MgOrganizationBrandingLocalization", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -92494,15 +92650,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Command": "Get-MgOrganizationBrandingLocalization", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -92526,210 +92682,210 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "Command": "Get-MgOrganizationBrandingLocalizationFavicon", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Command": "Get-MgOrganizationBrandingSquareLogo", "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/branding/squareLogo", "Command": "Get-MgOrganizationBrandingSquareLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Command": "Get-MgOrganizationBrandingSquareLogoDark", "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/getByIds", - "Command": "Get-MgOrganizationById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/organization/getByIds", "Command": "Get-MgOrganizationById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/organization/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgOrganizationById", + "Uri": "/organization/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Variants": [ "Get", "GetViaIdentity" @@ -92747,15 +92903,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -92772,15 +92928,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -92797,15 +92953,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -92823,125 +92979,125 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Command": "Get-MgOrganizationExtension", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/organization/{organization-id}/extensions", "Command": "Get-MgOrganizationExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/organization/{organization-id}/extensions", "Command": "Get-MgOrganizationExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/organization/{organization-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Command": "Get-MgOrganizationExtension", - "OutputType": null, + "Uri": "/organization/{organization-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberGroups", - "Command": "Get-MgOrganizationMemberGroup", "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberGroups", "Command": "Get-MgOrganizationMemberGroup", - "OutputType": null, + "Uri": "/organization/{organization-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberObjects", - "Command": "Get-MgOrganizationMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgOrganizationMemberGroup", + "Uri": "/organization/{organization-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberObjects", "Command": "Get-MgOrganizationMemberObject", - "OutputType": null, + "Uri": "/organization/{organization-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgOrganizationMemberObject", + "Uri": "/organization/{organization-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/settings", - "Command": "Get-MgOrganizationSetting", - "OutputType": "IMicrosoftGraphOrganizationSettings", "Variants": [ "Get", "GetViaIdentity" @@ -92959,15 +93115,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganizationSettings", "Method": "GET", - "Uri": "/organization/{organization-id}/settings/contactInsights", - "Command": "Get-MgOrganizationSettingContactInsight", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Command": "Get-MgOrganizationSetting", + "Uri": "/organization/{organization-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -92985,15 +93141,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/organization/{organization-id}/settings/itemInsights", - "Command": "Get-MgOrganizationSettingItemInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", + "Command": "Get-MgOrganizationSettingContactInsight", + "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93011,15 +93167,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInsightsSettings", "Method": "GET", - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Command": "Get-MgOrganizationSettingMicrosoftApplicationDataAccess", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Command": "Get-MgOrganizationSettingItemInsight", + "Uri": "/organization/{organization-id}/settings/itemInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93037,15 +93193,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Method": "GET", - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Command": "Get-MgOrganizationSettingPersonInsight", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Command": "Get-MgOrganizationSettingMicrosoftApplicationDataAccess", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93063,15 +93219,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInsightsSettings", "Method": "GET", - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", - "Command": "Get-MgOrganizationSettingProfileCardProperty", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "Get-MgOrganizationSettingPersonInsight", + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93089,15 +93245,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfileCardProperty", "Method": "GET", - "Uri": "/organization/{organization-id}/settings/profileCardProperties", "Command": "Get-MgOrganizationSettingProfileCardProperty", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93114,15 +93270,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfileCardProperty", "Method": "GET", - "Uri": "/organization/{organization-id}/settings/pronouns", - "Command": "Get-MgOrganizationSettingPronoun", - "OutputType": "IMicrosoftGraphPronounsSettings", + "Command": "Get-MgOrganizationSettingProfileCardProperty", + "Uri": "/organization/{organization-id}/settings/profileCardProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93140,41 +93296,41 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "GET", + "Command": "Get-MgOrganizationSettingPronoun", + "Uri": "/organization/{organization-id}/settings/pronouns", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/getUserOwnedObjects", - "Command": "Get-MgOrganizationUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgOrganizationUserOwnedObject", + "Uri": "/organization/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/places/{place-id}/room", - "Command": "Get-MgPlaceAsRoom", - "OutputType": "IMicrosoftGraphRoom", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoom", "Method": "GET", - "Uri": "/places/room", "Command": "Get-MgPlaceAsRoom", - "OutputType": "IMicrosoftGraphRoom", + "Uri": "/places/{place-id}/room", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93183,15 +93339,15 @@ "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoom", "Method": "GET", - "Uri": "/places/room", "Command": "Get-MgPlaceAsRoom", - "OutputType": "IMicrosoftGraphRoom1", + "Uri": "/places/room", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -93200,52 +93356,52 @@ "Description": "Read all company places", "FullDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoom1", "Method": "GET", - "Uri": "/places/{place-id}/room", "Command": "Get-MgPlaceAsRoom", - "OutputType": "IMicrosoftGraphRoom1", + "Uri": "/places/room", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphRoom1", + "Method": "GET", + "Command": "Get-MgPlaceAsRoom", + "Uri": "/places/{place-id}/room", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/planner", - "Command": "Get-MgPlanner", - "OutputType": "IMicrosoftGraphPlanner", "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlanner", "Method": "GET", - "Uri": "/planner", "Command": "Get-MgPlanner", - "OutputType": "IMicrosoftGraphPlanner1", + "Uri": "/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlanner1", "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}", - "Command": "Get-MgPlannerBucket", - "OutputType": "IMicrosoftGraphPlannerBucket1", + "Command": "Get-MgPlanner", + "Uri": "/planner", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -93275,15 +93431,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", - "Uri": "/planner/buckets", "Command": "Get-MgPlannerBucket", - "OutputType": "IMicrosoftGraphPlannerBucket1", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -93312,15 +93468,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", - "Uri": "/planner/buckets", "Command": "Get-MgPlannerBucket", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Uri": "/planner/buckets", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93349,15 +93505,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}", "Command": "Get-MgPlannerBucket", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Uri": "/planner/buckets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93387,15 +93543,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", - "Uri": "/planner/buckets/delta", - "Command": "Get-MgPlannerBucketDelta", - "OutputType": "IMicrosoftGraphPlannerBucket1", + "Command": "Get-MgPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -93424,15 +93580,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "Command": "Get-MgPlannerBucketTask", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "Get-MgPlannerBucketDelta", + "Uri": "/planner/buckets/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -93461,15 +93617,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Command": "Get-MgPlannerBucketTask", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93498,15 +93654,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}", - "Command": "Get-MgPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Command": "Get-MgPlannerBucketTask", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -93536,15 +93692,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/planner/plans", "Command": "Get-MgPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -93573,15 +93729,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/planner/plans", "Command": "Get-MgPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Uri": "/planner/plans", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93610,15 +93766,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}", "Command": "Get-MgPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Uri": "/planner/plans", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93648,15 +93804,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "Command": "Get-MgPlannerPlanBucket", - "OutputType": "IMicrosoftGraphPlannerBucket1", + "Command": "Get-MgPlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -93685,15 +93841,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/buckets", "Command": "Get-MgPlannerPlanBucket", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93722,15 +93878,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", - "Uri": "/planner/plans/delta", - "Command": "Get-MgPlannerPlanDelta", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Command": "Get-MgPlannerPlanBucket", + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -93759,15 +93915,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/details", - "Command": "Get-MgPlannerPlanDetail", - "OutputType": "IMicrosoftGraphPlannerPlanDetails1", + "Command": "Get-MgPlannerPlanDelta", + "Uri": "/planner/plans/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -93797,15 +93953,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlanDetails1", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/details", "Command": "Get-MgPlannerPlanDetail", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93835,15 +93991,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "Command": "Get-MgPlannerPlanTask", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "Get-MgPlannerPlanDetail", + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -93872,15 +94028,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/tasks", "Command": "Get-MgPlannerPlanTask", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93909,15 +94065,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}", - "Command": "Get-MgPlannerRoster", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Command": "Get-MgPlannerPlanTask", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93935,27 +94091,27 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerRoster", "Method": "GET", - "Uri": "/planner/rosters", "Command": "Get-MgPlannerRoster", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerRoster", "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Command": "Get-MgPlannerRosterMember", - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Command": "Get-MgPlannerRoster", + "Uri": "/planner/rosters", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -93973,15 +94129,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/members", "Command": "Get-MgPlannerRosterMember", - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -93998,28 +94154,28 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", - "Command": "Get-MgPlannerRosterPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Command": "Get-MgPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/plans", "Command": "Get-MgPlannerRosterPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -94036,15 +94192,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}", - "Command": "Get-MgPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "Get-MgPlannerRosterPlan", + "Uri": "/planner/rosters/{plannerRoster-id}/plans", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -94074,15 +94230,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/planner/tasks", "Command": "Get-MgPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -94111,15 +94267,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/planner/tasks", "Command": "Get-MgPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/planner/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -94148,15 +94304,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}", "Command": "Get-MgPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/planner/tasks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -94186,15 +94342,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat1", + "Command": "Get-MgPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -94224,15 +94380,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat1", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -94262,15 +94418,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat1", + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -94300,15 +94456,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat1", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -94338,15 +94494,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Method": "GET", - "Uri": "/planner/tasks/delta", - "Command": "Get-MgPlannerTaskDelta", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -94375,15 +94531,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Command": "Get-MgPlannerTaskDetail", - "OutputType": "IMicrosoftGraphPlannerTaskDetails1", + "Command": "Get-MgPlannerTaskDelta", + "Uri": "/planner/tasks/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -94413,15 +94569,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTaskDetails1", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/details", "Command": "Get-MgPlannerTaskDetail", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -94451,15 +94607,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat1", + "Command": "Get-MgPlannerTaskDetail", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -94489,15 +94645,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat1", "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -94527,15 +94683,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/policies/accessReviewPolicy", - "Command": "Get-MgPolicyAccessReviewPolicy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Variants": [ "Get" ], @@ -94552,15 +94708,15 @@ "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", + "Command": "Get-MgPolicyAccessReviewPolicy", + "Uri": "/policies/accessReviewPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -94578,15 +94734,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -94603,15 +94759,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -94628,15 +94784,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -94654,15 +94810,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Method": "GET", - "Uri": "/policies/adminConsentRequestPolicy", - "Command": "Get-MgPolicyAdminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy1", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -94691,15 +94847,15 @@ "FullDescription": "Allows the app to read and write your organization's consent request policy on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy1", "Method": "GET", - "Uri": "/policies/adminConsentRequestPolicy", "Command": "Get-MgPolicyAdminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Uri": "/policies/adminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -94728,15 +94884,15 @@ "FullDescription": "Allows the app to read and write your organization's consent request policy on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Command": "Get-MgPolicyAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "Uri": "/policies/adminConsentRequestPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -94754,15 +94910,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Method": "GET", - "Uri": "/policies/appManagementPolicies", "Command": "Get-MgPolicyAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -94779,15 +94935,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Method": "GET", - "Uri": "/policies/appManagementPolicies", "Command": "Get-MgPolicyAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Uri": "/policies/appManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -94804,15 +94960,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Command": "Get-MgPolicyAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Uri": "/policies/appManagementPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -94830,28 +94986,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -94874,15 +95030,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -94905,28 +95061,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/policies/authenticationFlowsPolicy", - "Command": "Get-MgPolicyAuthenticationFlowPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -94943,15 +95099,15 @@ "FullDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Method": "GET", - "Uri": "/policies/authenticationFlowsPolicy", "Command": "Get-MgPolicyAuthenticationFlowPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Uri": "/policies/authenticationFlowsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -94968,15 +95124,15 @@ "FullDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy", - "Command": "Get-MgPolicyAuthenticationMethodPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy1", + "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "Uri": "/policies/authenticationFlowsPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -94985,15 +95141,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy1", "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy", "Command": "Get-MgPolicyAuthenticationMethodPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -95002,65 +95158,65 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgPolicyAuthenticationMethodPolicy", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -95084,15 +95240,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -95115,15 +95271,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -95146,15 +95302,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -95178,78 +95334,78 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Command": "Get-MgPolicyAuthorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy1", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Method": "GET", - "Uri": "/policies/authorizationPolicy", "Command": "Get-MgPolicyAuthorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy1", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -95266,15 +95422,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Method": "GET", - "Uri": "/policies/authorizationPolicy", "Command": "Get-MgPolicyAuthorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Uri": "/policies/authorizationPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -95291,40 +95447,40 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Method": "GET", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Command": "Get-MgPolicyAuthorizationPolicy", + "Uri": "/policies/authorizationPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Method": "GET", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Method": "GET", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Command": "Get-MgPolicyB2CAuthenticationMethodPolicy", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -95333,15 +95489,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Command": "Get-MgPolicyClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", + "Command": "Get-MgPolicyB2CAuthenticationMethodPolicy", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -95359,15 +95515,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "GET", - "Uri": "/policies/claimsMappingPolicies", "Command": "Get-MgPolicyClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -95384,15 +95540,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "GET", - "Uri": "/policies/claimsMappingPolicies", "Command": "Get-MgPolicyClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Uri": "/policies/claimsMappingPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -95409,15 +95565,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Command": "Get-MgPolicyClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Uri": "/policies/claimsMappingPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -95435,15 +95591,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy", - "Command": "Get-MgPolicyCrossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy1", + "Command": "Get-MgPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -95460,15 +95616,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy1", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy", "Command": "Get-MgPolicyCrossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Uri": "/policies/crossTenantAccessPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -95485,15 +95641,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/default", - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault1", + "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "Uri": "/policies/crossTenantAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -95510,15 +95666,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault1", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/default", "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -95535,15 +95691,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -95561,15 +95717,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -95586,15 +95742,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -95611,15 +95767,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -95637,15 +95793,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -95663,15 +95819,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", "Method": "GET", - "Uri": "/policies/defaultAppManagementPolicy", - "Command": "Get-MgPolicyDefaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy1", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -95688,15 +95844,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy1", "Method": "GET", - "Uri": "/policies/defaultAppManagementPolicy", "Command": "Get-MgPolicyDefaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Uri": "/policies/defaultAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -95713,15 +95869,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Method": "GET", - "Uri": "/policies/deviceRegistrationPolicy", - "Command": "Get-MgPolicyDeviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "Uri": "/policies/defaultAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -95738,27 +95894,27 @@ "FullDescription": "Allows the app to read and write your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Method": "GET", - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Command": "Get-MgPolicyDirectoryRoleAccessReviewPolicy", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Command": "Get-MgPolicyDeviceRegistrationPolicy", + "Uri": "/policies/deviceRegistrationPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", "Method": "GET", - "Uri": "/policies/externalIdentitiesPolicy", - "Command": "Get-MgPolicyExternalIdentityPolicy", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Command": "Get-MgPolicyDirectoryRoleAccessReviewPolicy", + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -95775,15 +95931,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Command": "Get-MgPolicyFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", + "Command": "Get-MgPolicyExternalIdentityPolicy", + "Uri": "/policies/externalIdentitiesPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -95793,15 +95949,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Method": "GET", - "Uri": "/policies/featureRolloutPolicies", "Command": "Get-MgPolicyFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -95810,15 +95966,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Method": "GET", - "Uri": "/policies/featureRolloutPolicies", "Command": "Get-MgPolicyFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Uri": "/policies/featureRolloutPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -95827,15 +95983,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Command": "Get-MgPolicyFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Uri": "/policies/featureRolloutPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -95845,149 +96001,149 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyFeatureRolloutPolicy", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getAvailableExtensionProperties", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToAvailableExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToAvailableExtensionProperty", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getAvailableExtensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", - "OutputType": null, "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", - "OutputType": null, + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToUserOwnedObject", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Variants": [ "Get", "GetViaIdentity" @@ -96005,15 +96161,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96030,15 +96186,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -96055,15 +96211,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -96081,15 +96237,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy1", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -96098,15 +96254,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy1", "Method": "GET", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -96115,15 +96271,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Command": "Get-MgPolicyMobileAppManagementPolicy", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -96141,15 +96297,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies", "Command": "Get-MgPolicyMobileAppManagementPolicy", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96166,15 +96322,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgPolicyMobileAppManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96191,15 +96347,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", - "OutputType": null, + "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroup", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96216,15 +96372,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Command": "Get-MgPolicyMobileDeviceManagementPolicy", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -96242,15 +96398,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies", "Command": "Get-MgPolicyMobileDeviceManagementPolicy", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96267,15 +96423,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96292,15 +96448,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "OutputType": null, + "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroup", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96317,15 +96473,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Command": "Get-MgPolicyPermissionGrantPolicy", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", + "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -96343,15 +96499,15 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies", "Command": "Get-MgPolicyPermissionGrantPolicy", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96368,15 +96524,15 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies", "Command": "Get-MgPolicyPermissionGrantPolicy", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -96393,15 +96549,15 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Command": "Get-MgPolicyPermissionGrantPolicy", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -96419,28 +96575,28 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Command": "Get-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96457,15 +96613,15 @@ "FullDescription": "Allows the app to read policies related to consent and permission grants for applications, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -96482,41 +96638,41 @@ "FullDescription": "Allows the app to read policies related to consent and permission grants for applications, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96533,15 +96689,15 @@ "FullDescription": "Allows the app to read policies related to consent and permission grants for applications, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -96558,28 +96714,28 @@ "FullDescription": "Allows the app to read policies related to consent and permission grants for applications, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Command": "Get-MgPolicyRoleManagementPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -96615,15 +96771,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "GET", - "Uri": "/policies/roleManagementPolicies", "Command": "Get-MgPolicyRoleManagementPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96658,15 +96814,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "GET", - "Uri": "/policies/roleManagementPolicies", "Command": "Get-MgPolicyRoleManagementPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -96701,15 +96857,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Command": "Get-MgPolicyRoleManagementPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -96745,15 +96901,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", + "Command": "Get-MgPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -96789,15 +96945,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -96832,15 +96988,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -96875,15 +97031,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -96919,54 +97075,54 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -97001,15 +97157,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -97044,28 +97200,28 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Command": "Get-MgPolicyRoleManagementPolicyRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -97101,15 +97257,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Command": "Get-MgPolicyRoleManagementPolicyRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -97144,15 +97300,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Command": "Get-MgPolicyRoleManagementPolicyRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -97187,15 +97343,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Command": "Get-MgPolicyRoleManagementPolicyRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -97231,90 +97387,90 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Command": "Get-MgPolicyServicePrincipalCreationPolicy", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies", "Command": "Get-MgPolicyServicePrincipalCreationPolicy", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "Get-MgPolicyServicePrincipalCreationPolicy", + "Uri": "/policies/servicePrincipalCreationPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", + "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Command": "Get-MgPolicyTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -97332,15 +97488,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies", "Command": "Get-MgPolicyTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -97357,15 +97513,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies", "Command": "Get-MgPolicyTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -97382,15 +97538,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Command": "Get-MgPolicyTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -97408,15 +97564,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Command": "Get-MgPolicyTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Command": "Get-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -97434,15 +97590,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies", "Command": "Get-MgPolicyTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -97459,15 +97615,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies", "Command": "Get-MgPolicyTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -97484,15 +97640,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Command": "Get-MgPolicyTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -97510,39 +97666,39 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/print", - "Command": "Get-MgPrint", - "OutputType": "IMicrosoftGraphPrint1", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrint1", "Method": "GET", - "Uri": "/print", "Command": "Get-MgPrint", - "OutputType": "IMicrosoftGraphPrint", + "Uri": "/print", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrint", "Method": "GET", - "Uri": "/print/connectors/{printConnector-id}", - "Command": "Get-MgPrintConnector", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "Get-MgPrint", + "Uri": "/print", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -97560,15 +97716,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", - "Uri": "/print/connectors", "Command": "Get-MgPrintConnector", - "OutputType": "IMicrosoftGraphPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -97585,15 +97741,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", - "Uri": "/print/connectors", "Command": "Get-MgPrintConnector", - "OutputType": "IMicrosoftGraphPrintConnector1", + "Uri": "/print/connectors", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -97610,15 +97766,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", - "Uri": "/print/connectors/{printConnector-id}", "Command": "Get-MgPrintConnector", - "OutputType": "IMicrosoftGraphPrintConnector1", + "Uri": "/print/connectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -97636,15 +97792,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", - "Uri": "/print/operations/{printOperation-id}", - "Command": "Get-MgPrintOperation", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Get-MgPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -97668,39 +97824,39 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", - "Uri": "/print/operations", "Command": "Get-MgPrintOperation", - "OutputType": "IMicrosoftGraphPrintOperation", + "Uri": "/print/operations/{printOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", - "Uri": "/print/operations", "Command": "Get-MgPrintOperation", - "OutputType": "IMicrosoftGraphPrintOperation", + "Uri": "/print/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", - "Uri": "/print/operations/{printOperation-id}", "Command": "Get-MgPrintOperation", - "OutputType": "IMicrosoftGraphPrintOperation", + "Uri": "/print/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -97724,15 +97880,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", - "Uri": "/print/printers/{printer-id}", - "Command": "Get-MgPrintPrinter", - "OutputType": "IMicrosoftGraphPrinter1", + "Command": "Get-MgPrintOperation", + "Uri": "/print/operations/{printOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -97774,15 +97930,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", - "Uri": "/print/printers", "Command": "Get-MgPrintPrinter", - "OutputType": "IMicrosoftGraphPrinter1", + "Uri": "/print/printers/{printer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -97805,15 +97961,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", - "Uri": "/print/printers", "Command": "Get-MgPrintPrinter", - "OutputType": "IMicrosoftGraphPrinter", + "Uri": "/print/printers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -97836,15 +97992,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinter", "Method": "GET", - "Uri": "/print/printers/{printer-id}", "Command": "Get-MgPrintPrinter", - "OutputType": "IMicrosoftGraphPrinter", + "Uri": "/print/printers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -97886,15 +98042,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinter", "Method": "GET", - "Uri": "/print/printers/{printer-id}/getCapabilities", - "Command": "Get-MgPrintPrinterCapability", - "OutputType": "IMicrosoftGraphPrinterCapabilities1", + "Command": "Get-MgPrintPrinter", + "Uri": "/print/printers/{printer-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -97918,28 +98074,28 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinterCapabilities1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "Command": "Get-MgPrintPrinterConnector", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "Get-MgPrintPrinterCapability", + "Uri": "/print/printers/{printer-id}/getCapabilities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors", "Command": "Get-MgPrintPrinterConnector", - "OutputType": "IMicrosoftGraphPrintConnector", + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -97956,15 +98112,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors", "Command": "Get-MgPrintPrinterConnector", - "OutputType": "IMicrosoftGraphPrintConnector1", + "Uri": "/print/printers/{printer-id}/connectors", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -97981,28 +98137,28 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "Command": "Get-MgPrintPrinterConnector", - "OutputType": "IMicrosoftGraphPrintConnector1", + "Uri": "/print/printers/{printer-id}/connectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/share", - "Command": "Get-MgPrintPrinterShare", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Get-MgPrintPrinterConnector", + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "Get2", @@ -98011,15 +98167,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", - "Uri": "/print/printers/{printer-id}/shares", "Command": "Get-MgPrintPrinterShare", - "OutputType": "IMicrosoftGraphPrinterShare", + "Uri": "/print/printers/{printer-id}/share", + "ApiVersion": "beta" + }, + { "Variants": [ "List1", "List2" @@ -98043,15 +98199,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", - "Uri": "/print/printers/{printer-id}/shares", "Command": "Get-MgPrintPrinterShare", - "OutputType": "IMicrosoftGraphPrinterShare1", + "Uri": "/print/printers/{printer-id}/shares", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -98074,15 +98230,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", "Command": "Get-MgPrintPrinterShare", - "OutputType": "IMicrosoftGraphPrinterShare1", + "Uri": "/print/printers/{printer-id}/shares", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -98106,89 +98262,89 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] + ], + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare1", + "Method": "GET", + "Command": "Get-MgPrintPrinterShare", + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", "Command": "Get-MgPrintPrinterShareAllowedGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "Command": "Get-MgPrintPrinterShareAllowedGroupByRef", - "OutputType": null, + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", "Command": "Get-MgPrintPrinterShareAllowedUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "Command": "Get-MgPrintPrinterShareAllowedUserByRef", - "OutputType": null, - "Variants": [ - "List" - ], - "Permissions": [] + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiVersion": "beta" }, { - "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Command": "Get-MgPrintPrinterShareAllowedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings", "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/printer", - "Command": "Get-MgPrintPrinterSharePrinter", - "OutputType": "IMicrosoftGraphPrinter1", + "Command": "Get-MgPrintPrinterShareAllowedUserMailboxSetting", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Command": "Get-MgPrintPrinterTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", + "Command": "Get-MgPrintPrinterSharePrinter", + "Uri": "/print/printerShares/{printerShare-id}/printer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -98212,15 +98368,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers", "Command": "Get-MgPrintPrinterTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -98243,15 +98399,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers", "Command": "Get-MgPrintPrinterTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -98274,15 +98430,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Command": "Get-MgPrintPrinterTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -98306,41 +98462,41 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "Command": "Get-MgPrintPrinterTaskTriggerDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", + "Command": "Get-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "Command": "Get-MgPrintPrinterTaskTriggerDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "GET", - "Uri": "/print/services/{printService-id}", - "Command": "Get-MgPrintService", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -98460,15 +98616,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintService", "Method": "GET", - "Uri": "/print/services", "Command": "Get-MgPrintService", - "OutputType": "IMicrosoftGraphPrintService", + "Uri": "/print/services/{printService-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -98587,15 +98743,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintService", "Method": "GET", - "Uri": "/print/services", "Command": "Get-MgPrintService", - "OutputType": "IMicrosoftGraphPrintService1", + "Uri": "/print/services", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -98714,15 +98870,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintService1", "Method": "GET", - "Uri": "/print/services/{printService-id}", "Command": "Get-MgPrintService", - "OutputType": "IMicrosoftGraphPrintService1", + "Uri": "/print/services", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -98842,15 +98998,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintService1", "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Command": "Get-MgPrintServiceEndpoint", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Command": "Get-MgPrintService", + "Uri": "/print/services/{printService-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -98970,15 +99126,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints", "Command": "Get-MgPrintServiceEndpoint", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -99097,15 +99253,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints", "Command": "Get-MgPrintServiceEndpoint", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", + "Uri": "/print/services/{printService-id}/endpoints", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -99224,15 +99380,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Command": "Get-MgPrintServiceEndpoint", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", + "Uri": "/print/services/{printService-id}/endpoints", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -99352,15 +99508,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}", - "Command": "Get-MgPrintShare", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Get-MgPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -99384,15 +99540,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", - "Uri": "/print/shares", "Command": "Get-MgPrintShare", - "OutputType": "IMicrosoftGraphPrinterShare", + "Uri": "/print/shares/{printerShare-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -99415,15 +99571,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", - "Uri": "/print/shares", "Command": "Get-MgPrintShare", - "OutputType": "IMicrosoftGraphPrinterShare1", + "Uri": "/print/shares", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -99446,15 +99602,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}", "Command": "Get-MgPrintShare", - "OutputType": "IMicrosoftGraphPrinterShare1", + "Uri": "/print/shares", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -99478,15 +99634,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "Command": "Get-MgPrintShareAllowedGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgPrintShare", + "Uri": "/print/shares/{printerShare-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -99503,15 +99659,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups", "Command": "Get-MgPrintShareAllowedGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -99528,15 +99684,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Command": "Get-MgPrintShareAllowedGroupByRef", - "OutputType": null, + "Command": "Get-MgPrintShareAllowedGroup", + "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -99553,15 +99709,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Command": "Get-MgPrintShareAllowedGroupByRef", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -99578,15 +99734,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "Command": "Get-MgPrintShareAllowedUser", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgPrintShareAllowedGroupByRef", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -99603,15 +99759,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers", "Command": "Get-MgPrintShareAllowedUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -99628,15 +99784,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Command": "Get-MgPrintShareAllowedUserByRef", - "OutputType": null, + "Command": "Get-MgPrintShareAllowedUser", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -99653,15 +99809,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Command": "Get-MgPrintShareAllowedUserByRef", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -99678,41 +99834,41 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Command": "Get-MgPrintShareAllowedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgPrintShareAllowedUserByRef", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailboxSettings", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "Command": "Get-MgPrintShareAllowedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/printer", - "Command": "Get-MgPrintSharePrinter", - "OutputType": "IMicrosoftGraphPrinter1", + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -99736,15 +99892,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/printer", "Command": "Get-MgPrintSharePrinter", - "OutputType": "IMicrosoftGraphPrinter", + "Uri": "/print/shares/{printerShare-id}/printer", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -99768,772 +99924,772 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinter", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Command": "Get-MgPrintTaskDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", + "Command": "Get-MgPrintSharePrinter", + "Uri": "/print/shares/{printerShare-id}/printer", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "GET", - "Uri": "/print/taskDefinitions", "Command": "Get-MgPrintTaskDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "GET", - "Uri": "/print/taskDefinitions", "Command": "Get-MgPrintTaskDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Uri": "/print/taskDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Command": "Get-MgPrintTaskDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Uri": "/print/taskDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Command": "Get-MgPrintTaskDefinitionTask", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintTaskDefinition", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTask", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Command": "Get-MgPrintTaskDefinitionTask", - "OutputType": "IMicrosoftGraphPrintTask", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTask", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Command": "Get-MgPrintTaskDefinitionTask", - "OutputType": "IMicrosoftGraphPrintTask1", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTask1", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Command": "Get-MgPrintTaskDefinitionTask", - "OutputType": "IMicrosoftGraphPrintTask1", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTask1", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "Command": "Get-MgPrintTaskDefinitionTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", + "Command": "Get-MgPrintTaskDefinitionTask", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "Command": "Get-MgPrintTaskDefinitionTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "Command": "Get-MgPrivilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccess", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Method": "GET", - "Uri": "/privilegedAccess", "Command": "Get-MgPrivilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "Command": "Get-MgPrivilegedAccessResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgPrivilegedAccess", + "Uri": "/privilegedAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "Command": "Get-MgPrivilegedAccessResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", - "Command": "Get-MgPrivilegedAccessResourceParent", "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgPrivilegedAccessResourceParent", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "Command": "Get-MgPrivilegedAccessResourceRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessResourceRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentSubject", - "OutputType": "IMicrosoftGraphGovernanceSubject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Command": "Get-MgPrivilegedAccessResourceRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "Command": "Get-MgPrivilegedAccessResourceRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgPrivilegedAccessResourceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "Command": "Get-MgPrivilegedAccessResourceRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "Command": "Get-MgPrivilegedAccessResourceRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingResource", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Command": "Get-MgPrivilegedAccessResourceRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessResourceRoleSettingResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "Command": "Get-MgPrivilegedAccessRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "Command": "Get-MgPrivilegedAccessRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "Command": "Get-MgPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Get-MgPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestSubject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "Command": "Get-MgPrivilegedAccessRoleAssignmentResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Command": "Get-MgPrivilegedAccessRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Command": "Get-MgPrivilegedAccessRoleAssignmentSubject", - "OutputType": "IMicrosoftGraphGovernanceSubject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Command": "Get-MgPrivilegedAccessRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "Command": "Get-MgPrivilegedAccessRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "Command": "Get-MgPrivilegedAccessRoleDefinitionResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgPrivilegedAccessRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "Command": "Get-MgPrivilegedAccessRoleDefinitionRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgPrivilegedAccessRoleDefinitionResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "Command": "Get-MgPrivilegedAccessRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgPrivilegedAccessRoleDefinitionRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "Command": "Get-MgPrivilegedAccessRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", - "Command": "Get-MgPrivilegedAccessRoleSettingResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgPrivilegedAccessRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Command": "Get-MgPrivilegedAccessRoleSettingRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgPrivilegedAccessRoleSettingResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Command": "Get-MgPrivilegedApproval", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Command": "Get-MgPrivilegedAccessRoleSettingRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -100543,15 +100699,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "GET", - "Uri": "/privilegedApproval", "Command": "Get-MgPrivilegedApproval", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -100560,105 +100716,105 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/request", - "Command": "Get-MgPrivilegedApprovalRequest", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Get-MgPrivilegedApproval", + "Uri": "/privilegedApproval", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "Command": "Get-MgPrivilegedApprovalRoleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgPrivilegedApprovalRequest", + "Uri": "/privilegedApproval/{privilegedApproval-id}/request", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgPrivilegedApprovalRoleInfo", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Command": "Get-MgPrivilegedApprovalRoleInfoSetting", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Command": "Get-MgPrivilegedApprovalRoleInfoSummary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgPrivilegedApprovalRoleInfoSetting", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "Command": "Get-MgPrivilegedOperationEvent", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Command": "Get-MgPrivilegedApprovalRoleInfoSummary", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Method": "GET", - "Uri": "/privilegedOperationEvents", "Command": "Get-MgPrivilegedOperationEvent", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -100667,15 +100823,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Method": "GET", - "Uri": "/privilegedRoles/{privilegedRole-id}", - "Command": "Get-MgPrivilegedRole", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgPrivilegedOperationEvent", + "Uri": "/privilegedOperationEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -100685,15 +100841,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", - "Uri": "/privilegedRoles", "Command": "Get-MgPrivilegedRole", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -100702,28 +100858,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "Command": "Get-MgPrivilegedRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Get-MgPrivilegedRole", + "Uri": "/privilegedRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests", "Command": "Get-MgPrivilegedRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -100740,79 +100896,79 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgPrivilegedRoleAssignmentRequest", + "Uri": "/privilegedRoleAssignmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfo", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -100822,66 +100978,66 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfo", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSetting", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSummary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSetting", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Command": "Get-MgPrivilegedRoleRoleAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSummary", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -100893,15 +101049,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedRoleAssignments", "Command": "Get-MgPrivilegedRoleRoleAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -100911,15 +101067,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "Command": "Get-MgPrivilegedRoleSetting", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgPrivilegedRoleRoleAssignment", + "Uri": "/privilegedRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -100929,41 +101085,41 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "Command": "Get-MgPrivilegedRoleSummary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgPrivilegedRoleSetting", + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", - "Uri": "/programs/{program-id}", - "Command": "Get-MgProgram", - "OutputType": "IMicrosoftGraphProgram", + "Command": "Get-MgPrivilegedRoleSummary", + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgram", "Method": "GET", - "Uri": "/programs", "Command": "Get-MgProgram", - "OutputType": "IMicrosoftGraphProgram", + "Uri": "/programs/{program-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -100980,15 +101136,15 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgram", "Method": "GET", - "Uri": "/programControls/{programControl-id}", - "Command": "Get-MgProgramControl", - "OutputType": "IMicrosoftGraphProgramControl", + "Command": "Get-MgProgram", + "Uri": "/programs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -100997,15 +101153,15 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgramControl", "Method": "GET", - "Uri": "/programControls", "Command": "Get-MgProgramControl", - "OutputType": "IMicrosoftGraphProgramControl", + "Uri": "/programControls/{programControl-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1", @@ -101024,43 +101180,43 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgramControl", "Method": "GET", - "Uri": "/programControls/{programControl-id}/program", - "Command": "Get-MgProgramControlProgram", - "OutputType": "IMicrosoftGraphProgram", + "Command": "Get-MgProgramControl", + "Uri": "/programControls", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgram", "Method": "GET", - "Uri": "/programControlTypes/{programControlType-id}", - "Command": "Get-MgProgramControlType", - "OutputType": "IMicrosoftGraphProgramControlType", + "Command": "Get-MgProgramControlProgram", + "Uri": "/programControls/{programControl-id}/program", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgramControlType", "Method": "GET", - "Uri": "/programControlTypes", "Command": "Get-MgProgramControlType", - "OutputType": "IMicrosoftGraphProgramControlType", + "Uri": "/programControlTypes/{programControlType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -101077,15 +101233,15 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "GET", + "Command": "Get-MgProgramControlType", + "Uri": "/programControlTypes", + "ApiVersion": "beta" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "Command": "Get-MgReportApplicationSignInDetailedSummary", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", "Variants": [ "Get", "GetViaIdentity" @@ -101095,15 +101251,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", "Method": "GET", - "Uri": "/reports/applicationSignInDetailedSummary", "Command": "Get-MgReportApplicationSignInDetailedSummary", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -101112,15 +101268,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", "Method": "GET", - "Uri": "/reports/getAttackSimulationRepeatOffenders", - "Command": "Get-MgReportAttackSimulationRepeatOffender", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgReportApplicationSignInDetailedSummary", + "Uri": "/reports/applicationSignInDetailedSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -101129,15 +101285,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Method": "GET", - "Uri": "/reports/getAttackSimulationTrainingUserCoverage", - "Command": "Get-MgReportAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgReportAttackSimulationRepeatOffender", + "Uri": "/reports/getAttackSimulationRepeatOffenders", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -101146,15 +101302,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Method": "GET", - "Uri": "/reports/getAttackSimulationSimulationUserCoverage", - "Command": "Get-MgReportAttackSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgReportAttackSimulationTrainingUserCoverage", + "Uri": "/reports/getAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -101163,27 +101319,27 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Method": "GET", - "Uri": "/reports/authenticationMethods", - "Command": "Get-MgReportAuthenticationMethod", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Command": "Get-MgReportAttackSimulationUserCoverage", + "Uri": "/reports/getAttackSimulationSimulationUserCoverage", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Command": "Get-MgReportAuthenticationMethod", + "Uri": "/reports/authenticationMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101201,15 +101357,15 @@ "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -101226,15 +101382,15 @@ "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Method": "GET", - "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", - "Command": "Get-MgReportAzureAdApplicationSignInSummary", - "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101244,15 +101400,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplicationSignInSummary", "Method": "GET", - "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", - "Command": "Get-MgReportBrowserDistributionUserCount", - "OutputType": null, + "Command": "Get-MgReportAzureAdApplicationSignInSummary", + "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101262,15 +101418,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getBrowserUserCounts(period='{period}')", - "Command": "Get-MgReportBrowserUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportBrowserDistributionUserCount", + "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101280,15 +101436,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getBrowserUserDetail(period='{period}')", - "Command": "Get-MgReportBrowserUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportBrowserUserCount", + "Uri": "/reports/getBrowserUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101298,15 +101454,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getCredentialUsageSummary(period='{period}')", - "Command": "Get-MgReportCredentialUsageSummary", - "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Command": "Get-MgReportBrowserUserDetail", + "Uri": "/reports/getBrowserUserDetail(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101316,15 +101472,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCredentialUsageSummary", "Method": "GET", - "Uri": "/reports/getCredentialUserRegistrationCount", - "Command": "Get-MgReportCredentialUserRegistrationCount", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Command": "Get-MgReportCredentialUsageSummary", + "Uri": "/reports/getCredentialUsageSummary(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -101333,28 +101489,28 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", "Method": "GET", - "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "Command": "Get-MgReportCredentialUserRegistrationDetail", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Command": "Get-MgReportCredentialUserRegistrationCount", + "Uri": "/reports/getCredentialUserRegistrationCount", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", "Method": "GET", - "Uri": "/reports/credentialUserRegistrationDetails", "Command": "Get-MgReportCredentialUserRegistrationDetail", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -101363,40 +101519,40 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", "Method": "GET", - "Uri": "/reports/dailyPrintUsage/{printUsage-id}", - "Command": "Get-MgReportDailyPrintUsage", - "OutputType": "IMicrosoftGraphPrintUsage1", + "Command": "Get-MgReportCredentialUserRegistrationDetail", + "Uri": "/reports/credentialUserRegistrationDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsage1", "Method": "GET", - "Uri": "/reports/dailyPrintUsage", "Command": "Get-MgReportDailyPrintUsage", - "OutputType": "IMicrosoftGraphPrintUsage1", + "Uri": "/reports/dailyPrintUsage/{printUsage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsage1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Command": "Get-MgReportDailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Command": "Get-MgReportDailyPrintUsage", + "Uri": "/reports/dailyPrintUsage", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101406,15 +101562,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter", "Command": "Get-MgReportDailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -101423,15 +101579,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter", "Command": "Get-MgReportDailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Uri": "/reports/dailyPrintUsageByPrinter", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -101440,15 +101596,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", "Command": "Get-MgReportDailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Uri": "/reports/dailyPrintUsageByPrinter", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101458,15 +101614,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Command": "Get-MgReportDailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Command": "Get-MgReportDailyPrintUsageByPrinter", + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101476,15 +101632,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser", "Command": "Get-MgReportDailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -101493,15 +101649,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser", "Command": "Get-MgReportDailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Uri": "/reports/dailyPrintUsageByUser", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -101510,15 +101666,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", "Command": "Get-MgReportDailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Uri": "/reports/dailyPrintUsageByUser", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101528,65 +101684,65 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Command": "Get-MgReportDailyPrintUsageByUser", + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter", "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Command": "Get-MgReportDailyPrintUsageSummaryByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter", + "Uri": "/reports/dailyPrintUsageSummariesByPrinter", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByUser", "Command": "Get-MgReportDailyPrintUsageSummaryByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/deviceConfigurationDeviceActivity", - "Command": "Get-MgReportDeviceConfigurationDeviceActivity", - "OutputType": null, + "Command": "Get-MgReportDailyPrintUsageSummaryByUser", + "Uri": "/reports/dailyPrintUsageSummariesByUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Device1" ], @@ -101595,15 +101751,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/deviceConfigurationDeviceActivity", "Command": "Get-MgReportDeviceConfigurationDeviceActivity", - "OutputType": null, + "Uri": "/reports/deviceConfigurationDeviceActivity", + "ApiVersion": "beta" + }, + { "Variants": [ "Device" ], @@ -101612,15 +101768,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/deviceConfigurationUserActivity", - "Command": "Get-MgReportDeviceConfigurationUserActivity", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", + "Uri": "/reports/deviceConfigurationDeviceActivity", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Device1" ], @@ -101629,15 +101785,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/deviceConfigurationUserActivity", "Command": "Get-MgReportDeviceConfigurationUserActivity", - "OutputType": null, + "Uri": "/reports/deviceConfigurationUserActivity", + "ApiVersion": "beta" + }, + { "Variants": [ "Device" ], @@ -101646,15 +101802,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "Command": "Get-MgReportEmailActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationUserActivity", + "Uri": "/reports/deviceConfigurationUserActivity", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101664,15 +101820,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getEmailActivityCounts(period='{period}')", "Command": "Get-MgReportEmailActivityCount", - "OutputType": null, + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101682,15 +101838,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "Command": "Get-MgReportEmailActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailActivityCount", + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101700,15 +101856,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", "Command": "Get-MgReportEmailActivityUserCount", - "OutputType": null, + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101718,15 +101874,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "Command": "Get-MgReportEmailActivityUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailActivityUserCount", + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -101738,15 +101894,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getEmailActivityUserDetail(date={date})", "Command": "Get-MgReportEmailActivityUserDetail", - "OutputType": null, + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -101758,15 +101914,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "Command": "Get-MgReportEmailAppUsageAppUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailActivityUserDetail", + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101776,15 +101932,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", "Command": "Get-MgReportEmailAppUsageAppUserCount", - "OutputType": null, + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101794,15 +101950,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "Command": "Get-MgReportEmailAppUsageUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageAppUserCount", + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101812,15 +101968,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", "Command": "Get-MgReportEmailAppUsageUserCount", - "OutputType": null, + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101830,15 +101986,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "Command": "Get-MgReportEmailAppUsageUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserCount", + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -101850,15 +102006,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", "Command": "Get-MgReportEmailAppUsageUserDetail", - "OutputType": null, + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -101870,15 +102026,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "Command": "Get-MgReportEmailAppUsageVersionUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserDetail", + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101888,15 +102044,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", "Command": "Get-MgReportEmailAppUsageVersionUserCount", - "OutputType": null, + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101906,56 +102062,56 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", - "Command": "Get-MgReportFormUserActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageVersionUserCount", + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", - "Command": "Get-MgReportFormUserActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportFormUserActivityCount", + "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", - "Command": "Get-MgReportFormUserActivityUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportFormUserActivityUserCount", + "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Command": "Get-MgReportGroupArchivedPrintJob", - "OutputType": "IMicrosoftGraphArchivedPrintJob1", + "Command": "Get-MgReportFormUserActivityUserDetail", + "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -101965,15 +102121,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Method": "GET", - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Command": "Get-MgReportGroupArchivedPrintJob", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -101983,15 +102139,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob", "Method": "GET", - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "Command": "Get-MgReportM365AppPlatformUserCount", - "OutputType": null, + "Command": "Get-MgReportGroupArchivedPrintJob", + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102001,15 +102157,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", "Command": "Get-MgReportM365AppPlatformUserCount", - "OutputType": null, + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102019,15 +102175,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "Command": "Get-MgReportM365AppUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportM365AppPlatformUserCount", + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102036,16 +102192,16 @@ "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 - } - }, - { + "IsAdmin": true + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getM365AppUserCounts(period='{period}')", "Command": "Get-MgReportM365AppUserCount", - "OutputType": null, + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102055,15 +102211,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getM365AppUserDetail(date={date})", - "Command": "Get-MgReportM365AppUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportM365AppUserCount", + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -102075,15 +102231,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getM365AppUserDetail(date={date})", "Command": "Get-MgReportM365AppUserDetail", - "OutputType": null, + "Uri": "/reports/getM365AppUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -102095,15 +102251,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "Command": "Get-MgReportMailboxUsageDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportM365AppUserDetail", + "Uri": "/reports/getM365AppUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102113,15 +102269,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", "Command": "Get-MgReportMailboxUsageDetail", - "OutputType": null, + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102131,15 +102287,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "Command": "Get-MgReportMailboxUsageMailboxCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageDetail", + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102149,15 +102305,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", "Command": "Get-MgReportMailboxUsageMailboxCount", - "OutputType": null, + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102167,15 +102323,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageMailboxCount", + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102185,15 +102341,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", - "OutputType": null, + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102203,15 +102359,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "Command": "Get-MgReportMailboxUsageStorage", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102221,15 +102377,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", "Command": "Get-MgReportMailboxUsageStorage", - "OutputType": null, + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102239,41 +102395,41 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageStorage", + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Managed", "ManagedViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentSummary", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentDetail", + "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Managed", "ManagedViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentSummary", + "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Managed", "Managed1", @@ -102284,15 +102440,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", - "OutputType": null, + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Managed2", "Managed3", @@ -102303,27 +102459,27 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentFailureTrends", - "Command": "Get-MgReportManagedDeviceEnrollmentFailureTrend", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Managed" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailures", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentFailureTrend", + "Uri": "/reports/managedDeviceEnrollmentFailureTrends", + "ApiVersion": "beta" + }, + { "Variants": [ "Top", "Top1", @@ -102334,15 +102490,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentTopFailures", "Command": "Get-MgReportManagedDeviceEnrollmentTopFailures", - "OutputType": null, + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "ApiVersion": "beta" + }, + { "Variants": [ "Top2", "Top3", @@ -102353,15 +102509,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Command": "Get-MgReportManagedDeviceEnrollmentTopFailures", + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102371,15 +102527,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -102388,15 +102544,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Uri": "/reports/monthlyPrintUsageByPrinter", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -102405,15 +102561,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Uri": "/reports/monthlyPrintUsageByPrinter", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102423,15 +102579,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Command": "Get-MgReportMonthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102441,15 +102597,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser", "Command": "Get-MgReportMonthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -102458,15 +102614,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser", "Command": "Get-MgReportMonthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Uri": "/reports/monthlyPrintUsageByUser", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -102475,15 +102631,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", "Command": "Get-MgReportMonthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Uri": "/reports/monthlyPrintUsageByUser", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102493,65 +102649,65 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Command": "Get-MgReportMonthlyPrintUsageByUser", + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter", + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByUser", "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", + "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", - "Uri": "/reports/getOffice365ActivationCounts", - "Command": "Get-MgReportOffice365ActivationCount", - "OutputType": null, + "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser", + "Uri": "/reports/monthlyPrintUsageSummariesByUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -102560,15 +102716,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365ActivationCounts", "Command": "Get-MgReportOffice365ActivationCount", - "OutputType": null, + "Uri": "/reports/getOffice365ActivationCounts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -102577,15 +102733,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserCounts", - "Command": "Get-MgReportOffice365ActivationUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationCount", + "Uri": "/reports/getOffice365ActivationCounts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1" ], @@ -102594,15 +102750,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserCounts", "Command": "Get-MgReportOffice365ActivationUserCount", - "OutputType": null, + "Uri": "/reports/getOffice365ActivationsUserCounts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -102611,15 +102767,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserDetail", - "Command": "Get-MgReportOffice365ActivationUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationUserCount", + "Uri": "/reports/getOffice365ActivationsUserCounts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1" ], @@ -102628,15 +102784,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserDetail", "Command": "Get-MgReportOffice365ActivationUserDetail", - "OutputType": null, + "Uri": "/reports/getOffice365ActivationsUserDetail", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -102645,15 +102801,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "Command": "Get-MgReportOffice365ActiveUserCount", - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "Command": "Get-MgReportOffice365ActivationUserDetail", + "Uri": "/reports/getOffice365ActivationsUserDetail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102663,15 +102819,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", "Command": "Get-MgReportOffice365ActiveUserCount", - "OutputType": null, + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102681,15 +102837,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "Command": "Get-MgReportOffice365ActiveUserDetail", - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "Command": "Get-MgReportOffice365ActiveUserCount", + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -102701,15 +102857,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", "Command": "Get-MgReportOffice365ActiveUserDetail", - "OutputType": null, + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -102721,15 +102877,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "Command": "Get-MgReportOffice365GroupActivityCount", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "Command": "Get-MgReportOffice365ActiveUserDetail", + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102739,15 +102895,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", "Command": "Get-MgReportOffice365GroupActivityCount", - "OutputType": null, + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102757,15 +102913,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "Command": "Get-MgReportOffice365GroupActivityDetail", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "Command": "Get-MgReportOffice365GroupActivityCount", + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -102777,15 +102933,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", "Command": "Get-MgReportOffice365GroupActivityDetail", - "OutputType": null, + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -102797,15 +102953,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "Command": "Get-MgReportOffice365GroupActivityFileCount", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "Command": "Get-MgReportOffice365GroupActivityDetail", + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102815,15 +102971,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", "Command": "Get-MgReportOffice365GroupActivityFileCount", - "OutputType": null, + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102833,15 +102989,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "Command": "Get-MgReportOffice365GroupActivityGroupCount", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "Command": "Get-MgReportOffice365GroupActivityFileCount", + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102851,15 +103007,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", "Command": "Get-MgReportOffice365GroupActivityGroupCount", - "OutputType": null, + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102869,15 +103025,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "Command": "Get-MgReportOffice365GroupActivityStorage", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "Command": "Get-MgReportOffice365GroupActivityGroupCount", + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102887,15 +103043,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", "Command": "Get-MgReportOffice365GroupActivityStorage", - "OutputType": null, + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102905,15 +103061,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "Command": "Get-MgReportOffice365ServiceUserCount", - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "Command": "Get-MgReportOffice365GroupActivityStorage", + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102923,15 +103079,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", "Method": "GET", - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", "Command": "Get-MgReportOffice365ServiceUserCount", - "OutputType": null, + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102941,15 +103097,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "Command": "Get-MgReportOneDriveActivityFileCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ServiceUserCount", + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102959,15 +103115,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", "Command": "Get-MgReportOneDriveActivityFileCount", - "OutputType": null, + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -102977,15 +103133,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "Command": "Get-MgReportOneDriveActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityFileCount", + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -102995,15 +103151,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", "Command": "Get-MgReportOneDriveActivityUserCount", - "OutputType": null, + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103013,15 +103169,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "Command": "Get-MgReportOneDriveActivityUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserCount", + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -103033,15 +103189,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", "Command": "Get-MgReportOneDriveActivityUserDetail", - "OutputType": null, + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -103053,15 +103209,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "Command": "Get-MgReportOneDriveUsageAccountCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserDetail", + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103071,15 +103227,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", "Command": "Get-MgReportOneDriveUsageAccountCount", - "OutputType": null, + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103089,15 +103245,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "Command": "Get-MgReportOneDriveUsageAccountDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountCount", + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -103109,15 +103265,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", "Command": "Get-MgReportOneDriveUsageAccountDetail", - "OutputType": null, + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -103129,15 +103285,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "Command": "Get-MgReportOneDriveUsageFileCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountDetail", + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103147,15 +103303,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", "Command": "Get-MgReportOneDriveUsageFileCount", - "OutputType": null, + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103165,15 +103321,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "Command": "Get-MgReportOneDriveUsageStorage", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageFileCount", + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103183,15 +103339,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", "Command": "Get-MgReportOneDriveUsageStorage", - "OutputType": null, + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103201,15 +103357,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Command": "Get-MgReportPrinterArchivedPrintJob", - "OutputType": "IMicrosoftGraphArchivedPrintJob1", + "Command": "Get-MgReportOneDriveUsageStorage", + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103219,15 +103375,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Method": "GET", - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Command": "Get-MgReportPrinterArchivedPrintJob", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103237,15 +103393,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob", "Method": "GET", - "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "Command": "Get-MgReportRelyingPartyDetailedSummary", - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Command": "Get-MgReportPrinterArchivedPrintJob", + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103255,39 +103411,39 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", "Method": "GET", - "Uri": "/reports/security", - "Command": "Get-MgReportSecurity", - "OutputType": null, + "Command": "Get-MgReportRelyingPartyDetailedSummary", + "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/security", "Command": "Get-MgReportSecurity", - "OutputType": null, + "Uri": "/reports/security", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgReportSecurity", + "Uri": "/reports/security", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -103296,15 +103452,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Method": "GET", - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -103313,15 +103469,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Method": "GET", - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -103330,15 +103486,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Method": "GET", - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -103347,15 +103503,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Method": "GET", - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], @@ -103364,15 +103520,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Method": "GET", - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -103381,15 +103537,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Method": "GET", - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "Command": "Get-MgReportSharePointActivityFileCount", - "OutputType": null, + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103399,15 +103555,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", "Command": "Get-MgReportSharePointActivityFileCount", - "OutputType": null, + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103417,15 +103573,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "Command": "Get-MgReportSharePointActivityPage", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityFileCount", + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103435,15 +103591,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointActivityPages(period='{period}')", "Command": "Get-MgReportSharePointActivityPage", - "OutputType": null, + "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103453,15 +103609,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "Command": "Get-MgReportSharePointActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityPage", + "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103471,15 +103627,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", "Command": "Get-MgReportSharePointActivityUserCount", - "OutputType": null, + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103489,15 +103645,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "Command": "Get-MgReportSharePointActivityUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserCount", + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -103509,15 +103665,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", "Command": "Get-MgReportSharePointActivityUserDetail", - "OutputType": null, + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -103529,15 +103685,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "Command": "Get-MgReportSharePointSiteUsageDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserDetail", + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -103549,15 +103705,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", "Command": "Get-MgReportSharePointSiteUsageDetail", - "OutputType": null, + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -103569,15 +103725,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "Command": "Get-MgReportSharePointSiteUsageFileCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageDetail", + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103587,15 +103743,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", "Command": "Get-MgReportSharePointSiteUsageFileCount", - "OutputType": null, + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103605,15 +103761,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "Command": "Get-MgReportSharePointSiteUsagePage", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageFileCount", + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103623,15 +103779,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", "Command": "Get-MgReportSharePointSiteUsagePage", - "OutputType": null, + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103641,15 +103797,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "Command": "Get-MgReportSharePointSiteUsageSiteCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsagePage", + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103659,15 +103815,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", "Command": "Get-MgReportSharePointSiteUsageSiteCount", - "OutputType": null, + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103677,15 +103833,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "Command": "Get-MgReportSharePointSiteUsageStorage", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageSiteCount", + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103695,15 +103851,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", "Command": "Get-MgReportSharePointSiteUsageStorage", - "OutputType": null, + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103713,15 +103869,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageStorage", + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103731,15 +103887,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessActivityCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103749,15 +103905,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityCount", + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103767,15 +103923,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessActivityUserCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103785,15 +103941,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserCount", + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -103805,15 +103961,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -103825,15 +103981,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103843,15 +103999,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103861,15 +104017,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103879,15 +104035,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103897,15 +104053,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -103917,15 +104073,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -103937,15 +104093,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103955,15 +104111,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -103973,15 +104129,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -103991,15 +104147,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104009,15 +104165,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104027,15 +104183,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104045,15 +104201,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104063,15 +104219,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104081,15 +104237,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104099,15 +104255,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104117,15 +104273,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104135,15 +104291,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104153,15 +104309,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104171,15 +104327,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104189,15 +104345,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104207,15 +104363,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104225,15 +104381,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104243,15 +104399,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", - "OutputType": null, + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104261,15 +104417,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "Command": "Get-MgReportTeamActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104279,15 +104435,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", "Command": "Get-MgReportTeamActivityCount", - "OutputType": null, + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104297,15 +104453,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "Command": "Get-MgReportTeamActivityDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamActivityCount", + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -104317,15 +104473,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", "Command": "Get-MgReportTeamActivityDetail", - "OutputType": null, + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -104337,15 +104493,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "Command": "Get-MgReportTeamActivityDistributionCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamActivityDetail", + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104355,15 +104511,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", "Command": "Get-MgReportTeamActivityDistributionCount", - "OutputType": null, + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104373,15 +104529,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "Command": "Get-MgReportTeamCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamActivityDistributionCount", + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104391,15 +104547,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", "Command": "Get-MgReportTeamCount", - "OutputType": null, + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104409,15 +104565,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", - "Command": "Get-MgReportTeamDeviceUsageDistributionTotalUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamCount", + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104427,15 +104583,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageDistributionTotalUserCount", + "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104445,15 +104601,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", - "OutputType": null, + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104463,15 +104619,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", - "Command": "Get-MgReportTeamDeviceUsageTotalUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104481,15 +104637,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "Command": "Get-MgReportTeamDeviceUsageUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageTotalUserCount", + "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104499,15 +104655,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", "Command": "Get-MgReportTeamDeviceUsageUserCount", - "OutputType": null, + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104517,15 +104673,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "Command": "Get-MgReportTeamDeviceUsageUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageUserCount", + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -104537,15 +104693,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", "Command": "Get-MgReportTeamDeviceUsageUserDetail", - "OutputType": null, + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -104557,15 +104713,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "Command": "Get-MgReportTeamUserActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageUserDetail", + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104575,15 +104731,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", "Command": "Get-MgReportTeamUserActivityCount", - "OutputType": null, + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104593,15 +104749,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", - "Command": "Get-MgReportTeamUserActivityDistributionTotalUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityCount", + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104611,15 +104767,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", - "Command": "Get-MgReportTeamUserActivityDistributionUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityDistributionTotalUserCount", + "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104629,15 +104785,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", - "Command": "Get-MgReportTeamUserActivityTotalCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityDistributionUserCount", + "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104647,15 +104803,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", - "Command": "Get-MgReportTeamUserActivityTotalDistributionCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityTotalCount", + "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104665,15 +104821,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", - "Command": "Get-MgReportTeamUserActivityTotalUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityTotalDistributionCount", + "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104683,15 +104839,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "Command": "Get-MgReportTeamUserActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityTotalUserCount", + "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104701,15 +104857,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", "Command": "Get-MgReportTeamUserActivityUserCount", - "OutputType": null, + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104719,15 +104875,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "Command": "Get-MgReportTeamUserActivityUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityUserCount", + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -104739,15 +104895,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", "Command": "Get-MgReportTeamUserActivityUserDetail", - "OutputType": null, + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -104759,15 +104915,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Command": "Get-MgReportUserArchivedPrintJob", - "OutputType": "IMicrosoftGraphArchivedPrintJob1", + "Command": "Get-MgReportTeamUserActivityUserDetail", + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104777,15 +104933,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Method": "GET", - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Command": "Get-MgReportUserArchivedPrintJob", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104795,28 +104951,28 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob", "Method": "GET", - "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "Command": "Get-MgReportUserCredentialUsageDetail", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Command": "Get-MgReportUserArchivedPrintJob", + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", "Method": "GET", - "Uri": "/reports/userCredentialUsageDetails", "Command": "Get-MgReportUserCredentialUsageDetail", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -104825,15 +104981,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", "Method": "GET", - "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "Command": "Get-MgReportYammerActivityCount", - "OutputType": null, + "Command": "Get-MgReportUserCredentialUsageDetail", + "Uri": "/reports/userCredentialUsageDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104843,15 +104999,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerActivityCounts(period='{period}')", "Command": "Get-MgReportYammerActivityCount", - "OutputType": null, + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104861,15 +105017,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "Command": "Get-MgReportYammerActivityUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerActivityCount", + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104879,15 +105035,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", "Command": "Get-MgReportYammerActivityUserCount", - "OutputType": null, + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104897,15 +105053,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "Command": "Get-MgReportYammerActivityUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerActivityUserCount", + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -104917,15 +105073,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerActivityUserDetail(date={date})", "Command": "Get-MgReportYammerActivityUserDetail", - "OutputType": null, + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -104937,15 +105093,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerActivityUserDetail", + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104955,15 +105111,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", - "OutputType": null, + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -104973,15 +105129,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "Command": "Get-MgReportYammerDeviceUsageUserCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -104991,15 +105147,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", "Command": "Get-MgReportYammerDeviceUsageUserCount", - "OutputType": null, + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -105009,15 +105165,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "Command": "Get-MgReportYammerDeviceUsageUserDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserCount", + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -105029,15 +105185,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", "Command": "Get-MgReportYammerDeviceUsageUserDetail", - "OutputType": null, + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -105049,15 +105205,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "Command": "Get-MgReportYammerGroupActivityCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserDetail", + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -105067,15 +105223,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", "Command": "Get-MgReportYammerGroupActivityCount", - "OutputType": null, + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -105085,15 +105241,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "Command": "Get-MgReportYammerGroupActivityDetail", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityCount", + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -105105,15 +105261,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", "Command": "Get-MgReportYammerGroupActivityDetail", - "OutputType": null, + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -105125,15 +105281,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "Command": "Get-MgReportYammerGroupActivityGroupCount", "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityDetail", + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -105143,15 +105299,15 @@ "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 - } - }, - { + }, "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", "Command": "Get-MgReportYammerGroupActivityGroupCount", - "OutputType": null, + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -105161,15 +105317,15 @@ "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 - } + }, + "Module": "Reports", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityGroupCount", + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Command": "Get-MgRiskDetection", - "OutputType": "IMicrosoftGraphRiskDetection", "Variants": [ "Get", "GetViaIdentity" @@ -105179,15 +105335,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskDetection", "Method": "GET", - "Uri": "/identityProtection/riskDetections", "Command": "Get-MgRiskDetection", - "OutputType": "IMicrosoftGraphRiskDetection", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -105196,15 +105352,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskDetection", "Method": "GET", - "Uri": "/identityProtection/riskDetections", "Command": "Get-MgRiskDetection", - "OutputType": "IMicrosoftGraphRiskDetection1", + "Uri": "/identityProtection/riskDetections", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -105213,15 +105369,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskDetection1", "Method": "GET", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Command": "Get-MgRiskDetection", - "OutputType": "IMicrosoftGraphRiskDetection1", + "Uri": "/identityProtection/riskDetections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -105231,15 +105387,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskDetection1", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Command": "Get-MgRiskyServicePrincipal", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", + "Command": "Get-MgRiskDetection", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -105257,15 +105413,15 @@ "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals", "Command": "Get-MgRiskyServicePrincipal", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -105282,15 +105438,15 @@ "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals", "Command": "Get-MgRiskyServicePrincipal", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -105307,15 +105463,15 @@ "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Command": "Get-MgRiskyServicePrincipal", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -105333,28 +105489,28 @@ "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Command": "Get-MgRiskyServicePrincipalHistory", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", + "Command": "Get-MgRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Command": "Get-MgRiskyServicePrincipalHistory", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -105371,15 +105527,15 @@ "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Command": "Get-MgRiskyServicePrincipalHistory", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -105396,28 +105552,28 @@ "FullDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Command": "Get-MgRiskyServicePrincipalHistory", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Command": "Get-MgRiskyUser", - "OutputType": "IMicrosoftGraphRiskyUser1", + "Command": "Get-MgRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -105427,15 +105583,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyUser1", "Method": "GET", - "Uri": "/identityProtection/riskyUsers", "Command": "Get-MgRiskyUser", - "OutputType": "IMicrosoftGraphRiskyUser1", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -105444,15 +105600,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyUser1", "Method": "GET", - "Uri": "/identityProtection/riskyUsers", "Command": "Get-MgRiskyUser", - "OutputType": "IMicrosoftGraphRiskyUser", + "Uri": "/identityProtection/riskyUsers", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -105461,15 +105617,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyUser", "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Command": "Get-MgRiskyUser", - "OutputType": "IMicrosoftGraphRiskyUser", + "Uri": "/identityProtection/riskyUsers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -105479,15 +105635,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyUser", "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Command": "Get-MgRiskyUserHistory", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", + "Command": "Get-MgRiskyUser", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -105505,15 +105661,15 @@ "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Command": "Get-MgRiskyUserHistory", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -105530,15 +105686,15 @@ "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Command": "Get-MgRiskyUserHistory", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -105555,15 +105711,15 @@ "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Command": "Get-MgRiskyUserHistory", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -105581,15 +105737,15 @@ "FullDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", + "Command": "Get-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement", - "Command": "Get-MgRoleManagement", - "OutputType": "IMicrosoftGraphRoleManagement1", "Variants": [ "Get" ], @@ -105618,15 +105774,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleManagement1", "Method": "GET", - "Uri": "/roleManagement", "Command": "Get-MgRoleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", + "Uri": "/roleManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], @@ -105655,90 +105811,90 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleManagement", "Method": "GET", - "Uri": "/roleManagement/cloudPC", - "Command": "Get-MgRoleManagementCloudPc", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Command": "Get-MgRoleManagement", + "Uri": "/roleManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Get-MgRoleManagementCloudPcResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "Get-MgRoleManagementCloudPc", + "Uri": "/roleManagement/cloudPC", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces", "Command": "Get-MgRoleManagementCloudPcResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "Get-MgRoleManagementCloudPcResourceNamespace", + "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Command": "Get-MgRoleManagementCloudPcRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -105768,15 +105924,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments", "Command": "Get-MgRoleManagementCloudPcRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -105805,103 +105961,103 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Get-MgRoleManagementCloudPcRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -105985,15 +106141,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions", "Command": "Get-MgRoleManagementCloudPcRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -106076,40 +106232,40 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/deviceManagement", - "Command": "Get-MgRoleManagementDeviceManagement", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -106138,81 +106294,118 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "Get-MgRoleManagementDeviceManagement", + "Uri": "/roleManagement/deviceManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Method": "GET", + "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "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 + }, + { + "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 + } + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -106239,140 +106432,103 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Variants": [ - "List" - ], - "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 - }, - { - "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": "/roleManagement/deviceManagement/roleAssignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -106456,15 +106612,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions", "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -106547,64 +106703,64 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory", - "Command": "Get-MgRoleManagementDirectory", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRbacApplication", "Method": "GET", - "Uri": "/roleManagement/directory", "Command": "Get-MgRoleManagementDirectory", - "OutputType": "IMicrosoftGraphRbacApplication1", + "Uri": "/roleManagement/directory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRbacApplication1", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "Get-MgRoleManagementDirectory", + "Uri": "/roleManagement/directory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -106628,15 +106784,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -106659,15 +106815,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -106690,15 +106846,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -106722,15 +106878,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -106754,15 +106910,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -106785,15 +106941,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -106816,15 +106972,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -106848,28 +107004,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -106911,15 +107067,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -106960,15 +107116,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -107009,15 +107165,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -107059,169 +107215,169 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval", + "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -107251,15 +107407,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -107288,15 +107444,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -107325,15 +107481,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -107363,41 +107519,41 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -107433,15 +107589,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -107476,15 +107632,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -107519,15 +107675,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -107563,41 +107719,41 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -107633,15 +107789,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -107676,61 +107832,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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Variants": [ - "List1" - ], - "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true - }, - { - "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 - }, - { - "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/roleAssignmentScheduleRequests", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { @@ -107763,171 +107875,215 @@ "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 } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + } + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -108011,15 +108167,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -108102,15 +108258,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -108193,15 +108349,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -108285,65 +108441,65 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -108379,15 +108535,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -108422,15 +108578,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -108465,15 +108621,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -108509,15 +108665,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -108553,15 +108709,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -108596,15 +108752,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -108639,15 +108795,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -108683,15 +108839,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -108727,15 +108883,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -108770,15 +108926,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -108813,15 +108969,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -108857,158 +109013,158 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -109037,204 +109193,204 @@ "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 } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement", - "Command": "Get-MgRoleManagementEntitlementManagement", - "OutputType": "IMicrosoftGraphRbacApplication", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRbacApplication", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement", "Command": "Get-MgRoleManagementEntitlementManagement", - "OutputType": "IMicrosoftGraphRbacApplication1", + "Uri": "/roleManagement/entitlementManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRbacApplication1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "Get-MgRoleManagementEntitlementManagement", + "Uri": "/roleManagement/entitlementManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -109276,15 +109432,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -109325,15 +109481,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -109374,15 +109530,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -109424,527 +109580,527 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -110028,15 +110184,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -110119,15 +110275,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -110210,15 +110366,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -110302,701 +110458,701 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/exchange", - "Command": "Get-MgRoleManagementExchange", - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Get-MgRoleManagementExchangeResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "Get-MgRoleManagementExchange", + "Uri": "/roleManagement/exchange", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces", "Command": "Get-MgRoleManagementExchangeResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "Get-MgRoleManagementExchangeResourceNamespace", + "Uri": "/roleManagement/exchange/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceAction", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Command": "Get-MgRoleManagementExchangeRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments", "Command": "Get-MgRoleManagementExchangeRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Method": "GET", + "Command": "Get-MgRoleManagementExchangeRoleAssignment", + "Uri": "/roleManagement/exchange/roleAssignments", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Get-MgRoleManagementExchangeRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Command": "Get-MgRoleManagementExchangeRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", "Command": "Get-MgRoleManagementExchangeRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Command": "Get-MgRoleManagementExchangeRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Get-MgRoleManagementExchangeRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions", "Command": "Get-MgRoleManagementExchangeRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Get-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementExchangeRoleDefinition", + "Uri": "/roleManagement/exchange/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "Get-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "Get-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments", "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Method": "GET", + "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" }, { - "Module": "SchemaExtensions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Command": "Get-MgSchemaExtension", - "OutputType": "IMicrosoftGraphSchemaExtension", "Variants": [ "Get", "GetViaIdentity" @@ -111014,15 +111170,15 @@ "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 } - ] - }, - { + ], "Module": "SchemaExtensions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "GET", - "Uri": "/schemaExtensions", "Command": "Get-MgSchemaExtension", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111039,15 +111195,15 @@ "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 } - ] - }, - { + ], "Module": "SchemaExtensions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "GET", - "Uri": "/schemaExtensions", "Command": "Get-MgSchemaExtension", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Uri": "/schemaExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111064,15 +111220,15 @@ "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 } - ] - }, - { + ], "Module": "SchemaExtensions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "GET", - "Uri": "/schemaExtensions/{schemaExtension-id}", "Command": "Get-MgSchemaExtension", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Uri": "/schemaExtensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -111090,15 +111246,15 @@ "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 } - ] + ], + "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", + "Command": "Get-MgSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/search/acronyms/{acronym-id}", - "Command": "Get-MgSearchAcronym", - "OutputType": "IMicrosoftGraphSearchAcronym", "Variants": [ "Get", "GetViaIdentity" @@ -111116,15 +111272,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSearchAcronym", "Method": "GET", - "Uri": "/search/acronyms", "Command": "Get-MgSearchAcronym", - "OutputType": "IMicrosoftGraphSearchAcronym", + "Uri": "/search/acronyms/{acronym-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111140,16 +111296,16 @@ "Description": "Read and write your organization's search configuration", "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true - } - ] - }, - { + } + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSearchAcronym", "Method": "GET", - "Uri": "/search/bookmarks/{bookmark-id}", - "Command": "Get-MgSearchBookmark", - "OutputType": "IMicrosoftGraphSearchBookmark", + "Command": "Get-MgSearchAcronym", + "Uri": "/search/acronyms", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111167,15 +111323,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSearchBookmark", "Method": "GET", - "Uri": "/search/bookmarks", "Command": "Get-MgSearchBookmark", - "OutputType": "IMicrosoftGraphSearchBookmark", + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111192,39 +111348,39 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSearchBookmark", "Method": "GET", - "Uri": "/search", - "Command": "Get-MgSearchEntity", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Get-MgSearchBookmark", + "Uri": "/search/bookmarks", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSearchEntity", "Method": "GET", - "Uri": "/search", "Command": "Get-MgSearchEntity", - "OutputType": null, + "Uri": "/search", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/search/qnas/{qna-id}", - "Command": "Get-MgSearchQna", - "OutputType": "IMicrosoftGraphSearchQna", + "Command": "Get-MgSearchEntity", + "Uri": "/search", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111242,15 +111398,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSearchQna", "Method": "GET", - "Uri": "/search/qnas", "Command": "Get-MgSearchQna", - "OutputType": "IMicrosoftGraphSearchQna", + "Uri": "/search/qnas/{qna-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111267,40 +111423,40 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Search", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", + "Command": "Get-MgSearchQna", + "Uri": "/search/qnas", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/security/securityActions/{securityAction-id}", - "Command": "Get-MgSecurityAction", - "OutputType": "IMicrosoftGraphSecurityAction", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAction", "Method": "GET", - "Uri": "/security/securityActions", "Command": "Get-MgSecurityAction", - "OutputType": "IMicrosoftGraphSecurityAction", + "Uri": "/security/securityActions/{securityAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAction", "Method": "GET", - "Uri": "/security/alerts/{alert-id}", - "Command": "Get-MgSecurityAlert", - "OutputType": "IMicrosoftGraphAlert", + "Command": "Get-MgSecurityAction", + "Uri": "/security/securityActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -111318,15 +111474,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAlert", "Method": "GET", - "Uri": "/security/alerts", "Command": "Get-MgSecurityAlert", - "OutputType": "IMicrosoftGraphAlert", + "Uri": "/security/alerts/{alert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111343,15 +111499,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAlert", "Method": "GET", - "Uri": "/security/alerts", "Command": "Get-MgSecurityAlert", - "OutputType": "IMicrosoftGraphAlert", + "Uri": "/security/alerts", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111368,15 +111524,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAlert", "Method": "GET", - "Uri": "/security/alerts/{alert-id}", "Command": "Get-MgSecurityAlert", - "OutputType": "IMicrosoftGraphAlert", + "Uri": "/security/alerts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111394,15 +111550,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAlert", "Method": "GET", - "Uri": "/security/alerts_v2/{alert-id}", - "Command": "Get-MgSecurityAlertV2", - "OutputType": "IMicrosoftGraphSecurityAlert1", + "Command": "Get-MgSecurityAlert", + "Uri": "/security/alerts/{alert-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -111420,15 +111576,15 @@ "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Method": "GET", - "Uri": "/security/alerts_v2", "Command": "Get-MgSecurityAlertV2", - "OutputType": "IMicrosoftGraphSecurityAlert1", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111445,15 +111601,15 @@ "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Method": "GET", - "Uri": "/security/alerts_v2", "Command": "Get-MgSecurityAlertV2", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Uri": "/security/alerts_v2", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111470,15 +111626,15 @@ "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", - "Uri": "/security/alerts_v2/{alert-id}", "Command": "Get-MgSecurityAlertV2", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Uri": "/security/alerts_v2", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111496,29 +111652,29 @@ "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", - "Uri": "/security/attackSimulation", - "Command": "Get-MgSecurityAttackSimulation", - "OutputType": "IMicrosoftGraphAttackSimulationRoot1", + "Command": "Get-MgSecurityAlertV2", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationRoot1", "Method": "GET", - "Uri": "/security/attackSimulation/simulations", "Command": "Get-MgSecurityAttackSimulation", - "OutputType": "IMicrosoftGraphSimulation1", + "Uri": "/security/attackSimulation", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111527,15 +111683,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulation1", "Method": "GET", - "Uri": "/security/attackSimulation/simulations", "Command": "Get-MgSecurityAttackSimulation", - "OutputType": "IMicrosoftGraphSimulation", + "Uri": "/security/attackSimulation/simulations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111544,29 +111700,29 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulation", "Method": "GET", - "Uri": "/security/attackSimulation", "Command": "Get-MgSecurityAttackSimulation", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Uri": "/security/attackSimulation/simulations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationRoot", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Command": "Get-MgSecurityAttackSimulationAutomation", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgSecurityAttackSimulation", + "Uri": "/security/attackSimulation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111576,15 +111732,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations", "Command": "Get-MgSecurityAttackSimulationAutomation", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111593,15 +111749,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations", "Command": "Get-MgSecurityAttackSimulationAutomation", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111610,15 +111766,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Command": "Get-MgSecurityAttackSimulationAutomation", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -111628,28 +111784,28 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Get-MgSecurityAttackSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111658,15 +111814,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111675,28 +111831,28 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Command": "Get-MgSecurityAttackSimulationOperation", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111706,27 +111862,27 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Method": "GET", - "Uri": "/security/attackSimulation/operations", "Command": "Get-MgSecurityAttackSimulationOperation", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Method": "GET", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Command": "Get-MgSecurityAttackSimulationPayload", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Get-MgSecurityAttackSimulationOperation", + "Uri": "/security/attackSimulation/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -111738,15 +111894,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPayload", "Method": "GET", - "Uri": "/security/attackSimulation/payloads", "Command": "Get-MgSecurityAttackSimulationPayload", - "OutputType": "IMicrosoftGraphPayload", + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111755,39 +111911,39 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPayload", "Method": "GET", - "Uri": "/security/cases", - "Command": "Get-MgSecurityCase", - "OutputType": "IMicrosoftGraphSecurityCasesRoot1", + "Command": "Get-MgSecurityAttackSimulationPayload", + "Uri": "/security/attackSimulation/payloads", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityCasesRoot1", "Method": "GET", - "Uri": "/security/cases", "Command": "Get-MgSecurityCase", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Uri": "/security/cases", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityCasesRoot", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCase", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", + "Command": "Get-MgSecurityCase", + "Uri": "/security/cases", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -111805,15 +111961,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases", "Command": "Get-MgSecurityCaseEdiscoveryCase", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111830,15 +111986,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases", "Command": "Get-MgSecurityCaseEdiscoveryCase", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111855,15 +112011,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Command": "Get-MgSecurityCaseEdiscoveryCase", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111881,15 +112037,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -111907,15 +112063,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -111932,15 +112088,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -111957,15 +112113,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -111983,15 +112139,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -112009,15 +112165,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112035,28 +112191,28 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -112073,15 +112229,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112098,67 +112254,67 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -112175,15 +112331,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112200,67 +112356,67 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -112277,15 +112433,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112302,28 +112458,28 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112341,15 +112497,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112366,66 +112522,66 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112442,15 +112598,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -112468,39 +112624,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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112518,41 +112674,41 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112562,15 +112718,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112587,15 +112743,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -112612,15 +112768,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -112630,15 +112786,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112656,15 +112812,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112681,15 +112837,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -112706,15 +112862,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -112732,15 +112888,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112758,15 +112914,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112783,28 +112939,28 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileCustodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112822,28 +112978,28 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112861,27 +113017,27 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -112899,15 +113055,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -112924,15 +113080,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -112949,15 +113105,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -112975,15 +113131,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -113001,15 +113157,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113026,15 +113182,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -113051,15 +113207,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -113077,28 +113233,28 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113107,15 +113263,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -113124,67 +113280,67 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113193,15 +113349,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -113210,28 +113366,28 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation1", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -113249,15 +113405,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -113275,28 +113431,28 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113305,15 +113461,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -113321,29 +113477,29 @@ "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 - } - }, - { + "IsAdmin": true + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -113361,15 +113517,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -113387,15 +113543,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -113413,15 +113569,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113438,15 +113594,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -113463,15 +113619,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -113489,191 +113645,191 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Command": "Get-MgSecurityCloudAppSecurityProfile", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Method": "GET", - "Uri": "/security/cloudAppSecurityProfiles", "Command": "Get-MgSecurityCloudAppSecurityProfile", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Method": "GET", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Command": "Get-MgSecurityDomainSecurityProfile", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Command": "Get-MgSecurityCloudAppSecurityProfile", + "Uri": "/security/cloudAppSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Method": "GET", - "Uri": "/security/domainSecurityProfiles", "Command": "Get-MgSecurityDomainSecurityProfile", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Method": "GET", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Command": "Get-MgSecurityFileSecurityProfile", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Command": "Get-MgSecurityDomainSecurityProfile", + "Uri": "/security/domainSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Method": "GET", - "Uri": "/security/fileSecurityProfiles", "Command": "Get-MgSecurityFileSecurityProfile", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Method": "GET", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Command": "Get-MgSecurityHostSecurityProfile", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Command": "Get-MgSecurityFileSecurityProfile", + "Uri": "/security/fileSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Method": "GET", - "Uri": "/security/hostSecurityProfiles", "Command": "Get-MgSecurityHostSecurityProfile", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Method": "GET", - "Uri": "/security/incidents/{incident-id}", - "Command": "Get-MgSecurityIncident", - "OutputType": "IMicrosoftGraphSecurityIncident1", + "Command": "Get-MgSecurityHostSecurityProfile", + "Uri": "/security/hostSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -113691,15 +113847,15 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIncident1", "Method": "GET", - "Uri": "/security/incidents", "Command": "Get-MgSecurityIncident", - "OutputType": "IMicrosoftGraphSecurityIncident1", + "Uri": "/security/incidents/{incident-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113716,15 +113872,15 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityIncident1", "Method": "GET", - "Uri": "/security/incidents", "Command": "Get-MgSecurityIncident", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Uri": "/security/incidents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -113741,15 +113897,15 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "GET", - "Uri": "/security/incidents/{incident-id}", "Command": "Get-MgSecurityIncident", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Uri": "/security/incidents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -113767,77 +113923,77 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "Command": "Get-MgSecurityIncidentAlert", - "OutputType": "IMicrosoftGraphSecurityAlert1", + "Command": "Get-MgSecurityIncident", + "Uri": "/security/incidents/{incident-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts", "Command": "Get-MgSecurityIncidentAlert", - "OutputType": "IMicrosoftGraphSecurityAlert1", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts", "Command": "Get-MgSecurityIncidentAlert", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Uri": "/security/incidents/{incident-id}/alerts", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "Command": "Get-MgSecurityIncidentAlert", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Uri": "/security/incidents/{incident-id}/alerts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", - "Uri": "/security/informationProtection", - "Command": "Get-MgSecurityInformationProtection", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Command": "Get-MgSecurityIncidentAlert", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtection", "Method": "GET", - "Uri": "/security/informationProtection/labelPolicySettings", - "Command": "Get-MgSecurityInformationProtectionLabelPolicySetting", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Command": "Get-MgSecurityInformationProtection", + "Uri": "/security/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -113846,15 +114002,15 @@ "Description": "Read user sensitivity labels and label policies.", "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Method": "GET", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Command": "Get-MgSecurityInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "Get-MgSecurityInformationProtectionLabelPolicySetting", + "Uri": "/security/informationProtection/labelPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -113864,15 +114020,15 @@ "Description": "Read user sensitivity labels and label policies.", "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Method": "GET", - "Uri": "/security/informationProtection/sensitivityLabels", "Command": "Get-MgSecurityInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113881,78 +114037,78 @@ "Description": "Read user sensitivity labels and label policies.", "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Command": "Get-MgSecurityInformationProtectionSensitivityLabelParent", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", + "Command": "Get-MgSecurityInformationProtectionSensitivityLabel", + "Uri": "/security/informationProtection/sensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Method": "GET", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Command": "Get-MgSecurityIPSecurityProfile", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Command": "Get-MgSecurityInformationProtectionSensitivityLabelParent", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Method": "GET", - "Uri": "/security/ipSecurityProfiles", "Command": "Get-MgSecurityIPSecurityProfile", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Method": "GET", - "Uri": "/security/labels", - "Command": "Get-MgSecurityLabel", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Command": "Get-MgSecurityIPSecurityProfile", + "Uri": "/security/ipSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "Command": "Get-MgSecurityLabelRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "Get-MgSecurityLabel", + "Uri": "/security/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Command": "Get-MgSecurityLabelRetentionLabel", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "Get-MgSecurityLabelRetentionEventType", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -113970,15 +114126,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Method": "GET", - "Uri": "/security/labels/retentionLabels", "Command": "Get-MgSecurityLabelRetentionLabel", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -113995,65 +114151,65 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "Get-MgSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Method": "GET", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Command": "Get-MgSecurityProviderTenantSetting", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Method": "GET", - "Uri": "/security/providerTenantSettings", "Command": "Get-MgSecurityProviderTenantSetting", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Method": "GET", - "Uri": "/security/secureScores/{secureScore-id}", - "Command": "Get-MgSecuritySecureScore", - "OutputType": "IMicrosoftGraphSecureScore", + "Command": "Get-MgSecurityProviderTenantSetting", + "Uri": "/security/providerTenantSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114071,15 +114227,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", - "Uri": "/security/secureScores", "Command": "Get-MgSecuritySecureScore", - "OutputType": "IMicrosoftGraphSecureScore", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114096,15 +114252,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", - "Uri": "/security/secureScores", "Command": "Get-MgSecuritySecureScore", - "OutputType": "IMicrosoftGraphSecureScore", + "Uri": "/security/secureScores", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -114121,15 +114277,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", - "Uri": "/security/secureScores/{secureScore-id}", "Command": "Get-MgSecuritySecureScore", - "OutputType": "IMicrosoftGraphSecureScore", + "Uri": "/security/secureScores", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -114147,15 +114303,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Command": "Get-MgSecuritySecureScoreControlProfile", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "Get-MgSecuritySecureScore", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114173,15 +114329,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", - "Uri": "/security/secureScoreControlProfiles", "Command": "Get-MgSecuritySecureScoreControlProfile", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114198,15 +114354,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", - "Uri": "/security/secureScoreControlProfiles", "Command": "Get-MgSecuritySecureScoreControlProfile", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -114223,15 +114379,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Command": "Get-MgSecuritySecureScoreControlProfile", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -114249,15 +114405,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Command": "Get-MgSecuritySubjectRightsRequest", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Get-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114275,15 +114431,15 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Method": "GET", - "Uri": "/security/subjectRightsRequests", "Command": "Get-MgSecuritySubjectRightsRequest", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114300,91 +114456,91 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgSecuritySubjectRightsRequestApprover", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", - "OutputType": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114402,41 +114558,41 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Command": "Get-MgSecuritySubjectRightsRequestNote", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthoredNote", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Command": "Get-MgSecuritySubjectRightsRequestNote", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114453,40 +114609,40 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthoredNote", "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Command": "Get-MgSecuritySubjectRightsRequestTeam", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeam", "Method": "GET", - "Uri": "/security/threatIntelligence", - "Command": "Get-MgSecurityThreatIntelligence", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Command": "Get-MgSecuritySubjectRightsRequestTeam", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", "Method": "GET", - "Uri": "/security/threatIntelligence/articles/{article-id}", - "Command": "Get-MgSecurityThreatIntelligenceArticle", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligence", + "Uri": "/security/threatIntelligence", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114496,15 +114652,15 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticle", "Method": "GET", - "Uri": "/security/threatIntelligence/articles", "Command": "Get-MgSecurityThreatIntelligenceArticle", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114513,15 +114669,15 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticle", "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgSecurityThreatIntelligenceArticle", + "Uri": "/security/threatIntelligence/articles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -114533,28 +114689,28 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Command": "Get-MgSecurityThreatIntelligenceHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", + "Uri": "/security/threatIntelligence/articleIndicators", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114564,27 +114720,27 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHost", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts", "Command": "Get-MgSecurityThreatIntelligenceHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHost", "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgSecurityThreatIntelligenceHost", + "Uri": "/security/threatIntelligence/hosts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -114596,41 +114752,41 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents", "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", + "Uri": "/security/threatIntelligence/hostComponents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHost", "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Command": "Get-MgSecurityThreatIntelligenceHostCooky", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -114642,54 +114798,54 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies", "Command": "Get-MgSecurityThreatIntelligenceHostCooky", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "Command": "Get-MgSecurityThreatIntelligenceHostCookyHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostCooky", + "Uri": "/security/threatIntelligence/hostCookies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHost", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostCookyHost", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114698,28 +114854,28 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114728,15 +114884,15 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Command": "Get-MgSecurityThreatIntelligenceHostReputation", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114746,30 +114902,30 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostReputation", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers", "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -114779,28 +114935,28 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Method": "GET", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHost", "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114810,15 +114966,15 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles", "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114827,28 +114983,28 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", + "Uri": "/security/threatIntelligence/intelProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -114857,15 +115013,15 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114875,78 +115031,78 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHost", "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -114956,52 +115112,52 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities", "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", + "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticle", "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticle", "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115011,15 +115167,15 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115028,27 +115184,27 @@ "Description": "Read threat intelligence Information", "FullDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Method": "GET", - "Uri": "/security/threatSubmission", - "Command": "Get-MgSecurityThreatSubmission", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", "Method": "GET", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Command": "Get-MgSecurityThreatSubmissionEmailThreat", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Command": "Get-MgSecurityThreatSubmission", + "Uri": "/security/threatSubmission", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115078,15 +115234,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Method": "GET", - "Uri": "/security/threatSubmission/emailThreats", "Command": "Get-MgSecurityThreatSubmissionEmailThreat", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115115,28 +115271,28 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Method": "GET", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Command": "Get-MgSecurityThreatSubmissionEmailThreat", + "Uri": "/security/threatSubmission/emailThreats", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Method": "GET", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115171,15 +115327,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Method": "GET", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Command": "Get-MgSecurityThreatSubmissionFileThreat", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115209,15 +115365,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Method": "GET", - "Uri": "/security/threatSubmission/fileThreats", "Command": "Get-MgSecurityThreatSubmissionFileThreat", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115246,15 +115402,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Method": "GET", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Command": "Get-MgSecurityThreatSubmissionUrlThreat", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Command": "Get-MgSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/fileThreats", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115284,15 +115440,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Method": "GET", - "Uri": "/security/threatSubmission/urlThreats", "Command": "Get-MgSecurityThreatSubmissionUrlThreat", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115321,15 +115477,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Method": "GET", - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Command": "Get-MgSecurityTiIndicator", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Get-MgSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/urlThreats", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115339,15 +115495,15 @@ "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTiIndicator", "Method": "GET", - "Uri": "/security/tiIndicators", "Command": "Get-MgSecurityTiIndicator", - "OutputType": "IMicrosoftGraphTiIndicator", + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115356,39 +115512,39 @@ "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTiIndicator", "Method": "GET", - "Uri": "/security/triggers", - "Command": "Get-MgSecurityTrigger", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Command": "Get-MgSecurityTiIndicator", + "Uri": "/security/tiIndicators", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", "Method": "GET", - "Uri": "/security/triggers", "Command": "Get-MgSecurityTrigger", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Uri": "/security/triggers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Command": "Get-MgSecurityTriggerRetentionEvent", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "Get-MgSecurityTrigger", + "Uri": "/security/triggers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115406,15 +115562,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "GET", - "Uri": "/security/triggers/retentionEvents", "Command": "Get-MgSecurityTriggerRetentionEvent", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115431,15 +115587,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "GET", - "Uri": "/security/triggers/retentionEvents", "Command": "Get-MgSecurityTriggerRetentionEvent", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Uri": "/security/triggers/retentionEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -115456,15 +115612,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Command": "Get-MgSecurityTriggerRetentionEvent", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Uri": "/security/triggers/retentionEvents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -115482,15 +115638,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Command": "Get-MgSecurityTriggerRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "Get-MgSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115508,15 +115664,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "Command": "Get-MgSecurityTriggerRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -115534,39 +115690,39 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", - "Uri": "/security/triggerTypes", - "Command": "Get-MgSecurityTriggerType", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Command": "Get-MgSecurityTriggerRetentionEventType", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", "Method": "GET", - "Uri": "/security/triggerTypes", "Command": "Get-MgSecurityTriggerType", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Uri": "/security/triggerTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "Get-MgSecurityTriggerType", + "Uri": "/security/triggerTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115584,15 +115740,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115609,15 +115765,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -115634,15 +115790,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -115660,40 +115816,40 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Command": "Get-MgSecurityUserSecurityProfile", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Method": "GET", - "Uri": "/security/userSecurityProfiles", "Command": "Get-MgSecurityUserSecurityProfile", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "GET", + "Command": "Get-MgSecurityUserSecurityProfile", + "Uri": "/security/userSecurityProfiles", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Command": "Get-MgServiceAnnouncementHealthOverview", - "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "Get", "GetViaIdentity" @@ -115703,15 +115859,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews", "Command": "Get-MgServiceAnnouncementHealthOverview", - "OutputType": "IMicrosoftGraphServiceHealth", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115720,15 +115876,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews", "Command": "Get-MgServiceAnnouncementHealthOverview", - "OutputType": "IMicrosoftGraphServiceHealth", + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -115737,15 +115893,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Command": "Get-MgServiceAnnouncementHealthOverview", - "OutputType": "IMicrosoftGraphServiceHealth", + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -115755,65 +115911,65 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgServiceAnnouncementHealthOverview", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Command": "Get-MgServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115823,15 +115979,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues", "Command": "Get-MgServiceAnnouncementIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115840,15 +115996,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues", "Command": "Get-MgServiceAnnouncementIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/issues", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -115857,15 +116013,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Command": "Get-MgServiceAnnouncementIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/issues", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -115875,15 +116031,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Command": "Get-MgServiceAnnouncementMessage", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgServiceAnnouncementIssue", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115893,15 +116049,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages", "Command": "Get-MgServiceAnnouncementMessage", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115910,15 +116066,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages", "Command": "Get-MgServiceAnnouncementMessage", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -115927,15 +116083,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Command": "Get-MgServiceAnnouncementMessage", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -115945,15 +116101,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Command": "Get-MgServiceAnnouncementMessageAttachment", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -115963,15 +116119,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Command": "Get-MgServiceAnnouncementMessageAttachment", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -115980,15 +116136,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Command": "Get-MgServiceAnnouncementMessageAttachment", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -115997,15 +116153,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Command": "Get-MgServiceAnnouncementMessageAttachment", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -116015,67 +116171,67 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Command": "Get-MgServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Get", "GetViaIdentity" @@ -116105,15 +116261,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals", "Command": "Get-MgServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -116142,15 +116298,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals", "Command": "Get-MgServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -116179,15 +116335,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}", "Command": "Get-MgServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -116217,78 +116373,78 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Command": "Get-MgServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "Command": "Get-MgServicePrincipalAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "Command": "Get-MgServicePrincipalAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "Command": "Get-MgServicePrincipalAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -116317,15 +116473,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -116354,41 +116510,41 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Get-MgServicePrincipalAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Command": "Get-MgServicePrincipalAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -116417,15 +116573,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Command": "Get-MgServicePrincipalAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -116454,54 +116610,54 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Get-MgServicePrincipalAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/getByIds", - "Command": "Get-MgServicePrincipalById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/servicePrincipals/getByIds", "Command": "Get-MgServicePrincipalById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgServicePrincipalById", + "Uri": "/servicePrincipals/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "Command": "Get-MgServicePrincipalClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Variants": [ "List" ], @@ -116524,15 +116680,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "Command": "Get-MgServicePrincipalClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -116555,15 +116711,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", - "OutputType": null, + "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -116586,15 +116742,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -116617,28 +116773,28 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "Command": "Get-MgServicePrincipalCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Command": "Get-MgServicePrincipalCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -116667,15 +116823,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Command": "Get-MgServicePrincipalCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -116704,91 +116860,91 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "Command": "Get-MgServicePrincipalCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Command": "Get-MgServicePrincipalCreatedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -116805,15 +116961,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -116830,28 +116986,28 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", - "Uri": "/servicePrincipals/delta", - "Command": "Get-MgServicePrincipalDelta", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -116880,15 +117036,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals/delta", "Command": "Get-MgServicePrincipalDelta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1" ], @@ -116917,65 +117073,65 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Command": "Get-MgServicePrincipalEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalDelta", + "Uri": "/servicePrincipals/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Command": "Get-MgServicePrincipalEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Command": "Get-MgServicePrincipalEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Command": "Get-MgServicePrincipalEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Command": "Get-MgServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -116998,15 +117154,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -117029,15 +117185,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "OutputType": null, + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -117060,15 +117216,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -117091,40 +117247,40 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Command": "Get-MgServicePrincipalLicenseDetail", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "Command": "Get-MgServicePrincipalLicenseDetail", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgServicePrincipalLicenseDetail", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "Command": "Get-MgServicePrincipalMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", @@ -117192,15 +117348,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "Command": "Get-MgServicePrincipalMemberGroup", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -117268,15 +117424,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "Command": "Get-MgServicePrincipalMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgServicePrincipalMemberGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", @@ -117350,15 +117506,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "Command": "Get-MgServicePrincipalMemberObject", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -117432,28 +117588,28 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgServicePrincipalMemberObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "Command": "Get-MgServicePrincipalMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Command": "Get-MgServicePrincipalMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -117482,15 +117638,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Command": "Get-MgServicePrincipalMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -117519,141 +117675,141 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "Command": "Get-MgServicePrincipalMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgServicePrincipalMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Command": "Get-MgServicePrincipalMemberOfAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -117676,15 +117832,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -117707,41 +117863,41 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "Command": "Get-MgServicePrincipalOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Command": "Get-MgServicePrincipalOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -117770,15 +117926,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Command": "Get-MgServicePrincipalOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -117807,253 +117963,253 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "Command": "Get-MgServicePrincipalOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Command": "Get-MgServicePrincipalOwnedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "Command": "Get-MgServicePrincipalOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -118082,15 +118238,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "Command": "Get-MgServicePrincipalOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -118119,190 +118275,190 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalOwner", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "Command": "Get-MgServicePrincipalOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "Command": "Get-MgServicePrincipalOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "Command": "Get-MgServicePrincipalOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", "Command": "Get-MgServicePrincipalOwnerAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Command": "Get-MgServicePrincipalOwnerByRef", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnerAsUser", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -118331,15 +118487,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Command": "Get-MgServicePrincipalOwnerByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -118368,15 +118524,15 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", - "Command": "Get-MgServicePrincipalPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Variants": [ "Get", "GetExpanded", @@ -118402,15 +118558,15 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", + "Command": "Get-MgServicePrincipalPasswordSingleSignOnCredentials", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Command": "Get-MgServicePrincipalRiskDetection", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" @@ -118420,15 +118576,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections", "Command": "Get-MgServicePrincipalRiskDetection", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -118437,15 +118593,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections", "Command": "Get-MgServicePrincipalRiskDetection", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -118454,15 +118610,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Command": "Get-MgServicePrincipalRiskDetection", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -118472,28 +118628,28 @@ "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 - } + }, + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Command": "Get-MgServicePrincipalSynchronization", - "OutputType": "IMicrosoftGraphSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronization", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "Command": "Get-MgServicePrincipalSynchronizationAccessToken", - "OutputType": null, "Variants": [ "Acquire", "AcquireExpanded", @@ -118505,15 +118661,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Command": "Get-MgServicePrincipalSynchronizationJob", - "OutputType": "IMicrosoftGraphSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" @@ -118531,15 +118687,15 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Command": "Get-MgServicePrincipalSynchronizationJob", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -118556,15 +118712,15 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Command": "Get-MgServicePrincipalSynchronizationJobSchema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Get-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -118582,40 +118738,40 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -118633,15 +118789,15 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -118658,15 +118814,15 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -118684,103 +118840,103 @@ "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -118803,15 +118959,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -118834,41 +118990,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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -118897,15 +119053,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -118934,141 +119090,141 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/getUserOwnedObjects", - "Command": "Get-MgServicePrincipalUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgServicePrincipalUserOwnedObject", + "Uri": "/servicePrincipals/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "Command": "Get-MgShareDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" @@ -119092,15 +119248,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem", "Command": "Get-MgShareDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -119124,15 +119280,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Command": "Get-MgShareDriveItemContent", - "OutputType": null, + "Command": "Get-MgShareDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -119174,15 +119330,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Command": "Get-MgShareDriveItemContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -119224,641 +119380,641 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "Command": "Get-MgShareItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgShareDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items", "Command": "Get-MgShareItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items", "Command": "Get-MgShareItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "Command": "Get-MgShareItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Command": "Get-MgShareItemContent", - "OutputType": null, + "Command": "Get-MgShareItem", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Command": "Get-MgShareItemContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list", - "Command": "Get-MgShareList", - "OutputType": "IMicrosoftGraphList1", + "Command": "Get-MgShareItemContent", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list", "Command": "Get-MgShareList", - "OutputType": "IMicrosoftGraphList", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/activities", - "Command": "Get-MgShareListActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgShareList", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Command": "Get-MgShareListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgShareListActivity", + "Uri": "/shares/{sharedDriveItem-id}/list/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", "Command": "Get-MgShareListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", "Command": "Get-MgShareListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Command": "Get-MgShareListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgShareListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgShareListColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgShareListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Command": "Get-MgShareListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgShareListColumnSourceColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "Command": "Get-MgShareListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "Command": "Get-MgShareListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Command": "Get-MgShareListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "Command": "Get-MgShareListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "Command": "Get-MgShareListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Command": "Get-MgShareListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgShareListContentTypeBase", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgShareListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgShareListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Command": "Get-MgShareListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgShareListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgShareListContentTypeBaseType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgShareListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgShareListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgShareListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgShareListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgShareListContentTypeColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgShareListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgShareListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgShareListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Command": "Get-MgShareListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgShareListContentTypeColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgShareListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgShareListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Command": "Get-MgShareListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgShareListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgShareListContentTypeColumnPosition", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgShareListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgShareListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgShareListContentTypeColumnSourceColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgShareListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "Command": "Get-MgShareListDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/drive", "Command": "Get-MgShareListDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", - "Command": "Get-MgShareListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgShareListDrive", + "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items", "Command": "Get-MgShareListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items", "Command": "Get-MgShareListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Command": "Get-MgShareListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "Command": "Get-MgShareListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgShareListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgShareListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgShareListItemActivity", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get4", "Get5", "GetViaIdentity4", "GetViaIdentity5" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", "Command": "Get-MgShareListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -119869,470 +120025,470 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "Command": "Get-MgShareListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Command": "Get-MgShareListItemActivityByInterval", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "Command": "Get-MgShareListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "Command": "Get-MgShareListItemDelta", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgShareListItemAnalytic", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgShareListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgShareListItemDelta", + "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgShareListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgShareListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgShareListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "Command": "Get-MgShareListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgShareListItemDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", "Command": "Get-MgShareListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Get-MgShareListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgShareListItemDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Command": "Get-MgShareListItemDriveItemContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Command": "Get-MgShareListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Command": "Get-MgShareListItemField", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Get-MgShareListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgShareListItemField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Command": "Get-MgShareListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Command": "Get-MgShareListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Get-MgShareListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Get-MgShareListItemVersionField", - "OutputType": null, + "Command": "Get-MgShareListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Get-MgShareListItemVersionField", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Get-MgShareListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgShareListItemVersionField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Command": "Get-MgShareListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Command": "Get-MgShareListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Command": "Get-MgShareListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Command": "Get-MgShareListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgShareListOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Command": "Get-MgShareListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Command": "Get-MgShareListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Command": "Get-MgShareListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Command": "Get-MgSharePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Get-MgShareListSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/permission", "Command": "Get-MgSharePermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root", - "Command": "Get-MgShareRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root", "Command": "Get-MgShareRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Command": "Get-MgShareRootContent", - "OutputType": null, + "Command": "Get-MgShareRoot", + "Uri": "/shares/{sharedDriveItem-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root/content", "Command": "Get-MgShareRootContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "OutputType": "IMicrosoftGraphSharedDriveItem1", + "Command": "Get-MgShareRootContent", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -120356,39 +120512,39 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedDriveItem1", "Method": "GET", - "Uri": "/shares", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "OutputType": "IMicrosoftGraphSharedDriveItem1", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedDriveItem1", "Method": "GET", - "Uri": "/shares", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Uri": "/shares", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedDriveItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Uri": "/shares", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -120412,41 +120568,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedDriveItem", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/site", - "Command": "Get-MgShareSite", - "OutputType": "IMicrosoftGraphSite1", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/site", "Command": "Get-MgShareSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/shares/{sharedDriveItem-id}/site", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgShareSite", + "Uri": "/shares/{sharedDriveItem-id}/site", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}", - "Command": "Get-MgSite", - "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" @@ -120464,15 +120620,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/sites", "Command": "Get-MgSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/sites/{site-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -120489,15 +120645,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/sites", "Command": "Get-MgSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/sites", + "ApiVersion": "beta" + }, + { "Variants": [ "List3" ], @@ -120514,15 +120670,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/sites/{site-id}", "Command": "Get-MgSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/sites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" @@ -120540,70 +120696,18 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgSiteActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "Permissions": [ - { - "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", - "IsAdmin": false - }, - { - "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", - "IsAdmin": false - }, - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "IsAdmin": false - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ] + "Command": "Get-MgSite", + "Uri": "/sites/{site-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/sites/{site-id}/getActivitiesByInterval", - "Command": "Get-MgSiteActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Get2", + "GetViaIdentity2" ], "Permissions": [ { @@ -120642,15 +120746,67 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Method": "GET", + "Command": "Get-MgSiteActivityByInterval", + "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Permissions": [ + { + "Name": "Files.Read", + "Description": "Read your files", + "FullDescription": "Allows the app to read your files.", + "IsAdmin": false + }, + { + "Name": "Files.Read.All", + "Description": "Read all files that you have access to", + "FullDescription": "Allows the app to read all files you can access.", + "IsAdmin": false + }, + { + "Name": "Files.ReadWrite", + "Description": "Have full access to your files", + "FullDescription": "Allows the app to read, create, update, and delete your files.", + "IsAdmin": false + }, + { + "Name": "Files.ReadWrite.All", + "Description": "Have full access to all files you have access to", + "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "IsAdmin": false + }, + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "IsAdmin": false + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/sites/{site-id}/analytics", - "Command": "Get-MgSiteAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgSiteActivityByInterval", + "Uri": "/sites/{site-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -120692,15 +120848,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/sites/{site-id}/analytics", "Command": "Get-MgSiteAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Uri": "/sites/{site-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -120742,89 +120898,89 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgSiteAnalytic", + "Uri": "/sites/{site-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", "Command": "Get-MgSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", "Command": "Get-MgSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "Command": "Get-MgSiteAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -120866,15 +121022,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/lastSevenDays", "Command": "Get-MgSiteAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -120916,15 +121072,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/allTime", - "Command": "Get-MgSiteAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgSiteAnalyticLastSevenDay", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -120966,15 +121122,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/sites/{site-id}/analytics/allTime", "Command": "Get-MgSiteAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/sites/{site-id}/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -121016,15 +121172,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Command": "Get-MgSiteApplicableContentTypeForList", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgSiteAnalyticTime", + "Uri": "/sites/{site-id}/analytics/allTime", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -121054,15 +121210,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "Command": "Get-MgSiteApplicableContentTypeForList", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -121092,41 +121248,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "Command": "Get-MgSiteByPath", - "OutputType": "IMicrosoftGraphSite1", + "Command": "Get-MgSiteApplicableContentTypeForList", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')", "Command": "Get-MgSiteByPath", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Command": "Get-MgSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgSiteByPath", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -121156,92 +121312,17 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/columns", - "Command": "Get-MgSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Variants": [ - "List" ], - "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 - } - ] - }, - { "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/columns", "Command": "Get-MgSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List1" - ], - "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}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Command": "Get-MgSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ - "Get1", - "GetViaIdentity1" + "List" ], "Permissions": [ { @@ -121268,18 +121349,55 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Method": "GET", + "Command": "Get-MgSiteColumn", + "Uri": "/sites/{site-id}/columns", + "ApiVersion": "beta" }, { + "Variants": [ + "List1" + ], + "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 + } + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Command": "Get-MgSiteContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgSiteColumn", + "Uri": "/sites/{site-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -121306,15 +121424,53 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes", "Command": "Get-MgSiteContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -121343,15 +121499,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes", "Command": "Get-MgSiteContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -121380,15 +121536,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Command": "Get-MgSiteContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -121418,15 +121574,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -121456,15 +121612,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -121493,15 +121649,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -121530,15 +121686,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -121568,65 +121724,65 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgSiteContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -121656,15 +121812,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgSiteContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -121694,15 +121850,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/drive", - "Command": "Get-MgSiteDefaultDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -121744,15 +121900,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/sites/{site-id}/drive", "Command": "Get-MgSiteDefaultDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/sites/{site-id}/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity2" @@ -121794,15 +121950,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/sites/delta", - "Command": "Get-MgSiteDelta", - "OutputType": "IMicrosoftGraphSite1", + "Command": "Get-MgSiteDefaultDrive", + "Uri": "/sites/{site-id}/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta" ], @@ -121819,28 +121975,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/sites/{site-id}/drives/{drive-id}", - "Command": "Get-MgSiteDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Command": "Get-MgSiteDelta", + "Uri": "/sites/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/sites/{site-id}/drives", "Command": "Get-MgSiteDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Uri": "/sites/{site-id}/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -121881,15 +122037,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/sites/{site-id}/drives", "Command": "Get-MgSiteDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/sites/{site-id}/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -121930,78 +122086,78 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/sites/{site-id}/drives/{drive-id}", "Command": "Get-MgSiteDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/sites/{site-id}/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Command": "Get-MgSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgSiteDrive", + "Uri": "/sites/{site-id}/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns", "Command": "Get-MgSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns", "Command": "Get-MgSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/externalColumns", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "Command": "Get-MgSiteExternalColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/externalColumns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}", - "Command": "Get-MgSiteList", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgSiteExternalColumn", + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -122019,15 +122175,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/sites/{site-id}/lists", "Command": "Get-MgSiteList", - "OutputType": "IMicrosoftGraphList", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -122044,15 +122200,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/sites/{site-id}/lists", "Command": "Get-MgSiteList", - "OutputType": "IMicrosoftGraphList1", + "Uri": "/sites/{site-id}/lists", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -122069,15 +122225,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}", "Command": "Get-MgSiteList", - "OutputType": "IMicrosoftGraphList1", + "Uri": "/sites/{site-id}/lists", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -122095,15 +122251,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "Command": "Get-MgSiteListActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgSiteList", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -122144,15 +122300,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Command": "Get-MgSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgSiteListActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -122182,15 +122338,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Command": "Get-MgSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -122219,15 +122375,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Command": "Get-MgSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -122256,15 +122412,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Command": "Get-MgSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -122294,15 +122450,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Command": "Get-MgSiteListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -122332,15 +122488,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Command": "Get-MgSiteListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -122369,15 +122525,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Command": "Get-MgSiteListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -122406,15 +122562,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Command": "Get-MgSiteListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -122444,91 +122600,91 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", - "Command": "Get-MgSiteListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Command": "Get-MgSiteListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Command": "Get-MgSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgSiteListContentTypeBase", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Command": "Get-MgSiteListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgSiteListContentTypeBaseType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -122558,15 +122714,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -122595,15 +122751,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Command": "Get-MgSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -122632,15 +122788,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -122670,115 +122826,115 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Command": "Get-MgSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Command": "Get-MgSiteListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgSiteListContentTypeColumnPosition", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -122808,15 +122964,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -122846,41 +123002,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "Command": "Get-MgSiteListDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/drive", "Command": "Get-MgSiteListDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Command": "Get-MgSiteListItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgSiteListDrive", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -122898,15 +123054,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items", "Command": "Get-MgSiteListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -122923,15 +123079,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items", "Command": "Get-MgSiteListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -122948,15 +123104,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Command": "Get-MgSiteListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -122974,15 +123130,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Command": "Get-MgSiteListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -123023,15 +123179,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgSiteListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgSiteListItemActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity2" @@ -123073,15 +123229,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "Command": "Get-MgSiteListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -123125,15 +123281,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Command": "Get-MgSiteListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgSiteListItemActivityByInterval", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -123175,15 +123331,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Command": "Get-MgSiteListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -123225,15 +123381,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "Command": "Get-MgSiteListItemDelta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgSiteListItemAnalytic", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta", "Delta1", @@ -123253,15 +123409,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgSiteListItemDelta", + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -123291,15 +123447,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Command": "Get-MgSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -123328,15 +123484,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Command": "Get-MgSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -123365,15 +123521,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -123403,15 +123559,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Command": "Get-MgSiteListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -123453,15 +123609,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Command": "Get-MgSiteListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -123503,67 +123659,67 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Command": "Get-MgSiteListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgSiteListItemDriveItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Command": "Get-MgSiteListItemDriveItemContent", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Command": "Get-MgSiteListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemDriveItemContent", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Command": "Get-MgSiteListItemField", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Get-MgSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgSiteListItemField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -123581,15 +123737,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Command": "Get-MgSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -123606,15 +123762,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Command": "Get-MgSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -123631,15 +123787,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Get-MgSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -123657,41 +123813,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Get-MgSiteListItemVersionField", - "OutputType": null, + "Command": "Get-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Get-MgSiteListItemVersionField", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Command": "Get-MgSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgSiteListItemVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -123721,15 +123877,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Command": "Get-MgSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -123758,15 +123914,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Command": "Get-MgSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -123795,15 +123951,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Command": "Get-MgSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -123833,65 +123989,65 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Command": "Get-MgSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Command": "Get-MgSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Command": "Get-MgSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Command": "Get-MgSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", + "Method": "GET", + "Command": "Get-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Command": "Get-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Get1", "GetViaIdentity1" @@ -123927,15 +124083,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks", "Command": "Get-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -123970,15 +124126,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks", "Command": "Get-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -124013,15 +124169,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Command": "Get-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -124057,45 +124213,45 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Command": "Get-MgSiteOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "List1" ], @@ -124130,15 +124286,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Command": "Get-MgSiteOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -124173,17 +124329,60 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSection", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "v1.0" }, { + "Variants": [ + "List1" + ], + "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 + } + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Command": "Get-MgSiteOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -124216,17 +124415,62 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "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 + } + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Command": "Get-MgSiteOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgSiteOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -124259,103 +124503,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Command": "Get-MgSiteOnenoteOperation", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Variants": [ - "Get1", - "GetViaIdentity1" ], - "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 - } - ] - }, - { "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Command": "Get-MgSiteOnenoteOperation", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ] + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Command": "Get-MgSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Get1", "GetViaIdentity1" @@ -124385,15 +124541,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages", "Command": "Get-MgSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -124422,15 +124578,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages", "Command": "Get-MgSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -124459,15 +124615,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Command": "Get-MgSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -124497,67 +124653,67 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Command": "Get-MgSiteOnenotePageContent", - "OutputType": null, + "Command": "Get-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Command": "Get-MgSiteOnenotePageContent", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Command": "Get-MgSiteOnenoteResource", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgSiteOnenotePageContent", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Command": "Get-MgSiteOnenoteResource", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Command": "Get-MgSiteOnenoteResourceContent", - "OutputType": null, + "Command": "Get-MgSiteOnenoteResource", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -124587,15 +124743,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Command": "Get-MgSiteOnenoteResourceContent", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -124625,15 +124781,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Command": "Get-MgSiteOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "Get-MgSiteOnenoteResourceContent", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -124669,15 +124825,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections", "Command": "Get-MgSiteOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -124712,15 +124868,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections", "Command": "Get-MgSiteOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -124755,15 +124911,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Command": "Get-MgSiteOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -124799,15 +124955,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Get-MgSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "Get-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -124843,15 +124999,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups", "Command": "Get-MgSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" @@ -124887,15 +125043,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups", "Command": "Get-MgSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -124931,15 +125087,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Get-MgSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -124975,15 +125131,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Command": "Get-MgSiteOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "Get-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -125018,15 +125174,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Command": "Get-MgSiteOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125061,15 +125217,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Command": "Get-MgSiteOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "Get-MgSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -125098,15 +125254,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Command": "Get-MgSiteOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125135,15 +125291,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionPage", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}", - "Command": "Get-MgSitePage", - "OutputType": "IMicrosoftGraphSitePage", "Variants": [ "Get", "GetViaIdentity" @@ -125161,15 +125317,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", - "Uri": "/sites/{site-id}/pages", "Command": "Get-MgSitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Uri": "/sites/{site-id}/pages/{sitePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125186,28 +125342,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", - "Command": "Get-MgSitePageCanvaLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Get-MgSitePage", + "Uri": "/sites/{site-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCanvasLayout", "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSection", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgSitePageCanvaLayout", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -125225,15 +125381,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Command": "Get-MgSitePageCanvaLayoutHorizontalSection", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125250,15 +125406,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgSitePageCanvaLayoutHorizontalSection", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -125276,15 +125432,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125301,15 +125457,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -125327,15 +125483,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": "IMicrosoftGraphWebPart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125352,28 +125508,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", - "Command": "Get-MgSitePageCanvaLayoutVerticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", "Variants": [ "Get", "GetViaIdentity" @@ -125391,15 +125547,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVerticalSection", "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", - "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Command": "Get-MgSitePageCanvaLayoutVerticalSection", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -125417,15 +125573,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": "IMicrosoftGraphWebPart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125442,28 +125598,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", - "Command": "Get-MgSitePageWebPart", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" @@ -125481,15 +125637,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", "Command": "Get-MgSitePageWebPart", - "OutputType": "IMicrosoftGraphWebPart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125506,56 +125662,56 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", - "Command": "Get-MgSitePageWebPartByPosition", "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgSitePageWebPart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWebPart", "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", - "Command": "Get-MgSitePageWebPartPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgSitePageWebPartByPosition", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgSitePageWebPartPositionOfWebPart", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Command": "Get-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/sites/{site-id}/permissions", "Command": "Get-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -125564,15 +125720,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/sites/{site-id}/permissions", "Command": "Get-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/sites/{site-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -125581,28 +125737,28 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/sites/{site-id}/permissions/{permission-id}", "Command": "Get-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/sites/{site-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Command": "Get-MgSiteRecentNotebook", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Command": "Get-MgSitePermission", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -125638,15 +125794,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Command": "Get-MgSiteRecentNotebook", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -125682,15 +125838,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", - "Uri": "/sites/{site-id}/termStore", - "Command": "Get-MgSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgSiteRecentNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" @@ -125708,27 +125864,27 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStore", "Method": "GET", - "Uri": "/sites/{site-id}/termStores", "Command": "Get-MgSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore1", + "Uri": "/sites/{site-id}/termStore", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore", "Command": "Get-MgSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore1", + "Uri": "/sites/{site-id}/termStores", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -125748,15 +125904,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Command": "Get-MgSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgSiteTermStore", + "Uri": "/sites/{site-id}/termStore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" @@ -125774,15 +125930,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups", "Command": "Get-MgSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -125799,15 +125955,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups", "Command": "Get-MgSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Uri": "/sites/{site-id}/termStore/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -125825,15 +125981,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Command": "Get-MgSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Uri": "/sites/{site-id}/termStore/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -125853,28 +126009,28 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Command": "Get-MgSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Command": "Get-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Command": "Get-MgSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -125891,15 +126047,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Command": "Get-MgSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -125917,69 +126073,69 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Command": "Get-MgSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Command": "Get-MgSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Command": "Get-MgSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Command": "Get-MgSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1", "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Command": "Get-MgSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -125988,208 +126144,208 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Command": "Get-MgSiteTermStoreGroupSetChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", - "Command": "Get-MgSiteTermStoreGroupSetParentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Command": "Get-MgSiteTermStoreGroupSetChildSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Command": "Get-MgSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Command": "Get-MgSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Command": "Get-MgSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreGroupSetRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Command": "Get-MgSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get2", "GetViaIdentity2" @@ -126207,40 +126363,40 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Command": "Get-MgSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Command": "Get-MgSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Command": "Get-MgSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -126260,250 +126416,250 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" - ], - "Permissions": [] - }, - { + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", "Command": "Get-MgSiteTermStoreGroupSetTermSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Command": "Get-MgSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Get2", "GetViaIdentity2" @@ -126521,27 +126677,27 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets", "Command": "Get-MgSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Command": "Get-MgSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -126561,28 +126717,28 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Command": "Get-MgSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgSiteTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Command": "Get-MgSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List3" ], @@ -126599,15 +126755,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Command": "Get-MgSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1", @@ -126626,15 +126782,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Command": "Get-MgSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -126643,538 +126799,538 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgSiteTermStoreSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Command": "Get-MgSiteTermStoreSetChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetChildRelationSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Command": "Get-MgSiteTermStoreSetChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", - "Command": "Get-MgSiteTermStoreSetParentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Command": "Get-MgSiteTermStoreSetChildSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", - "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroup", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Command": "Get-MgSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Command": "Get-MgSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -127191,15 +127347,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Command": "Get-MgSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -127217,69 +127373,69 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreSetRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreSetRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreSetRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Command": "Get-MgSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get2", "GetViaIdentity2" @@ -127297,40 +127453,40 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Command": "Get-MgSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Command": "Get-MgSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Command": "Get-MgSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -127350,28 +127506,28 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Get-MgSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "Get-MgSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -127388,15 +127544,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Command": "Get-MgSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -127414,120 +127570,120 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Get-MgSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetTermChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Command": "Get-MgSiteTermStoreSetTermChildSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Get-MgSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -127544,15 +127700,15 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Command": "Get-MgSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -127570,82 +127726,82 @@ "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 } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Get-MgSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Command": "Get-MgSiteTermStoreSetTermRelationSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", "Command": "Get-MgSiteTermStoreSetTermSet", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Command": "Get-MgSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", "Variants": [ "Get", "GetViaIdentity" @@ -127669,15 +127825,15 @@ "FullDescription": "Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "GET", - "Uri": "/subscribedSkus", "Command": "Get-MgSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -127706,15 +127862,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "GET", - "Uri": "/subscribedSkus", "Command": "Get-MgSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Uri": "/subscribedSkus", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -127743,15 +127899,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "GET", - "Uri": "/subscribedSkus/{subscribedSku-id}", "Command": "Get-MgSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Uri": "/subscribedSkus", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -127775,78 +127931,78 @@ "FullDescription": "Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": true } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", + "Command": "Get-MgSubscribedSku", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiVersion": "v1.0" }, { - "Module": "ChangeNotifications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/subscriptions/{subscription-id}", - "Command": "Get-MgSubscription", - "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ChangeNotifications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/subscriptions", "Command": "Get-MgSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ChangeNotifications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/subscriptions", "Command": "Get-MgSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ChangeNotifications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/subscriptions/{subscription-id}", "Command": "Get-MgSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgSubscription", + "Uri": "/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/sites/{site-id1}", - "Command": "Get-MgSubSite", - "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/sites/{site-id}/sites", "Command": "Get-MgSubSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/sites/{site-id}/sites/{site-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -127863,15 +128019,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/sites/{site-id}/sites", "Command": "Get-MgSubSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/sites/{site-id}/sites", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -127888,28 +128044,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/sites/{site-id}/sites/{site-id1}", "Command": "Get-MgSubSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/sites/{site-id}/sites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSubSite", + "Uri": "/sites/{site-id}/sites/{site-id1}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teams/{team-id}", - "Command": "Get-MgTeam", - "OutputType": "IMicrosoftGraphTeam1", "Variants": [ "Get1", "GetViaIdentity1" @@ -127957,15 +128113,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", - "Uri": "/teams/{team-id}", "Command": "Get-MgTeam", - "OutputType": "IMicrosoftGraphTeam", + "Uri": "/teams/{team-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -128013,15 +128169,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeam", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Command": "Get-MgTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgTeam", + "Uri": "/teams/{team-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" @@ -128069,17 +128225,72 @@ "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 } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", + "Method": "GET", + "Command": "Get-MgTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List3" + ], + "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 + }, + { + "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 + } + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teams/{team-id}/channels", "Command": "Get-MgTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Uri": "/teams/{team-id}/channels", + "ApiVersion": "beta" + }, + { "Variants": [ - "List3" + "List1" ], "Permissions": [ { @@ -128124,70 +128335,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teams/{team-id}/channels", "Command": "Get-MgTeamChannel", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "List1" - ], - "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 - }, - { - "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 - } - ] + "Uri": "/teams/{team-id}/channels", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Command": "Get-MgTeamChannel", - "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get1", "GetViaIdentity1" @@ -128235,15 +128391,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Command": "Get-MgTeamChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -128297,15 +128453,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "Command": "Get-MgTeamChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -128359,41 +128515,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Command": "Get-MgTeamChannelFileFolderContent", - "OutputType": null, + "Command": "Get-MgTeamChannelFileFolder", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Command": "Get-MgTeamChannelFileFolderContent", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Get-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamChannelFileFolderContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -128435,15 +128591,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Command": "Get-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -128466,15 +128622,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Command": "Get-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -128497,15 +128653,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Command": "Get-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -128547,15 +128703,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Get-MgTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -128593,15 +128749,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Command": "Get-MgTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -128624,15 +128780,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Command": "Get-MgTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -128655,15 +128811,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Get-MgTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -128701,15 +128857,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "Command": "Get-MgTeamChannelMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -128745,15 +128901,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "Command": "Get-MgTeamChannelMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -128789,15 +128945,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamChannelMessageDelta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -128835,15 +128991,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -128878,15 +129034,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -128921,15 +129077,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -128967,15 +129123,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Get-MgTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -129011,15 +129167,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -129042,15 +129198,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -129073,15 +129229,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Get-MgTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -129117,15 +129273,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Command": "Get-MgTeamChannelMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -129161,15 +129317,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Command": "Get-MgTeamChannelMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -129205,15 +129361,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamChannelMessageReplyDelta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -129251,15 +129407,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -129294,15 +129450,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -129337,15 +129493,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -129383,15 +129539,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Get-MgTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -129409,15 +129565,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Command": "Get-MgTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -129434,15 +129590,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Command": "Get-MgTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -129459,15 +129615,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Get-MgTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -129485,28 +129641,28 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -129523,15 +129679,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -129548,28 +129704,28 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Get-MgTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -129623,15 +129779,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Command": "Get-MgTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -129684,15 +129840,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Command": "Get-MgTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -129745,15 +129901,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Get-MgTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -129807,54 +129963,54 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Command": "Get-MgTeamChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Command": "Get-MgTeamChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "Command": "Get-MgTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgTeamChannelTabTeamApp", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels", "Command": "Get-MgTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -129877,15 +130033,15 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels", "Command": "Get-MgTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teams/{team-id}/incomingChannels", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -129908,28 +130064,28 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", "Command": "Get-MgTeamIncomingChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teams/{team-id}/incomingChannels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Command": "Get-MgTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "Get-MgTeamIncomingChannel", + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -129983,15 +130139,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps", "Command": "Get-MgTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -130038,15 +130194,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps", "Command": "Get-MgTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/teams/{team-id}/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -130093,15 +130249,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Command": "Get-MgTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/teams/{team-id}/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -130155,67 +130311,67 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Command": "Get-MgTeamInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Command": "Get-MgTeamInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Command": "Get-MgTeamInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Command": "Get-MgTeamInstalledAppTeamApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Command": "Get-MgTeamInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Command": "Get-MgTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -130233,15 +130389,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/members", "Command": "Get-MgTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -130258,15 +130414,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/members", "Command": "Get-MgTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -130283,15 +130439,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Command": "Get-MgTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -130309,15 +130465,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/getAllMessages", - "Command": "Get-MgTeamMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1" ], @@ -130364,15 +130520,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/getAllMessages", "Command": "Get-MgTeamMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/getAllMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -130419,116 +130575,116 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Command": "Get-MgTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "Get-MgTeamMessage", + "Uri": "/teams/getAllMessages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/teams/{team-id}/operations", "Command": "Get-MgTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/teams/{team-id}/operations", "Command": "Get-MgTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Uri": "/teams/{team-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Command": "Get-MgTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Uri": "/teams/{team-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", - "Uri": "/teams/{team-id}/owners/{user-id}", - "Command": "Get-MgTeamOwner", - "OutputType": "IMicrosoftGraphUser1", + "Command": "Get-MgTeamOperation", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/teams/{team-id}/owners", "Command": "Get-MgTeamOwner", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/teams/{team-id}/owners/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Command": "Get-MgTeamOwnerMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings1", + "Command": "Get-MgTeamOwner", + "Uri": "/teams/{team-id}/owners", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Get-MgTeamPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgTeamOwnerMailboxSetting", + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants", "Command": "Get-MgTeamPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -130551,140 +130707,140 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgTeamPermissionGrant", + "Uri": "/teams/{team-id}/permissionGrants", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants/getByIds", - "Command": "Get-MgTeamPermissionGrantById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants/delta", - "Command": "Get-MgTeamPermissionGrantDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgTeamPermissionGrantById", + "Uri": "/teams/{team-id}/permissionGrants/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgTeamPermissionGrantDelta", + "Uri": "/teams/{team-id}/permissionGrants/delta", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "Command": "Get-MgTeamPermissionGrantMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "Command": "Get-MgTeamPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgTeamPermissionGrantMemberGroup", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants/getUserOwnedObjects", - "Command": "Get-MgTeamPermissionGrantUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgTeamPermissionGrantMemberObject", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgTeamPermissionGrantUserOwnedObject", + "Uri": "/teams/{team-id}/permissionGrants/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teams/{team-id}/photo", - "Command": "Get-MgTeamPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/teams/{team-id}/photo", "Command": "Get-MgTeamPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/teams/{team-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/teams/{team-id}/photo/$value", - "Command": "Get-MgTeamPhotoContent", - "OutputType": null, + "Command": "Get-MgTeamPhoto", + "Uri": "/teams/{team-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/photo/$value", "Command": "Get-MgTeamPhotoContent", - "OutputType": null, + "Uri": "/teams/{team-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel", - "Command": "Get-MgTeamPrimaryChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgTeamPhotoContent", + "Uri": "/teams/{team-id}/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -130708,15 +130864,15 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel", "Command": "Get-MgTeamPrimaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -130740,553 +130896,553 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "Command": "Get-MgTeamPrimaryChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgTeamPrimaryChannel", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "Command": "Get-MgTeamPrimaryChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Command": "Get-MgTeamPrimaryChannelFileFolderContent", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelFileFolder", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "Command": "Get-MgTeamPrimaryChannelFileFolderContent", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Command": "Get-MgTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members", "Command": "Get-MgTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members", "Command": "Get-MgTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Command": "Get-MgTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Command": "Get-MgTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages", "Command": "Get-MgTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages", "Command": "Get-MgTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Command": "Get-MgTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "Command": "Get-MgTeamPrimaryChannelMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamPrimaryChannelMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", "Command": "Get-MgTeamPrimaryChannelMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageDelta", + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Get-MgTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Command": "Get-MgTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Command": "Get-MgTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Get-MgTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Command": "Get-MgTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs", "Command": "Get-MgTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs", "Command": "Get-MgTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Command": "Get-MgTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Command": "Get-MgTeamPrimaryChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Command": "Get-MgTeamPrimaryChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/teams/{team-id}/schedule", - "Command": "Get-MgTeamSchedule", - "OutputType": "IMicrosoftGraphSchedule1", + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -131316,15 +131472,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedule1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule", "Command": "Get-MgTeamSchedule", - "OutputType": "IMicrosoftGraphSchedule", + "Uri": "/teams/{team-id}/schedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -131354,15 +131510,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedule", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Command": "Get-MgTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", + "Command": "Get-MgTeamSchedule", + "Uri": "/teams/{team-id}/schedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -131392,15 +131548,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Command": "Get-MgTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -131417,15 +131573,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Command": "Get-MgTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -131442,15 +131598,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Command": "Get-MgTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -131480,15 +131636,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Command": "Get-MgTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift1", + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -131518,15 +131674,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts", "Command": "Get-MgTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift1", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -131555,15 +131711,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts", "Command": "Get-MgTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -131592,15 +131748,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Command": "Get-MgTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -131630,15 +131786,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", + "Command": "Get-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -131668,15 +131824,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -131705,15 +131861,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -131742,15 +131898,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -131780,15 +131936,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Command": "Get-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup1", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -131818,15 +131974,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Command": "Get-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup1", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -131855,15 +132011,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Command": "Get-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -131892,15 +132048,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Command": "Get-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -131930,15 +132086,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Command": "Get-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift1", + "Command": "Get-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -131968,15 +132124,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShift1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts", "Command": "Get-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift1", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132005,15 +132161,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts", "Command": "Get-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132042,15 +132198,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Command": "Get-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -132080,28 +132236,28 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShift", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Command": "Get-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132130,15 +132286,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132167,28 +132323,28 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Command": "Get-MgTeamScheduleTimeCard", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -132206,15 +132362,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeCards", "Command": "Get-MgTeamScheduleTimeCard", - "OutputType": "IMicrosoftGraphTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132231,15 +132387,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Command": "Get-MgTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff1", + "Command": "Get-MgTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -132269,15 +132425,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff", "Command": "Get-MgTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff1", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132306,15 +132462,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff", "Command": "Get-MgTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132343,15 +132499,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Command": "Get-MgTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -132381,15 +132537,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Command": "Get-MgTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason1", + "Command": "Get-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -132419,15 +132575,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Command": "Get-MgTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason1", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132456,15 +132612,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Command": "Get-MgTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132493,15 +132649,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Command": "Get-MgTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -132531,15 +132687,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Command": "Get-MgTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest1", + "Command": "Get-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -132569,15 +132725,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Command": "Get-MgTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest1", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132606,15 +132762,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Command": "Get-MgTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132643,15 +132799,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Command": "Get-MgTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -132681,15 +132837,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Command": "Get-MgTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -132707,15 +132863,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/teams/{team-id}/tags", "Command": "Get-MgTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132732,15 +132888,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/teams/{team-id}/tags", "Command": "Get-MgTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/teams/{team-id}/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132757,15 +132913,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Command": "Get-MgTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/teams/{team-id}/tags", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -132783,15 +132939,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Command": "Get-MgTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Get-MgTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -132809,15 +132965,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Command": "Get-MgTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132834,15 +132990,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Command": "Get-MgTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132859,15 +133015,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Command": "Get-MgTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -132885,91 +133041,91 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Uri": "/teams/{team-id}/template", - "Command": "Get-MgTeamTemplate", - "OutputType": null, + "Command": "Get-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/template", "Command": "Get-MgTeamTemplate", - "OutputType": null, + "Uri": "/teams/{team-id}/template", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/templateDefinition", - "Command": "Get-MgTeamTemplateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Get-MgTeamTemplate", + "Uri": "/teams/{team-id}/template", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "GET", - "Uri": "/teamwork", - "Command": "Get-MgTeamwork", - "OutputType": "IMicrosoftGraphTeamwork1", + "Command": "Get-MgTeamTemplateDefinition", + "Uri": "/teams/{team-id}/templateDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamwork1", "Method": "GET", - "Uri": "/teamwork", "Command": "Get-MgTeamwork", - "OutputType": "IMicrosoftGraphTeamwork", + "Uri": "/teamwork", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamwork", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Command": "Get-MgTeamworkDeletedTeam", - "OutputType": "IMicrosoftGraphDeletedTeam1", + "Command": "Get-MgTeamwork", + "Uri": "/teamwork", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeletedTeam1", "Method": "GET", - "Uri": "/teamwork/deletedTeams", "Command": "Get-MgTeamworkDeletedTeam", - "OutputType": "IMicrosoftGraphDeletedTeam1", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -132978,15 +133134,15 @@ "Description": "Read the names and descriptions of teams", "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeletedTeam1", "Method": "GET", - "Uri": "/teamwork/deletedTeams", "Command": "Get-MgTeamworkDeletedTeam", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Uri": "/teamwork/deletedTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -132995,644 +133151,644 @@ "Description": "Read the names and descriptions of teams", "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeletedTeam", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Command": "Get-MgTeamworkDeletedTeam", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Uri": "/teamwork/deletedTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeletedTeam", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Command": "Get-MgTeamworkDeletedTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "Get-MgTeamworkDeletedTeam", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "Command": "Get-MgTeamworkDeletedTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "Command": "Get-MgTeamworkDeletedTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Command": "Get-MgTeamworkDeletedTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgTeamworkDeletedTeamChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/teamwork/deletedTeams/getAllMessages", - "Command": "Get-MgTeamworkDeletedTeamMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/teamwork/deletedTeams/getAllMessages", "Command": "Get-MgTeamworkDeletedTeamMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/getAllMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Command": "Get-MgTeamworkDevice", - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Command": "Get-MgTeamworkDeletedTeamMessage", + "Uri": "/teamwork/deletedTeams/getAllMessages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -133650,15 +133806,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDevice", "Method": "GET", - "Uri": "/teamwork/devices", "Command": "Get-MgTeamworkDevice", - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -133675,15 +133831,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDevice", "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "Command": "Get-MgTeamworkDeviceActivity", - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Command": "Get-MgTeamworkDevice", + "Uri": "/teamwork/devices", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -133701,15 +133857,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Command": "Get-MgTeamworkDeviceConfiguration", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Command": "Get-MgTeamworkDeviceActivity", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -133727,15 +133883,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "Command": "Get-MgTeamworkDeviceHealth", - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Command": "Get-MgTeamworkDeviceConfiguration", + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -133753,15 +133909,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Command": "Get-MgTeamworkDeviceOperation", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Command": "Get-MgTeamworkDeviceHealth", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -133779,15 +133935,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "Command": "Get-MgTeamworkDeviceOperation", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -133804,15 +133960,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Method": "GET", - "Uri": "/teamwork/teamsAppSettings", - "Command": "Get-MgTeamworkTeamAppSetting", - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Command": "Get-MgTeamworkDeviceOperation", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get" ], @@ -133829,28 +133985,28 @@ "FullDescription": "Allows the app to read and write the Teams app settings on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppSettings", "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Command": "Get-MgTeamworkTeamTemplate", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Command": "Get-MgTeamworkTeamAppSetting", + "Uri": "/teamwork/teamsAppSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamTemplate", "Method": "GET", - "Uri": "/teamwork/teamTemplates", "Command": "Get-MgTeamworkTeamTemplate", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -133859,15 +134015,15 @@ "Description": "Read available Teams templates", "FullDescription": "Read available Teams templates, on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamTemplate", "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Command": "Get-MgTeamworkTeamTemplateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Get-MgTeamworkTeamTemplate", + "Uri": "/teamwork/teamTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -133877,27 +134033,27 @@ "Description": "Read available Teams templates", "FullDescription": "Read available Teams templates, on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "Command": "Get-MgTeamworkTeamTemplateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", - "Command": "Get-MgTeamworkTeamTemplateDefinitionTeamDefinition", - "OutputType": "IMicrosoftGraphTeam1", + "Command": "Get-MgTeamworkTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -133907,15 +134063,15 @@ "Description": "Read available Teams templates", "FullDescription": "Read available Teams templates, on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Command": "Get-MgTeamworkWorkforceIntegration", - "OutputType": "IMicrosoftGraphWorkforceIntegration1", + "Command": "Get-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -133933,15 +134089,15 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration1", "Method": "GET", - "Uri": "/teamwork/workforceIntegrations", "Command": "Get-MgTeamworkWorkforceIntegration", - "OutputType": "IMicrosoftGraphWorkforceIntegration1", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -133958,15 +134114,15 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration1", "Method": "GET", - "Uri": "/teamwork/workforceIntegrations", "Command": "Get-MgTeamworkWorkforceIntegration", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -133983,15 +134139,15 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Method": "GET", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Command": "Get-MgTeamworkWorkforceIntegration", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134009,15 +134165,15 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiVersion": "v1.0" }, { - "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Command": "Get-MgTenantRelationshipManagedTenant", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Variants": [ "Get", "GetViaIdentity" @@ -134035,15 +134191,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenants", "Command": "Get-MgTenantRelationshipManagedTenant", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134060,28 +134216,28 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Command": "Get-MgTenantRelationshipManagedTenant", + "Uri": "/tenantRelationships/managedTenants/tenants", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134098,298 +134254,298 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "Command": "Get-MgTenantRelationshipManagedTenantAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "Get-MgTenantRelationshipManagedTenantAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlertLog", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "Command": "Get-MgTenantRelationshipManagedTenantAlertLog", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", - "Command": "Get-MgTenantRelationshipManagedTenantAlertLogAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgTenantRelationshipManagedTenantAlertLog", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRule", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "Get-MgTenantRelationshipManagedTenantAlertLogAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "Command": "Get-MgTenantRelationshipManagedTenantAlertRule", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgTenantRelationshipManagedTenantAlertRule", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Command": "Get-MgTenantRelationshipManagedTenantApiNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "Command": "Get-MgTenantRelationshipManagedTenantApiNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", - "Command": "Get-MgTenantRelationshipManagedTenantApiNotificationAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgTenantRelationshipManagedTenantApiNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAppPerformance", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Command": "Get-MgTenantRelationshipManagedTenantApiNotificationAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/appPerformances", "Command": "Get-MgTenantRelationshipManagedTenantAppPerformance", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Command": "Get-MgTenantRelationshipManagedTenantAppPerformance", + "Uri": "/tenantRelationships/managedTenants/appPerformances", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134407,27 +134563,27 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/auditEvents", "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent", + "Uri": "/tenantRelationships/managedTenants/auditEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134445,15 +134601,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134470,15 +134626,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134496,15 +134652,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134521,15 +134677,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134547,15 +134703,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134572,15 +134728,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134604,15 +134760,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134635,15 +134791,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134653,15 +134809,15 @@ "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 - } - }, - { + }, "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134670,15 +134826,15 @@ "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 - } - }, - { + }, "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134696,15 +134852,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134721,15 +134877,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134747,15 +134903,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134772,40 +134928,40 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceAppPerformance", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", "Command": "Get-MgTenantRelationshipManagedTenantDeviceAppPerformance", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Command": "Get-MgTenantRelationshipManagedTenantDeviceAppPerformance", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134823,15 +134979,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134848,78 +135004,78 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceHealthStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", "Command": "Get-MgTenantRelationshipManagedTenantDeviceHealthStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "Get-MgTenantRelationshipManagedTenantDeviceHealthStatuses", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", - "Command": "Get-MgTenantRelationshipManagedTenantEmailNotificationAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Command": "Get-MgTenantRelationshipManagedTenantGroup", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Command": "Get-MgTenantRelationshipManagedTenantEmailNotificationAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134937,15 +135093,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantGroups", "Command": "Get-MgTenantRelationshipManagedTenantGroup", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -134962,15 +135118,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Command": "Get-MgTenantRelationshipManagedTenantGroup", + "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -134988,15 +135144,15 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135013,15 +135169,15 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135039,15 +135195,15 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135064,15 +135220,15 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementAction", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135090,15 +135246,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActions", "Command": "Get-MgTenantRelationshipManagedTenantManagementAction", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135115,15 +135271,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Command": "Get-MgTenantRelationshipManagedTenantManagementAction", + "Uri": "/tenantRelationships/managedTenants/managementActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135141,15 +135297,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135166,15 +135322,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135192,15 +135348,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementIntents", "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135217,15 +135373,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent", + "Uri": "/tenantRelationships/managedTenants/managementIntents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135243,15 +135399,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135268,277 +135424,277 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/{managementTemplateStep-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/{managementTemplateStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/{managementTemplateStepVersion-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/{managementTemplateStepVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Command": "Get-MgTenantRelationshipManagedTenantMyRole", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/myRoles", "Command": "Get-MgTenantRelationshipManagedTenantMyRole", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135555,15 +135711,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Command": "Get-MgTenantRelationshipManagedTenantTag", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "Get-MgTenantRelationshipManagedTenantMyRole", + "Uri": "/tenantRelationships/managedTenants/myRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135581,15 +135737,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantTags", "Command": "Get-MgTenantRelationshipManagedTenantTag", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135606,40 +135762,40 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Command": "Get-MgTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135657,15 +135813,15 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135682,15 +135838,15 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135708,15 +135864,15 @@ "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 } - ] - }, - { + ], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135733,27 +135889,27 @@ "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 } - ] + ], + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/trustFramework", - "Command": "Get-MgTrustFramework", - "OutputType": "IMicrosoftGraphTrustFramework", "Variants": [ "Get" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTrustFramework", "Method": "GET", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Command": "Get-MgTrustFrameworkKeySet", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Command": "Get-MgTrustFramework", + "Uri": "/trustFramework", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135771,15 +135927,15 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Method": "GET", - "Uri": "/trustFramework/keySets", "Command": "Get-MgTrustFrameworkKeySet", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135796,15 +135952,15 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Method": "GET", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", - "Command": "Get-MgTrustFrameworkKeySetActiveKey", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Get-MgTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135822,15 +135978,15 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Method": "GET", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Command": "Get-MgTrustFrameworkPolicy", - "OutputType": null, + "Command": "Get-MgTrustFrameworkKeySetActiveKey", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135848,15 +136004,15 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/trustFramework/policies", "Command": "Get-MgTrustFrameworkPolicy", - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -135873,15 +136029,15 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", "Method": "GET", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Command": "Get-MgTrustFrameworkPolicyContent", - "OutputType": null, + "Command": "Get-MgTrustFrameworkPolicy", + "Uri": "/trustFramework/policies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -135899,15 +136055,15 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgTrustFrameworkPolicyContent", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}", - "Command": "Get-MgUser", - "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get", "GetViaIdentity" @@ -136003,15 +136159,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users", "Command": "Get-MgUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/users/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -136094,15 +136250,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users", "Command": "Get-MgUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -136185,15 +136341,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/users/{user-id}", "Command": "Get-MgUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -136289,28 +136445,28 @@ "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 } - ] + ], + "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", + "Method": "GET", + "Command": "Get-MgUser", + "Uri": "/users/{user-id}", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Command": "Get-MgUserActivity", - "OutputType": "IMicrosoftGraphUserActivity1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", - "Uri": "/users/{user-id}/activities", "Command": "Get-MgUserActivity", - "OutputType": "IMicrosoftGraphUserActivity1", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -136319,15 +136475,15 @@ "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 - } - }, - { + }, "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", - "Uri": "/users/{user-id}/activities", "Command": "Get-MgUserActivity", - "OutputType": "IMicrosoftGraphUserActivity", + "Uri": "/users/{user-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -136336,117 +136492,117 @@ "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 - } - }, - { + }, "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserActivity", "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}", "Command": "Get-MgUserActivity", - "OutputType": "IMicrosoftGraphUserActivity", + "Uri": "/users/{user-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserActivity", "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Command": "Get-MgUserActivityHistoryItem", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "Get-MgUserActivity", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Command": "Get-MgUserActivityHistoryItem", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Command": "Get-MgUserActivityHistoryItem", - "OutputType": "IMicrosoftGraphActivityHistoryItem1", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Command": "Get-MgUserActivityHistoryItem", - "OutputType": "IMicrosoftGraphActivityHistoryItem1", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "Command": "Get-MgUserActivityHistoryItemActivity", - "OutputType": "IMicrosoftGraphUserActivity1", + "Command": "Get-MgUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", "Command": "Get-MgUserActivityHistoryItemActivity", - "OutputType": "IMicrosoftGraphUserActivity", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItemActivity", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "ApiVersion": "v1.0" }, { - "Module": "People", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Command": "Get-MgUserActivityStatistics", - "OutputType": "IMicrosoftGraphActivityStatistics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphActivityStatistics", "Method": "GET", - "Uri": "/users/{user-id}/analytics/activityStatistics", "Command": "Get-MgUserActivityStatistics", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -136455,28 +136611,28 @@ "Description": "Read your activity statistics", "FullDescription": "Allows the app to read your activity statistics, such as how much time you've spent on emails, in meetings, or in chat sessions.", "IsAdmin": false - } + }, + "Module": "People", + "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "GET", + "Command": "Get-MgUserActivityStatistics", + "Uri": "/users/{user-id}/analytics/activityStatistics", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "Command": "Get-MgUserAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances", "Command": "Get-MgUserAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -136493,15 +136649,15 @@ "FullDescription": "Allows the app to read terms of use acceptance statuses on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances", "Command": "Get-MgUserAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/users/{user-id}/agreementAcceptances", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -136518,41 +136674,41 @@ "FullDescription": "Allows the app to read terms of use acceptance statuses on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", "Command": "Get-MgUserAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/users/{user-id}/agreementAcceptances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgUserAgreementAcceptance", + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Get-MgUserAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments", "Command": "Get-MgUserAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -136575,15 +136731,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments", "Command": "Get-MgUserAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -136606,31 +136762,143 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Get-MgUserAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true + } + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true + } + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiVersion": "beta" + }, + { + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true + } + ], + "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -136657,17 +136925,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods", "Command": "Get-MgUserAuthenticationEmailMethod", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -136694,17 +136963,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods", - "Command": "Get-MgUserAuthenticationEmailMethod", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Command": "Get-MgUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -136731,18 +137000,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Command": "Get-MgUserAuthenticationEmailMethod", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Command": "Get-MgUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { @@ -136769,18 +137037,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationFido2Method", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -136807,17 +137075,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods", "Command": "Get-MgUserAuthenticationFido2Method", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -136844,17 +137113,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods", - "Command": "Get-MgUserAuthenticationFido2Method", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Command": "Get-MgUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -136881,18 +137150,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Command": "Get-MgUserAuthenticationFido2Method", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Command": "Get-MgUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/methods", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { @@ -136919,18 +137187,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Command": "Get-MgUserAuthenticationMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/methods", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -136957,17 +137225,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods", "Command": "Get-MgUserAuthenticationMethod", - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -136994,17 +137263,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods", - "Command": "Get-MgUserAuthenticationMethod", - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -137031,18 +137300,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Command": "Get-MgUserAuthenticationMethod", - "OutputType": null, + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { @@ -137069,18 +137337,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -137107,17 +137375,44 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ - "List" + "Get1", + "GetViaIdentity1" + ], + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -137144,18 +137439,43 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Command": "Get-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -137181,18 +137501,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Command": "Get-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -137219,44 +137539,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 } - ] - }, - { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "OutputType": "IMicrosoftGraphDevice1", - "Variants": [ - "Get", - "GetViaIdentity" ], - "Permissions": [] - }, - { "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [] + "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Command": "Get-MgUserAuthenticationOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -137283,77 +137576,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations", - "Command": "Get-MgUserAuthenticationOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Variants": [ - "List" - ], - "Permissions": [] + "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations", - "Command": "Get-MgUserAuthenticationOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Command": "Get-MgUserAuthenticationOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true - } - ] + "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" @@ -137383,15 +137627,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -137420,68 +137664,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 } - ] - }, - { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", - "OutputType": "IMicrosoftGraphDevice1", - "Variants": [ - "Get", - "GetViaIdentity" ], - "Permissions": [] - }, - { "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationPasswordMethod", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true - } - ] + "Uri": "/users/{user-id}/authentication/passwordMethods", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods", - "Command": "Get-MgUserAuthenticationPasswordMethod", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Variants": [ - "List" + "List1" ], "Permissions": [ { @@ -137508,17 +137701,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods", "Command": "Get-MgUserAuthenticationPasswordMethod", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -137545,18 +137739,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationPasswordMethod", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -137583,18 +137777,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationPhoneMethod", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -137621,17 +137814,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods", "Command": "Get-MgUserAuthenticationPhoneMethod", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiVersion": "beta" + }, + { "Variants": [ - "List" + "List1" ], "Permissions": [ { @@ -137658,17 +137851,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods", "Command": "Get-MgUserAuthenticationPhoneMethod", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -137695,18 +137889,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationPhoneMethod", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -137733,18 +137927,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -137771,17 +137964,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "ApiVersion": "beta" + }, + { "Variants": [ - "List" + "List1" ], "Permissions": [ { @@ -137808,17 +138001,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -137845,18 +138039,18 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -137883,18 +138077,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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -137921,52 +138114,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true - } - ] + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Variants": [ "List1" ], @@ -137995,15 +138151,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -138033,15 +138189,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -138071,15 +138227,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -138108,15 +138264,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -138145,15 +138301,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -138183,80 +138339,80 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/getByIds", - "Command": "Get-MgUserById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/users/getByIds", "Command": "Get-MgUserById", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserById", + "Uri": "/users/getByIds", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}", - "Command": "Get-MgUserCalendar", - "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/calendars", "Command": "Get-MgUserCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -138285,15 +138441,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/calendars", "Command": "Get-MgUserCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/calendars", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -138322,28 +138478,28 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}", "Command": "Get-MgUserCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/calendars", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Command": "Get-MgUserCalendarEvent", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgUserCalendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -138366,15 +138522,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Command": "Get-MgUserCalendarEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -138397,15 +138553,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] + ], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Method": "GET", + "Command": "Get-MgUserCalendarEvent", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/calendar/events/delta", - "Command": "Get-MgUserCalendarEventDelta", - "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Delta", "Delta1", @@ -138425,15 +138581,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/users/{user-id}/calendar/events/delta", "Command": "Get-MgUserCalendarEventDelta", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/calendar/events/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta2", "Delta3", @@ -138453,15 +138609,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserCalendarEventDelta", + "Uri": "/users/{user-id}/calendar/events/delta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Command": "Get-MgUserCalendarGroup", - "OutputType": "IMicrosoftGraphCalendarGroup", "Variants": [ "Get", "GetViaIdentity" @@ -138479,15 +138635,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendarGroup", "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups", "Command": "Get-MgUserCalendarGroup", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -138510,15 +138666,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarGroup", "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups", "Command": "Get-MgUserCalendarGroup", - "OutputType": "IMicrosoftGraphCalendarGroup1", + "Uri": "/users/{user-id}/calendarGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -138541,15 +138697,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarGroup1", "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Command": "Get-MgUserCalendarGroup", - "OutputType": "IMicrosoftGraphCalendarGroup1", + "Uri": "/users/{user-id}/calendarGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -138567,15 +138723,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendarGroup1", "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Command": "Get-MgUserCalendarGroupCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -138604,15 +138760,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Command": "Get-MgUserCalendarGroupCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -138641,213 +138797,213 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserCalendarGroupCalendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", "Command": "Get-MgUserCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", "Command": "Get-MgUserCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Command": "Get-MgUserCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions", "Command": "Get-MgUserCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions", "Command": "Get-MgUserCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Command": "Get-MgUserCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgUserCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "Command": "Get-MgUserCalendarSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", "Variants": [ "Get3", "GetExpanded3", "GetViaIdentity3", "GetViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", "Command": "Get-MgUserCalendarSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgUserCalendarSchedule", + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", "Command": "Get-MgUserCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", "Command": "Get-MgUserCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarView", - "Command": "Get-MgUserCalendarView", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List", "List1" @@ -138871,15 +139027,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarView", "Command": "Get-MgUserCalendarView", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/calendar/calendarView", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" @@ -138903,15 +139059,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] + ], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Method": "GET", + "Command": "Get-MgUserCalendarView", + "Uri": "/users/{user-id}/calendar/calendarView", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}", - "Command": "Get-MgUserChat", - "OutputType": "IMicrosoftGraphChat1", "Variants": [ "Get1", "GetViaIdentity1" @@ -138935,15 +139091,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChat1", "Method": "GET", - "Uri": "/users/{user-id}/chats", "Command": "Get-MgUserChat", - "OutputType": "IMicrosoftGraphChat1", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -138966,15 +139122,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChat1", "Method": "GET", - "Uri": "/users/{user-id}/chats", "Command": "Get-MgUserChat", - "OutputType": "IMicrosoftGraphChat", + "Uri": "/users/{user-id}/chats", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -138997,15 +139153,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChat", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}", "Command": "Get-MgUserChat", - "OutputType": "IMicrosoftGraphChat", + "Uri": "/users/{user-id}/chats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -139029,143 +139185,143 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChat", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Command": "Get-MgUserChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "Get-MgUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "Command": "Get-MgUserChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "Command": "Get-MgUserChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Command": "Get-MgUserChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Command": "Get-MgUserChatInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Command": "Get-MgUserChatInstalledAppTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Command": "Get-MgUserChatInstalledAppTeamApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Command": "Get-MgUserChatLastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Command": "Get-MgUserChatLastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Command": "Get-MgUserChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgUserChatLastMessagePreview", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -139201,15 +139357,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members", "Command": "Get-MgUserChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -139244,15 +139400,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members", "Command": "Get-MgUserChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -139287,15 +139443,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Command": "Get-MgUserChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -139331,15 +139487,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Command": "Get-MgUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -139375,15 +139531,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Command": "Get-MgUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -139400,15 +139556,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Command": "Get-MgUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -139425,15 +139581,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Command": "Get-MgUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -139469,15 +139625,15 @@ "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 } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "Command": "Get-MgUserChatMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta", "DeltaViaIdentity" @@ -139513,15 +139669,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "Command": "Get-MgUserChatMessageDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -139557,15 +139713,15 @@ "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 } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessageDelta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgUserChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", @@ -139603,15 +139759,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgUserChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -139646,15 +139802,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Command": "Get-MgUserChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -139689,15 +139845,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgUserChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -139735,411 +139891,411 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Get-MgUserChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "Get-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgUserChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Command": "Get-MgUserChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Get-MgUserChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessageReply", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Command": "Get-MgUserChatMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Command": "Get-MgUserChatMessageReplyDelta", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyDelta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Get-MgUserChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgUserChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "Get-MgUserChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Get-MgUserChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Command": "Get-MgUserChatOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "Get-MgUserChatMessageReplyHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/operations", "Command": "Get-MgUserChatOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Get-MgUserChatPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgUserChatOperation", + "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "Command": "Get-MgUserChatPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrant", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", - "Command": "Get-MgUserChatPermissionGrantById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserChatPermissionGrantById", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/delta", - "Command": "Get-MgUserChatPermissionGrantDelta", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrantDelta", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/delta", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", - "Command": "Get-MgUserChatPermissionGrantMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", - "Command": "Get-MgUserChatPermissionGrantMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgUserChatPermissionGrantMemberGroup", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getUserOwnedObjects", - "Command": "Get-MgUserChatPermissionGrantUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserChatPermissionGrantMemberObject", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserChatPermissionGrantUserOwnedObject", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Command": "Get-MgUserChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Command": "Get-MgUserChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Command": "Get-MgUserChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Command": "Get-MgUserChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Command": "Get-MgUserChatTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "Get-MgUserChatPinnedMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Command": "Get-MgUserChatTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Command": "Get-MgUserChatTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Command": "Get-MgUserChatTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Command": "Get-MgUserChatTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", + "Command": "Get-MgUserChatTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Command": "Get-MgUserChatTabTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgUserChatTabTeamApp", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "Command": "Get-MgUserCloudPcConnectivityHistory", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "Command": "Get-MgUserCloudPcLaunchInfo", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Command": "Get-MgUserCloudPcConnectivityHistory", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -140157,15 +140313,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "Command": "Get-MgUserCloudPcProvisionedCloudPC", - "OutputType": "IMicrosoftGraphCloudPc", + "Command": "Get-MgUserCloudPcLaunchInfo", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -140182,16 +140338,16 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - ] - }, - { + } + ], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPc", "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "Command": "Get-MgUserCloudPcShiftWorkCloudPcAccessState", - "OutputType": null, + "Command": "Get-MgUserCloudPcProvisionedCloudPC", + "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -140209,28 +140365,28 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "Command": "Get-MgUserCloudPcSupportedCloudPcRemoteAction", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Command": "Get-MgUserCloudPcShiftWorkCloudPcAccessState", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Method": "GET", + "Command": "Get-MgUserCloudPcSupportedCloudPcRemoteAction", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiVersion": "beta" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Command": "Get-MgUserContact", - "OutputType": "IMicrosoftGraphContact1", "Variants": [ "Get1", "GetViaIdentity1" @@ -140248,15 +140404,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContact1", "Method": "GET", - "Uri": "/users/{user-id}/contacts", "Command": "Get-MgUserContact", - "OutputType": "IMicrosoftGraphContact1", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -140273,15 +140429,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact1", "Method": "GET", - "Uri": "/users/{user-id}/contacts", "Command": "Get-MgUserContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -140298,15 +140454,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}", "Command": "Get-MgUserContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -140324,15 +140480,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] + ], + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contacts/delta", - "Command": "Get-MgUserContactDelta", - "OutputType": "IMicrosoftGraphContact", "Variants": [ "Delta", "DeltaViaIdentity" @@ -140350,15 +140506,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact", "Method": "GET", - "Uri": "/users/{user-id}/contacts/delta", "Command": "Get-MgUserContactDelta", - "OutputType": "IMicrosoftGraphContact1", + "Uri": "/users/{user-id}/contacts/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -140376,65 +140532,65 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact1", + "Method": "GET", + "Command": "Get-MgUserContactDelta", + "Uri": "/users/{user-id}/contacts/delta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Get-MgUserContactExtension", - "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Command": "Get-MgUserContactExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Command": "Get-MgUserContactExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Get-MgUserContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Command": "Get-MgUserContactFolder", - "OutputType": "IMicrosoftGraphContactFolder1", + "Command": "Get-MgUserContactExtension", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -140452,15 +140608,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders", "Command": "Get-MgUserContactFolder", - "OutputType": "IMicrosoftGraphContactFolder1", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -140477,15 +140633,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders", "Command": "Get-MgUserContactFolder", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -140502,15 +140658,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Command": "Get-MgUserContactFolder", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -140528,28 +140684,28 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Command": "Get-MgUserContactFolderChildFolder", - "OutputType": "IMicrosoftGraphContactFolder1", + "Command": "Get-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Command": "Get-MgUserContactFolderChildFolder", - "OutputType": "IMicrosoftGraphContactFolder1", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -140566,15 +140722,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Command": "Get-MgUserContactFolderChildFolder", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -140591,28 +140747,28 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Command": "Get-MgUserContactFolderChildFolder", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Command": "Get-MgUserContactFolderChildFolderContact", - "OutputType": "IMicrosoftGraphContact1", + "Command": "Get-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -140630,15 +140786,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContact1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Command": "Get-MgUserContactFolderChildFolderContact", - "OutputType": "IMicrosoftGraphContact1", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -140655,15 +140811,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Command": "Get-MgUserContactFolderChildFolderContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -140680,15 +140836,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Command": "Get-MgUserContactFolderChildFolderContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -140706,15 +140862,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] + ], + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "Command": "Get-MgUserContactFolderChildFolderContactDelta", - "OutputType": "IMicrosoftGraphContact", "Variants": [ "Delta", "DeltaViaIdentity" @@ -140732,15 +140888,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "Command": "Get-MgUserContactFolderChildFolderContactDelta", - "OutputType": "IMicrosoftGraphContact1", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -140758,343 +140914,343 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact1", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Command": "Get-MgUserContactFolderChildFolderContactPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Command": "Get-MgUserContactFolderChildFolderContactPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", - "OutputType": null, + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "Command": "Get-MgUserContactFolderChildFolderDelta", - "OutputType": "IMicrosoftGraphContactFolder1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", "Command": "Get-MgUserContactFolderChildFolderDelta", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderDelta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Command": "Get-MgUserContactFolderContact", - "OutputType": "IMicrosoftGraphContact1", + "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -141112,15 +141268,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContact1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Command": "Get-MgUserContactFolderContact", - "OutputType": "IMicrosoftGraphContact1", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -141137,15 +141293,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Command": "Get-MgUserContactFolderContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -141162,15 +141318,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Command": "Get-MgUserContactFolderContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -141188,15 +141344,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] + ], + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "Command": "Get-MgUserContactFolderContactDelta", - "OutputType": "IMicrosoftGraphContact", "Variants": [ "Delta", "DeltaViaIdentity" @@ -141214,15 +141370,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "Command": "Get-MgUserContactFolderContactDelta", - "OutputType": "IMicrosoftGraphContact1", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -141240,115 +141396,115 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact1", + "Method": "GET", + "Command": "Get-MgUserContactFolderContactDelta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Get-MgUserContactFolderContactExtension", - "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Command": "Get-MgUserContactFolderContactExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Command": "Get-MgUserContactFolderContactExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Get-MgUserContactFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserContactFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Command": "Get-MgUserContactFolderContactPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -141358,15 +141514,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "Command": "Get-MgUserContactFolderContactPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -141376,15 +141532,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Command": "Get-MgUserContactFolderContactPhotoContent", - "OutputType": null, + "Command": "Get-MgUserContactFolderContactPhoto", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -141394,15 +141550,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "Command": "Get-MgUserContactFolderContactPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -141412,65 +141568,65 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserContactFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "GET", + "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/delta", - "Command": "Get-MgUserContactFolderDelta", - "OutputType": "IMicrosoftGraphContactFolder1", "Variants": [ "Delta", "DeltaViaIdentity" @@ -141488,15 +141644,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/delta", "Command": "Get-MgUserContactFolderDelta", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -141514,165 +141670,165 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolderDelta", + "Uri": "/users/{user-id}/contactFolders/delta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "Get-MgUserContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Command": "Get-MgUserContactPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgUserContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -141682,15 +141838,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "Command": "Get-MgUserContactPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -141700,15 +141856,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Command": "Get-MgUserContactPhotoContent", - "OutputType": null, + "Command": "Get-MgUserContactPhoto", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -141718,15 +141874,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "Command": "Get-MgUserContactPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -141736,78 +141892,78 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserContactPhotoContent", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "Get-MgUserContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "GET", + "Command": "Get-MgUserContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "Command": "Get-MgUserCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/createdObjects", "Command": "Get-MgUserCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -141848,15 +142004,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/createdObjects", "Command": "Get-MgUserCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/createdObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -141897,104 +142053,104 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "Command": "Get-MgUserCreatedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/createdObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserCreatedObject", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal1", + "Method": "GET", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/calendar", - "Command": "Get-MgUserDefaultCalendar", - "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/calendar", "Command": "Get-MgUserDefaultCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserDefaultCalendar", + "Uri": "/users/{user-id}/calendar", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/calendar/getSchedule", - "Command": "Get-MgUserDefaultCalendarSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", "Variants": [ "Get2", "GetExpanded2", @@ -142020,15 +142176,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", - "Uri": "/users/{user-id}/calendar/getSchedule", "Command": "Get-MgUserDefaultCalendarSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", @@ -142054,15 +142210,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgUserDefaultCalendarSchedule", + "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drive", - "Command": "Get-MgUserDefaultDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get2", "GetViaIdentity2" @@ -142104,15 +142260,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/users/{user-id}/drive", "Command": "Get-MgUserDefaultDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/users/{user-id}/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -142154,15 +142310,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgUserDefaultDrive", + "Uri": "/users/{user-id}/drive", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/delta", - "Command": "Get-MgUserDelta", - "OutputType": "IMicrosoftGraphUser", "Variants": [ "Delta1" ], @@ -142257,15 +142413,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users/delta", "Command": "Get-MgUserDelta", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta" ], @@ -142360,662 +142516,662 @@ "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 } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphUser1", + "Method": "GET", + "Command": "Get-MgUserDelta", + "Uri": "/users/delta", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}", - "Command": "Get-MgUserDevice", - "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/users/{user-id}/devices", "Command": "Get-MgUserDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/users/{user-id}/devices/{device-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserDevice", + "Uri": "/users/{user-id}/devices", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/getByIds", - "Command": "Get-MgUserDeviceById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserDeviceById", + "Uri": "/users/{user-id}/devices/getByIds", + "ApiVersion": "beta" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Command": "Get-MgUserDeviceCommand", - "OutputType": "IMicrosoftGraphCommand", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommand", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/commands", "Command": "Get-MgUserDeviceCommand", - "OutputType": "IMicrosoftGraphCommand", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommand", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", - "Command": "Get-MgUserDeviceCommandResponsepayload", - "OutputType": null, + "Command": "Get-MgUserDeviceCommand", + "Uri": "/users/{user-id}/devices/{device-id}/commands", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDeviceCommandResponsepayload", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/devices/delta", - "Command": "Get-MgUserDeviceDelta", - "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserDeviceDelta", + "Uri": "/users/{user-id}/devices/delta", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Command": "Get-MgUserDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "Command": "Get-MgUserDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Command": "Get-MgUserDeviceEnrollmentConfiguration", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "Command": "Get-MgUserDeviceExtension", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/extensions", "Command": "Get-MgUserDeviceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserDeviceExtension", + "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", + "Method": "GET", + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/getMemberGroups", - "Command": "Get-MgUserDeviceMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/getMemberObjects", - "Command": "Get-MgUserDeviceMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgUserDeviceMemberGroup", + "Uri": "/users/{user-id}/devices/{device-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgUserDeviceMemberObject", + "Uri": "/users/{user-id}/devices/{device-id}/getMemberObjects", + "ApiVersion": "beta" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", - "Command": "Get-MgUserDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf", "Command": "Get-MgUserDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgUserDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgUserDeviceMemberOf", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", "Command": "Get-MgUserDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", - "Command": "Get-MgUserDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserDeviceMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", "Command": "Get-MgUserDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", - "Command": "Get-MgUserDeviceRegisteredOwner", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserDeviceMemberOfAsGroup", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Command": "Get-MgUserDeviceRegisteredOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgUserDeviceRegisteredOwner", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", "Command": "Get-MgUserDeviceRegisteredOwnerAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgUserDeviceRegisteredOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserDeviceRegisteredOwnerAsEndpoint", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", "Command": "Get-MgUserDeviceRegisteredOwnerAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Command": "Get-MgUserDeviceRegisteredOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDeviceRegisteredOwnerAsServicePrincipal", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", "Command": "Get-MgUserDeviceRegisteredOwnerAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDeviceRegisteredOwnerAsUser", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", "Command": "Get-MgUserDeviceRegisteredOwnerByRef", - "OutputType": null, + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", "Command": "Get-MgUserDeviceRegisteredUser", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Permissions": [] + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", + "ApiVersion": "beta" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Command": "Get-MgUserDeviceRegisteredUserAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", "Command": "Get-MgUserDeviceRegisteredUserAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgUserDeviceRegisteredUserAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserDeviceRegisteredUserAsEndpoint", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", "Command": "Get-MgUserDeviceRegisteredUserAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Command": "Get-MgUserDeviceRegisteredUserAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDeviceRegisteredUserAsServicePrincipal", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", "Command": "Get-MgUserDeviceRegisteredUserAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "Command": "Get-MgUserDeviceRegisteredUserByRef", - "OutputType": null, + "Command": "Get-MgUserDeviceRegisteredUserAsUser", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Command": "Get-MgUserDeviceTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserDeviceRegisteredUserByRef", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", "Command": "Get-MgUserDeviceTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgUserDeviceTransitiveMemberOf", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Command": "Get-MgUserDeviceTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserDeviceTransitiveMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", "Command": "Get-MgUserDeviceTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Command": "Get-MgUserDeviceUsageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "Get-MgUserDeviceTransitiveMemberOfAsGroup", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", "Command": "Get-MgUserDeviceUsageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", + "Command": "Get-MgUserDeviceUsageRights", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/getUserOwnedObjects", - "Command": "Get-MgUserDeviceUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserDeviceUserOwnedObject", + "Uri": "/users/{user-id}/devices/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "Command": "Get-MgUserDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/directReports", "Command": "Get-MgUserDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -143056,15 +143212,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/directReports", "Command": "Get-MgUserDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/directReports", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -143105,141 +143261,141 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", "Command": "Get-MgUserDirectReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/directReports", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "Command": "Get-MgUserDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgUserDirectReport", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/users/{user-id}/directReports/orgContact", "Command": "Get-MgUserDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", - "Uri": "/users/{user-id}/directReports/orgContact", "Command": "Get-MgUserDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/users/{user-id}/directReports/orgContact", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", "Command": "Get-MgUserDirectReportAsOrgContact", - "OutputType": "IMicrosoftGraphOrgContact1", + "Uri": "/users/{user-id}/directReports/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "Command": "Get-MgUserDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDirectReportAsOrgContact", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users/{user-id}/directReports/user", "Command": "Get-MgUserDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users/{user-id}/directReports/user", "Command": "Get-MgUserDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users/{user-id}/directReports/user", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", "Command": "Get-MgUserDirectReportAsUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users/{user-id}/directReports/user", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", + "Method": "GET", + "Command": "Get-MgUserDirectReportAsUser", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}", - "Command": "Get-MgUserDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/users/{user-id}/drives", "Command": "Get-MgUserDrive", - "OutputType": "IMicrosoftGraphDrive1", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -143280,15 +143436,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/users/{user-id}/drives", "Command": "Get-MgUserDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/users/{user-id}/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -143329,2978 +143485,2978 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}", "Command": "Get-MgUserDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/users/{user-id}/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/activities", - "Command": "Get-MgUserDriveActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Command": "Get-MgUserDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "Command": "Get-MgUserDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "Command": "Get-MgUserDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "Command": "Get-MgUserDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Command": "Get-MgUserDriveBundleContent", - "OutputType": null, + "Command": "Get-MgUserDriveBundle", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Command": "Get-MgUserDriveBundleContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "Command": "Get-MgUserDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveBundleContent", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following", "Command": "Get-MgUserDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following", "Command": "Get-MgUserDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/following", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", "Command": "Get-MgUserDriveFollowing", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/following", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Command": "Get-MgUserDriveFollowingContent", - "OutputType": null, + "Command": "Get-MgUserDriveFollowing", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "Command": "Get-MgUserDriveFollowingContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Command": "Get-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveFollowingContent", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items", "Command": "Get-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items", "Command": "Get-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Command": "Get-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Command": "Get-MgUserDriveItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgUserDriveItemActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgUserDriveItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Command": "Get-MgUserDriveItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemActivityByInterval", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Get-MgUserDriveItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Get-MgUserDriveItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgUserDriveItemAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Command": "Get-MgUserDriveItemAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "Command": "Get-MgUserDriveItemAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Command": "Get-MgUserDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveItemAnalyticTime", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "Command": "Get-MgUserDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "Command": "Get-MgUserDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Command": "Get-MgUserDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Command": "Get-MgUserDriveItemChildContent", - "OutputType": null, + "Command": "Get-MgUserDriveItemChild", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Command": "Get-MgUserDriveItemChildContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Command": "Get-MgUserDriveItemContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "Command": "Get-MgUserDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Command": "Get-MgUserDriveItemDelta", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Command": "Get-MgUserDriveItemDelta", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveItemDelta", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Get-MgUserDriveItemListItem", - "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Get-MgUserDriveItemListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Command": "Get-MgUserDriveItemListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgUserDriveItemListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgUserDriveItemListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Command": "Get-MgUserDriveItemListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemActivityByInterval", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Command": "Get-MgUserDriveItemListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Command": "Get-MgUserDriveItemListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveItemListItemAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ], - "Permissions": [] - }, - { + ], + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Command": "Get-MgUserDriveItemListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Command": "Get-MgUserDriveItemListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Command": "Get-MgUserDriveItemListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Command": "Get-MgUserDriveItemListItemDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Get-MgUserDriveItemListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Get-MgUserDriveItemListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Get-MgUserDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveItemListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "Get-MgUserDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "Get-MgUserDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Get-MgUserDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Get-MgUserDriveItemListItemVersionField", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Get-MgUserDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Get-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Get-MgUserDriveItemListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "Get-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "Get-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Get-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Get-MgUserDriveItemRetentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgUserDriveItemPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Get-MgUserDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgUserDriveItemRetentionLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "Get-MgUserDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "Get-MgUserDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Get-MgUserDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Get-MgUserDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgUserDriveItemSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "Get-MgUserDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "Get-MgUserDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Get-MgUserDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Get-MgUserDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgUserDriveItemThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "Get-MgUserDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "Get-MgUserDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Get-MgUserDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Command": "Get-MgUserDriveItemVersionContent", - "OutputType": null, + "Command": "Get-MgUserDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Command": "Get-MgUserDriveItemVersionContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Command": "Get-MgUserDriveList", - "OutputType": "IMicrosoftGraphList1", + "Command": "Get-MgUserDriveItemVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list", "Command": "Get-MgUserDriveList", - "OutputType": "IMicrosoftGraphList", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", - "Command": "Get-MgUserDriveListActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgUserDriveList", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Get-MgUserDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgUserDriveListActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "Command": "Get-MgUserDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "Command": "Get-MgUserDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Get-MgUserDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgUserDriveListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgUserDriveListColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgUserDriveListColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Get-MgUserDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgUserDriveListColumnSourceColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "Command": "Get-MgUserDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "Command": "Get-MgUserDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Get-MgUserDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Command": "Get-MgUserDriveListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgUserDriveListContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Command": "Get-MgUserDriveListContentTypeBase", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Command": "Get-MgUserDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "Get-MgUserDriveListContentTypeBase", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgUserDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Command": "Get-MgUserDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Command": "Get-MgUserDriveListContentTypeBaseType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Get-MgUserDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgUserDriveListContentTypeBaseType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgUserDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "Get-MgUserDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Get-MgUserDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Get-MgUserDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgUserDriveListContentTypeColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgUserDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "Get-MgUserDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Get-MgUserDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "Command": "Get-MgUserDriveListDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", "Command": "Get-MgUserDriveListDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Get-MgUserDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "Get-MgUserDriveListDrive", + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "Command": "Get-MgUserDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "Command": "Get-MgUserDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Command": "Get-MgUserDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Command": "Get-MgUserDriveListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgUserDriveListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgUserDriveListItemActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgUserDriveListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Command": "Get-MgUserDriveListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveListItemActivityByInterval", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Command": "Get-MgUserDriveListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "Command": "Get-MgUserDriveListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgUserDriveListItemAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "Command": "Get-MgUserDriveListItemDelta", - "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgUserDriveListItemDelta", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Command": "Get-MgUserDriveListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Command": "Get-MgUserDriveListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Get-MgUserDriveListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgUserDriveListItemDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Command": "Get-MgUserDriveListItemDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Get-MgUserDriveListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Get-MgUserDriveListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Get-MgUserDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "Get-MgUserDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "Get-MgUserDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Get-MgUserDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Get-MgUserDriveListItemVersionField", - "OutputType": null, + "Command": "Get-MgUserDriveListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Get-MgUserDriveListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Get-MgUserDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgUserDriveListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "Command": "Get-MgUserDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "Command": "Get-MgUserDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Get-MgUserDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Get-MgUserDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgUserDriveListOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "Command": "Get-MgUserDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "Command": "Get-MgUserDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Get-MgUserDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Command": "Get-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveListSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root", "Command": "Get-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", - "Command": "Get-MgUserDriveRootActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgUserDriveRootActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgUserDriveRootActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", "Command": "Get-MgUserDriveRootActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootActivityByInterval", + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Command": "Get-MgUserDriveRootAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "Command": "Get-MgUserDriveRootAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgUserDriveRootAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity1", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivity1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", - "OutputType": "IMicrosoftGraphItemActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivity", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "Command": "Get-MgUserDriveRootAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", "Command": "Get-MgUserDriveRootAnalyticTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Command": "Get-MgUserDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveRootAnalyticTime", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "Command": "Get-MgUserDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "Command": "Get-MgUserDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", "Command": "Get-MgUserDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Command": "Get-MgUserDriveRootChildContent", - "OutputType": null, + "Command": "Get-MgUserDriveRootChild", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Command": "Get-MgUserDriveRootChildContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Command": "Get-MgUserDriveRootContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "Command": "Get-MgUserDriveRootContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "Command": "Get-MgUserDriveRootDelta", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", "Command": "Get-MgUserDriveRootDelta", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveRootDelta", + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Command": "Get-MgUserDriveRootListItem", - "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Command": "Get-MgUserDriveRootListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", - "Command": "Get-MgUserDriveRootListItemActivity", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgUserDriveRootListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemActivity", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Command": "Get-MgUserDriveRootListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "Command": "Get-MgUserDriveRootListItemActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemActivityByInterval", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "Command": "Get-MgUserDriveRootListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", "Command": "Get-MgUserDriveRootListItemAnalytic", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveRootListItemAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "Command": "Get-MgUserDriveRootListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", "Command": "Get-MgUserDriveRootListItemDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Command": "Get-MgUserDriveRootListItemDriveItemContent", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "Command": "Get-MgUserDriveRootListItemDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Command": "Get-MgUserDriveRootListItemField", "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Command": "Get-MgUserDriveRootListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Get-MgUserDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveRootListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "Command": "Get-MgUserDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "Command": "Get-MgUserDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Get-MgUserDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Get-MgUserDriveRootListItemVersionField", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Get-MgUserDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Get-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Get-MgUserDriveRootListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "Command": "Get-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "Command": "Get-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Get-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Command": "Get-MgUserDriveRootRetentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Get-MgUserDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "Get-MgUserDriveRootRetentionLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "Command": "Get-MgUserDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "Command": "Get-MgUserDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Get-MgUserDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Get-MgUserDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgUserDriveRootSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "Command": "Get-MgUserDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "Command": "Get-MgUserDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Get-MgUserDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Get-MgUserDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgUserDriveRootThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "Command": "Get-MgUserDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "Command": "Get-MgUserDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Get-MgUserDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Command": "Get-MgUserDriveRootVersionContent", - "OutputType": null, + "Command": "Get-MgUserDriveRootVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Command": "Get-MgUserDriveRootVersionContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "Command": "Get-MgUserDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Get-MgUserDriveRootVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special", "Command": "Get-MgUserDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special", "Command": "Get-MgUserDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/special", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", "Command": "Get-MgUserDriveSpecial", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/special", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Command": "Get-MgUserDriveSpecialContent", - "OutputType": null, + "Command": "Get-MgUserDriveSpecial", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Command": "Get-MgUserDriveSpecialContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveSpecialContent", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", - "Command": "Get-MgUserEffectiveDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgUserEffectiveDeviceEnrollmentConfiguration", + "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}", - "Command": "Get-MgUserEvent", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" @@ -146318,15 +146474,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events", "Command": "Get-MgUserEvent", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -146349,15 +146505,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events", "Command": "Get-MgUserEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/events", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -146380,15 +146536,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}", "Command": "Get-MgUserEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/events", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -146406,28 +146562,28 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Command": "Get-MgUserEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEvent", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments", "Command": "Get-MgUserEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -146436,15 +146592,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments", "Command": "Get-MgUserEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -146453,54 +146609,54 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Command": "Get-MgUserEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/calendar", - "Command": "Get-MgUserEventCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgUserEventAttachment", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/calendar", "Command": "Get-MgUserEventCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/events/{event-id}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserEventCalendar", + "Uri": "/users/{user-id}/events/{event-id}/calendar", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/events/delta", - "Command": "Get-MgUserEventDelta", - "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -146518,15 +146674,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/users/{user-id}/events/delta", "Command": "Get-MgUserEventDelta", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/events/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -146544,354 +146700,354 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEventDelta", + "Uri": "/users/{user-id}/events/delta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "Command": "Get-MgUserEventExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", "Command": "Get-MgUserEventExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Command": "Get-MgUserEventExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventExceptionOccurrence", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Command": "Get-MgUserEventExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "Command": "Get-MgUserEventExceptionOccurrenceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgUserEventExceptionOccurrenceAttachment", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Command": "Get-MgUserEventExceptionOccurrenceExtension", - "OutputType": null, + "Command": "Get-MgUserEventExceptionOccurrenceCalendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Command": "Get-MgUserEventExceptionOccurrenceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "Command": "Get-MgUserEventExceptionOccurrenceInstance", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgUserEventExceptionOccurrenceExtension", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "Command": "Get-MgUserEventExceptionOccurrenceInstance", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventExceptionOccurrenceInstance", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Command": "Get-MgUserEventExceptionOccurrenceInstanceCalendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Command": "Get-MgUserEventExtension", - "OutputType": null, + "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions", "Command": "Get-MgUserEventExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions", "Command": "Get-MgUserEventExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Command": "Get-MgUserEventExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "Command": "Get-MgUserEventInstance", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgUserEventExtension", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances", "Command": "Get-MgUserEventInstance", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -146908,15 +147064,15 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances", "Command": "Get-MgUserEventInstance", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -146933,581 +147089,581 @@ "FullDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", "IsAdmin": true } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", "Command": "Get-MgUserEventInstance", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Command": "Get-MgUserEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventInstance", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Command": "Get-MgUserEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Command": "Get-MgUserEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Command": "Get-MgUserEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "Command": "Get-MgUserEventInstanceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgUserEventInstanceAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "Command": "Get-MgUserEventInstanceCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserEventInstanceCalendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "Command": "Get-MgUserEventInstanceDelta", - "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", "Command": "Get-MgUserEventInstanceDelta", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEventInstanceDelta", + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "Command": "Get-MgUserEventInstanceExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "Command": "Get-MgUserEventInstanceExceptionOccurrence", - "OutputType": "IMicrosoftGraphEvent", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventInstanceExceptionOccurrence", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension", - "OutputType": null, + "Command": "Get-MgUserEventInstanceExceptionOccurrenceCalendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Command": "Get-MgUserEventInstanceExtension", - "OutputType": null, + "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Command": "Get-MgUserEventInstanceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Command": "Get-MgUserEventInstanceExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Command": "Get-MgUserEventInstanceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserEventInstanceExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", "Command": "Get-MgUserEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", "Command": "Get-MgUserEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserEventMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", "Command": "Get-MgUserEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", "Command": "Get-MgUserEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "GET", + "Command": "Get-MgUserEventSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "Command": "Get-MgUserExtension", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/extensions", "Command": "Get-MgUserExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/extensions", "Command": "Get-MgUserExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/extensions/{extension-id}", "Command": "Get-MgUserExtension", - "OutputType": null, + "Uri": "/users/{user-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserExtension", + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/followedSites/{site-id}", - "Command": "Get-MgUserFollowedSite", - "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/users/{user-id}/followedSites", "Command": "Get-MgUserFollowedSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/users/{user-id}/followedSites/{site-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -147524,15 +147680,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "GET", - "Uri": "/users/{user-id}/followedSites", "Command": "Get-MgUserFollowedSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/users/{user-id}/followedSites", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -147549,67 +147705,67 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite", "Method": "GET", - "Uri": "/users/{user-id}/followedSites/{site-id}", "Command": "Get-MgUserFollowedSite", - "OutputType": "IMicrosoftGraphSite", + "Uri": "/users/{user-id}/followedSites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgUserFollowedSite", + "Uri": "/users/{user-id}/followedSites/{site-id}", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification", - "Command": "Get-MgUserInferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInferenceClassification", "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification", "Command": "Get-MgUserInferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Uri": "/users/{user-id}/inferenceClassification", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInferenceClassification", "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Command": "Get-MgUserInferenceClassificationOverride", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "Get-MgUserInferenceClassification", + "Uri": "/users/{user-id}/inferenceClassification", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides", "Command": "Get-MgUserInferenceClassificationOverride", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -147618,15 +147774,15 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides", "Command": "Get-MgUserInferenceClassificationOverride", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -147635,117 +147791,117 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Command": "Get-MgUserInferenceClassificationOverride", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/informationProtection", - "Command": "Get-MgUserInformationProtection", - "OutputType": "IMicrosoftGraphInformationProtection1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtection1", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/bitlocker", - "Command": "Get-MgUserInformationProtectionBitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Command": "Get-MgUserInformationProtection", + "Uri": "/users/{user-id}/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlocker", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Command": "Get-MgUserInformationProtectionBitlocker", + "Uri": "/users/{user-id}/informationProtection/bitlocker", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey", + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/policy", - "Command": "Get-MgUserInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Command": "Get-MgUserInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Get-MgUserInformationProtectionPolicy", + "Uri": "/users/{user-id}/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -147755,15 +147911,15 @@ "Description": "Read user sensitivity labels and label policies.", "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/policy/labels", "Command": "Get-MgUserInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -147772,170 +147928,170 @@ "Description": "Read user sensitivity labels and label policies.", "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Command": "Get-MgUserInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgUserInformationProtectionPolicyLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "Command": "Get-MgUserInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgUserInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Command": "Get-MgUserInformationProtectionSensitivityPolicySetting", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Get-MgUserInformationProtectionSensitivityPolicySetting", + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/joinedGroups", - "Command": "Get-MgUserJoinedGroup", - "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", + "Method": "GET", + "Command": "Get-MgUserJoinedGroup", + "Uri": "/users/{user-id}/joinedGroups", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/joinedGroups/getByIds", - "Command": "Get-MgUserJoinedGroupById", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/joinedGroups/getUserOwnedObjects", - "Command": "Get-MgUserJoinedGroupUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserJoinedGroupById", + "Uri": "/users/{user-id}/joinedGroups/getByIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserJoinedGroupUserOwnedObject", + "Uri": "/users/{user-id}/joinedGroups/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/joinedTeams", - "Command": "Get-MgUserJoinedTeam", - "OutputType": "IMicrosoftGraphTeam1", "Variants": [ "List1" ], @@ -147982,15 +148138,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", - "Uri": "/users/{user-id}/joinedTeams", "Command": "Get-MgUserJoinedTeam", - "OutputType": "IMicrosoftGraphTeam", + "Uri": "/users/{user-id}/joinedTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -148037,41 +148193,41 @@ "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 } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgUserJoinedTeam", + "Uri": "/users/{user-id}/joinedTeams", + "ApiVersion": "v1.0" }, { - "Module": "People", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "Command": "Get-MgUserLastSharedMethodInsight", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "People", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserLastSharedMethodInsight", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Command": "Get-MgUserLicenseDetail", - "OutputType": "IMicrosoftGraphLicenseDetails", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails", "Command": "Get-MgUserLicenseDetail", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -148106,15 +148262,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails", "Command": "Get-MgUserLicenseDetail", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Uri": "/users/{user-id}/licenseDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -148149,41 +148305,41 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Command": "Get-MgUserLicenseDetail", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Uri": "/users/{user-id}/licenseDetails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgUserLicenseDetail", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/getLoggedOnManagedDevices", - "Command": "Get-MgUserLoggedOnManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgUserLoggedOnManagedDevice", + "Uri": "/users/{user-id}/getLoggedOnManagedDevices", + "ApiVersion": "beta" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Command": "Get-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Get1", "GetViaIdentity1" @@ -148207,15 +148363,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders", "Command": "Get-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -148238,15 +148394,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders", "Command": "Get-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Uri": "/users/{user-id}/mailFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -148269,15 +148425,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Command": "Get-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Uri": "/users/{user-id}/mailFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -148301,28 +148457,28 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Command": "Get-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Command": "Get-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Command": "Get-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -148345,15 +148501,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Command": "Get-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -148376,104 +148532,104 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Command": "Get-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "Command": "Get-MgUserMailFolderChildFolderDelta", - "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", "Command": "Get-MgUserMailFolderChildFolderDelta", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMailFolder1", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderDelta", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Command": "Get-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Command": "Get-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Command": "Get-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Command": "Get-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -148483,39 +148639,39 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -148525,417 +148681,417 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Command": "Get-MgUserMailFolderChildFolderMessageContent", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Command": "Get-MgUserMailFolderChildFolderMessageContent", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "Command": "Get-MgUserMailFolderChildFolderMessageDelta", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", "Command": "Get-MgUserMailFolderChildFolderMessageDelta", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Command": "Get-MgUserMailFolderChildFolderMessageMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "Command": "Get-MgUserMailFolderChildFolderMessageMention", - "OutputType": "IMicrosoftGraphMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderChildFolderMessageMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", - "Command": "Get-MgUserMailFolderChildFolderUserConfiguration", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserConfiguration", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", "Command": "Get-MgUserMailFolderChildFolderUserConfiguration", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderUserConfiguration", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/delta", - "Command": "Get-MgUserMailFolderDelta", - "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -148959,15 +149115,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/delta", "Command": "Get-MgUserMailFolderDelta", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -148991,15 +149147,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMailFolder1", + "Method": "GET", + "Command": "Get-MgUserMailFolderDelta", + "Uri": "/users/{user-id}/mailFolders/delta", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Command": "Get-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Get1", "GetViaIdentity1" @@ -149017,15 +149173,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Command": "Get-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -149048,15 +149204,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Command": "Get-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -149079,15 +149235,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Command": "Get-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -149105,28 +149261,28 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Command": "Get-MgUserMailFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Command": "Get-MgUserMailFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -149135,15 +149291,15 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Command": "Get-MgUserMailFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -149152,28 +149308,28 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Command": "Get-MgUserMailFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Command": "Get-MgUserMailFolderMessageContent", - "OutputType": null, + "Command": "Get-MgUserMailFolderMessageAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -149191,15 +149347,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Command": "Get-MgUserMailFolderMessageContent", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -149217,15 +149373,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] + ], + "Module": "Mail", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "Command": "Get-MgUserMailFolderMessageDelta", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -149243,15 +149399,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "Command": "Get-MgUserMailFolderMessageDelta", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -149269,365 +149425,365 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageDelta", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Command": "Get-MgUserMailFolderMessageExtension", - "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Command": "Get-MgUserMailFolderMessageExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Command": "Get-MgUserMailFolderMessageExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Command": "Get-MgUserMailFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Command": "Get-MgUserMailFolderMessageMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgUserMailFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "Command": "Get-MgUserMailFolderMessageMention", - "OutputType": "IMicrosoftGraphMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderMessageMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Command": "Get-MgUserMailFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Command": "Get-MgUserMailFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Command": "Get-MgUserMailFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Command": "Get-MgUserMailFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", - "Command": "Get-MgUserMailFolderUserConfiguration", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserConfiguration", "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", "Command": "Get-MgUserMailFolderUserConfiguration", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", + "Command": "Get-MgUserMailFolderUserConfiguration", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/getMailTips", - "Command": "Get-MgUserMailTip", - "OutputType": "IMicrosoftGraphMailTips", "Variants": [ "Get", "GetExpanded", @@ -149647,15 +149803,15 @@ "FullDescription": "Allows the app to read mail you can access, including shared mail.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailTips", "Method": "POST", - "Uri": "/users/{user-id}/getMailTips", "Command": "Get-MgUserMailTip", - "OutputType": "IMicrosoftGraphMailTips", + "Uri": "/users/{user-id}/getMailTips", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -149675,15 +149831,15 @@ "FullDescription": "Allows the app to read mail you can access, including shared mail.", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailTips", + "Method": "POST", + "Command": "Get-MgUserMailTip", + "Uri": "/users/{user-id}/getMailTips", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/getManagedAppBlockedUsers", - "Command": "Get-MgUserManagedAppBlockedUser", - "OutputType": null, "Variants": [ "Get" ], @@ -149778,15 +149934,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "Command": "Get-MgUserManagedAppDiagnosticStatuses", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Command": "Get-MgUserManagedAppBlockedUser", + "Uri": "/users/getManagedAppBlockedUsers", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -149804,15 +149960,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "Command": "Get-MgUserManagedAppDiagnosticStatuses", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -149830,15 +149986,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppPolicies", - "Command": "Get-MgUserManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "Get-MgUserManagedAppDiagnosticStatuses", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -149856,15 +150012,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppPolicies", "Command": "Get-MgUserManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Uri": "/users/{user-id}/getManagedAppPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -149882,543 +150038,543 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Method": "GET", + "Command": "Get-MgUserManagedAppPolicy", + "Uri": "/users/{user-id}/getManagedAppPolicies", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "Command": "Get-MgUserManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations", "Command": "Get-MgUserManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations", "Command": "Get-MgUserManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Uri": "/users/{user-id}/managedAppRegistrations", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "Command": "Get-MgUserManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Uri": "/users/{user-id}/managedAppRegistrations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Command": "Get-MgUserManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "Get-MgUserManagedAppRegistration", + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices", "Command": "Get-MgUserManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices", "Command": "Get-MgUserManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/users/{user-id}/managedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Command": "Get-MgUserManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/users/{user-id}/managedDevices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Command": "Get-MgUserManagedDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory1", + "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Command": "Get-MgUserManagedDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCategory", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Command": "Get-MgUserManagedDeviceCloudPcRemoteActionResult", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Command": "Get-MgUserManagedDeviceCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgUserManagedDeviceCloudPcRemoteActionResult", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCloudPcReviewStatus", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Command": "Get-MgUserManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "Get-MgUserManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "Get-MgUserManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Get-MgUserManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Command": "Get-MgUserManagedDeviceDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp", + "Command": "Get-MgUserManagedDeviceConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDetectedApp", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", "Command": "Get-MgUserManagedDeviceDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceDetectedApp", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", - "Command": "Get-MgUserManagedDeviceFileVaultKey", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedDeviceFileVaultKey", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Command": "Get-MgUserManagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "Command": "Get-MgUserManagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgUserManagedDeviceHealthScriptState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "Command": "Get-MgUserManagedDeviceNonCompliantSetting", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getOemWarranty", - "Command": "Get-MgUserManagedDeviceOemWarranty", - "OutputType": "IMicrosoftGraphOemWarranty", + "Command": "Get-MgUserManagedDeviceNonCompliantSetting", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphOemWarranty", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceOemWarranty", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getOemWarranty", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Command": "Get-MgUserManagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", "Command": "Get-MgUserManagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgUserManagedDeviceSecurityBaselineState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "Command": "Get-MgUserManagedDeviceUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "Command": "Get-MgUserManagedDeviceUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUser1", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Command": "Get-MgUserManagedDeviceWindowProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgUserManagedDeviceUser", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgUserManagedDeviceWindowProtectionState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "Command": "Get-MgUserManagedDeviceWithAppFailure", - "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" @@ -150436,15 +150592,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "Command": "Get-MgUserManagedDeviceWithAppFailure", - "OutputType": null, + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -150462,15 +150618,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "Command": "Get-MgUserManagedDeviceWithFailedApp", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Command": "Get-MgUserManagedDeviceWithAppFailure", + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -150488,15 +150644,129 @@ "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 } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWithFailedApp", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "ApiVersion": "beta" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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": "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.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 + } + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/manager", "Command": "Get-MgUserManager", + "Uri": "/users/{user-id}/manager", + "ApiVersion": "beta" + }, + { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "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": "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.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 + } + ], + "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserManager", + "Uri": "/users/{user-id}/manager", + "ApiVersion": "v1.0" + }, + { + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "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": "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.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 + } + ], + "Module": "Users", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagerByRef", + "Uri": "/users/{user-id}/manager/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -150526,129 +150796,15 @@ "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 } - ] - }, - { - "Module": "Users", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/users/{user-id}/manager", - "Command": "Get-MgUserManager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get1", - "GetViaIdentity1" ], - "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": "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.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 - } - ] - }, - { "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/manager/$ref", - "Command": "Get-MgUserManagerByRef", "OutputType": null, - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "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": "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.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 - } - ] - }, - { - "Module": "Users", - "ApiVersion": "v1.0", "Method": "GET", - "Uri": "/users/{user-id}/manager/$ref", "Command": "Get-MgUserManagerByRef", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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": "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.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}/manager/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/getMemberGroups", - "Command": "Get-MgUserMemberGroup", - "OutputType": null, "Variants": [ "Get", "GetExpanded", @@ -150716,15 +150872,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/getMemberGroups", "Command": "Get-MgUserMemberGroup", - "OutputType": null, + "Uri": "/users/{user-id}/getMemberGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -150792,15 +150948,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/getMemberObjects", - "Command": "Get-MgUserMemberObject", "OutputType": null, + "Method": "POST", + "Command": "Get-MgUserMemberGroup", + "Uri": "/users/{user-id}/getMemberGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetExpanded", @@ -150874,15 +151030,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/getMemberObjects", "Command": "Get-MgUserMemberObject", - "OutputType": null, + "Uri": "/users/{user-id}/getMemberObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", @@ -150956,15 +151112,15 @@ "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 } - ] + ], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgUserMemberObject", + "Uri": "/users/{user-id}/getMemberObjects", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "Command": "Get-MgUserMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" @@ -150974,15 +151130,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/memberOf", "Command": "Get-MgUserMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -151011,15 +151167,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/memberOf", "Command": "Get-MgUserMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/memberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151048,15 +151204,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "Command": "Get-MgUserMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/memberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -151066,28 +151222,28 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgUserMemberOf", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/administrativeUnit", "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -151096,15 +151252,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/administrativeUnit", "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151113,41 +151269,41 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "Command": "Get-MgUserMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/group", "Command": "Get-MgUserMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -151156,15 +151312,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/group", "Command": "Get-MgUserMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/users/{user-id}/memberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151173,28 +151329,28 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", "Command": "Get-MgUserMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/users/{user-id}/memberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup1", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsGroup", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}", - "Command": "Get-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Get", "GetViaIdentity" @@ -151212,15 +151368,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", - "Uri": "/users/{user-id}/messages", "Command": "Get-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151243,15 +151399,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", - "Uri": "/users/{user-id}/messages", "Command": "Get-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -151274,15 +151430,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}", "Command": "Get-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -151300,28 +151456,28 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Command": "Get-MgUserMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Command": "Get-MgUserMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151330,15 +151486,15 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Command": "Get-MgUserMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -151347,28 +151503,28 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Command": "Get-MgUserMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Command": "Get-MgUserMessageContent", - "OutputType": null, + "Command": "Get-MgUserMessageAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -151386,15 +151542,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/$value", "Command": "Get-MgUserMessageContent", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -151412,15 +151568,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] + ], + "Module": "Mail", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMessageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/messages/delta", - "Command": "Get-MgUserMessageDelta", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -151438,15 +151594,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Uri": "/users/{user-id}/messages/delta", "Command": "Get-MgUserMessageDelta", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/messages/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -151464,190 +151620,190 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "GET", + "Command": "Get-MgUserMessageDelta", + "Uri": "/users/{user-id}/messages/delta", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Command": "Get-MgUserMessageExtension", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Command": "Get-MgUserMessageExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Command": "Get-MgUserMessageExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Command": "Get-MgUserMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Command": "Get-MgUserMessageMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgUserMessageExtension", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/mentions", "Command": "Get-MgUserMessageMention", - "OutputType": "IMicrosoftGraphMention", + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserMessageMention", + "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", "Command": "Get-MgUserMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", "Command": "Get-MgUserMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", "Command": "Get-MgUserMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", "Command": "Get-MgUserMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Get-MgUserMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "GET", + "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Command": "Get-MgUserMobileAppIntentAndState", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Variants": [ "Get", "GetViaIdentity" @@ -151665,15 +151821,15 @@ "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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Method": "GET", - "Uri": "/users/{user-id}/mobileAppIntentAndStates", "Command": "Get-MgUserMobileAppIntentAndState", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151690,103 +151846,103 @@ "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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Command": "Get-MgUserMobileAppTroubleshootingEvent", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "Get-MgUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "Command": "Get-MgUserMobileAppTroubleshootingEvent", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "Get-MgUserMobileAppTroubleshootingEvent", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/notifications/{notification-id}", - "Command": "Get-MgUserNotification", - "OutputType": "IMicrosoftGraphNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotification", "Method": "GET", - "Uri": "/users/{user-id}/notifications", "Command": "Get-MgUserNotification", - "OutputType": "IMicrosoftGraphNotification", + "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotification", "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Command": "Get-MgUserOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Command": "Get-MgUserNotification", + "Uri": "/users/{user-id}/notifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants", "Command": "Get-MgUserOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -151809,15 +151965,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants", "Command": "Get-MgUserOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Uri": "/users/{user-id}/oauth2PermissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151840,28 +151996,28 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Command": "Get-MgUserOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Uri": "/users/{user-id}/oauth2PermissionGrants", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrant", + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Command": "Get-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Get1", "GetViaIdentity1" @@ -151897,15 +152053,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks", "Command": "Get-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -151940,15 +152096,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks", "Command": "Get-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -151983,15 +152139,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Command": "Get-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -152027,45 +152183,45 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "Command": "Get-MgUserOnenoteNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", "Command": "Get-MgUserOnenoteNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Command": "Get-MgUserOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "List1" ], @@ -152100,15 +152256,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Command": "Get-MgUserOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -152143,15 +152299,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Command": "Get-MgUserOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "Get-MgUserOnenoteNotebookSection", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -152186,15 +152342,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Command": "Get-MgUserOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -152229,15 +152385,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Command": "Get-MgUserOnenoteOperation", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -152273,15 +152429,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "Command": "Get-MgUserOnenoteOperation", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -152317,15 +152473,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Command": "Get-MgUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "Get-MgUserOnenoteOperation", + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -152355,15 +152511,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages", "Command": "Get-MgUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -152392,15 +152548,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages", "Command": "Get-MgUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/users/{user-id}/onenote/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -152429,15 +152585,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Command": "Get-MgUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/users/{user-id}/onenote/pages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -152467,15 +152623,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Command": "Get-MgUserOnenotePageContent", - "OutputType": null, + "Command": "Get-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -152505,15 +152661,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Command": "Get-MgUserOnenotePageContent", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -152543,15 +152699,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Command": "Get-MgUserOnenoteRecentNotebook", - "OutputType": "IMicrosoftGraphRecentNotebook", "Variants": [ "Get1", "GetViaIdentity1" @@ -152587,15 +152743,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Command": "Get-MgUserOnenoteRecentNotebook", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -152631,41 +152787,41 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgUserOnenoteRecentNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Command": "Get-MgUserOnenoteResource", - "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "Command": "Get-MgUserOnenoteResource", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Command": "Get-MgUserOnenoteResourceContent", - "OutputType": null, + "Command": "Get-MgUserOnenoteResource", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -152695,15 +152851,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Command": "Get-MgUserOnenoteResourceContent", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -152733,15 +152889,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Command": "Get-MgUserOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "Get-MgUserOnenoteResourceContent", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -152777,15 +152933,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections", "Command": "Get-MgUserOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -152820,15 +152976,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections", "Command": "Get-MgUserOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -152863,15 +153019,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Command": "Get-MgUserOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -152907,15 +153063,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Get-MgUserOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "Get-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -152951,15 +153107,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups", "Command": "Get-MgUserOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List2", "List3" @@ -152995,15 +153151,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups", "Command": "Get-MgUserOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -153039,15 +153195,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Get-MgUserOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153083,15 +153239,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Command": "Get-MgUserOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "Get-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List1" ], @@ -153126,15 +153282,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Command": "Get-MgUserOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -153169,15 +153325,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Command": "Get-MgUserOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "Get-MgUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -153206,15 +153362,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Command": "Get-MgUserOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -153243,15 +153399,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionPage", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Command": "Get-MgUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Get", "GetViaIdentity" @@ -153275,15 +153431,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings", "Command": "Get-MgUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -153306,15 +153462,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings", "Command": "Get-MgUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -153337,15 +153493,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Command": "Get-MgUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -153369,15 +153525,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Command": "Get-MgUserOnlineMeetingAlternativeRecording", - "OutputType": null, + "Command": "Get-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153401,15 +153557,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", + "Command": "Get-MgUserOnlineMeetingAlternativeRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "Get1", @@ -153421,15 +153577,15 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -153438,15 +153594,15 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -153455,15 +153611,15 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" @@ -153473,30 +153629,30 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord1", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord1", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List", "List1" @@ -153506,15 +153662,15 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "List2" ], @@ -153523,28 +153679,28 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Command": "Get-MgUserOnlineMeetingAttendeeReport", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153568,15 +153724,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Command": "Get-MgUserOnlineMeetingAttendeeReport", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -153600,15 +153756,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "Command": "Get-MgUserOnlineMeetingRecording", "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153632,15 +153788,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Command": "Get-MgUserOnlineMeetingRegistration", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Command": "Get-MgUserOnlineMeetingRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153658,15 +153814,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistration", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "Get-MgUserOnlineMeetingRegistration", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153684,27 +153840,27 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Command": "Get-MgUserOnlineMeetingTranscript", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153714,27 +153870,27 @@ "Description": "Read all transcripts of online meetings.", "FullDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallTranscript", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "Command": "Get-MgUserOnlineMeetingTranscript", - "OutputType": "IMicrosoftGraphCallTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallTranscript", "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Command": "Get-MgUserOnlineMeetingTranscriptContent", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153744,28 +153900,28 @@ "Description": "Read all transcripts of online meetings.", "FullDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", - "Command": "Get-MgUserOnlineMeetingVirtualAppointment", - "OutputType": "IMicrosoftGraphVirtualAppointment", + "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153795,28 +153951,28 @@ "FullDescription": "Allows the app to read and write virtual appointments on your behalf.  ", "IsAdmin": true } - ] + ], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphVirtualAppointment", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingVirtualAppointment", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Command": "Get-MgUserOutlookMasterCategory", - "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "Get1", "GetViaIdentity1" @@ -153826,15 +153982,15 @@ "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories", "Command": "Get-MgUserOutlookMasterCategory", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -153843,15 +153999,15 @@ "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories", "Command": "Get-MgUserOutlookMasterCategory", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -153860,15 +154016,15 @@ "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Command": "Get-MgUserOutlookMasterCategory", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153878,15 +154034,15 @@ "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Command": "Get-MgUserOutlookTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgUserOutlookMasterCategory", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153896,15 +154052,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks", "Command": "Get-MgUserOutlookTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -153913,28 +154069,28 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Command": "Get-MgUserOutlookTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserOutlookTask", + "Uri": "/users/{user-id}/outlook/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", "Command": "Get-MgUserOutlookTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -153943,15 +154099,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Command": "Get-MgUserOutlookTaskFolder", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Get-MgUserOutlookTaskAttachment", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -153961,15 +154117,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders", "Command": "Get-MgUserOutlookTaskFolder", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -153978,78 +154134,78 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskFolder", + "Uri": "/users/{user-id}/outlook/taskFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Command": "Get-MgUserOutlookTaskFolderTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "Command": "Get-MgUserOutlookTaskFolderTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -154058,90 +154214,90 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Command": "Get-MgUserOutlookTaskFolderTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserOutlookTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Command": "Get-MgUserOutlookTaskFolderTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskFolderTaskAttachment", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Command": "Get-MgUserOutlookTaskGroup", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -154151,15 +154307,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups", "Command": "Get-MgUserOutlookTaskGroup", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -154168,15 +154324,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Command": "Get-MgUserOutlookTaskGroupTaskFolder", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Get-MgUserOutlookTaskGroup", + "Uri": "/users/{user-id}/outlook/taskGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -154186,15 +154342,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "Command": "Get-MgUserOutlookTaskGroupTaskFolder", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -154203,78 +154359,78 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskGroupTaskFolder", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -154283,153 +154439,153 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "Command": "Get-MgUserOwnedDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices", "Command": "Get-MgUserOwnedDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -154464,15 +154620,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices", "Command": "Get-MgUserOwnedDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/ownedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -154507,166 +154663,166 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", "Command": "Get-MgUserOwnedDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/ownedDevices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Command": "Get-MgUserOwnedDevice", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "Command": "Get-MgUserOwnedDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/device", "Command": "Get-MgUserOwnedDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/device", "Command": "Get-MgUserOwnedDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/users/{user-id}/ownedDevices/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", "Command": "Get-MgUserOwnedDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/users/{user-id}/ownedDevices/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgUserOwnedDeviceAsDevice", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/endpoint", "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/endpoint", "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/ownedDevices/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/ownedDevices/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "Command": "Get-MgUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserOwnedDeviceAsEndpoint", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects", "Command": "Get-MgUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -154701,15 +154857,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects", "Command": "Get-MgUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/ownedObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -154744,204 +154900,204 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", "Command": "Get-MgUserOwnedObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/ownedObjects", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "Command": "Get-MgUserOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgUserOwnedObject", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/application", "Command": "Get-MgUserOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/application", "Command": "Get-MgUserOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/users/{user-id}/ownedObjects/application", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", "Command": "Get-MgUserOwnedObjectAsApplication", - "OutputType": "IMicrosoftGraphApplication1", + "Uri": "/users/{user-id}/ownedObjects/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "Command": "Get-MgUserOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserOwnedObjectAsApplication", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/group", "Command": "Get-MgUserOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/group", "Command": "Get-MgUserOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/users/{user-id}/ownedObjects/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", "Command": "Get-MgUserOwnedObjectAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/users/{user-id}/ownedObjects/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserOwnedObjectAsGroup", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal1", + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/getUserOwnedObjects", - "Command": "Get-MgUserOwnedObjectByType", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserOwnedObjectByType", + "Uri": "/users/getUserOwnedObjects", + "ApiVersion": "beta" }, { - "Module": "People", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/people/{person-id}", - "Command": "Get-MgUserPerson", - "OutputType": "IMicrosoftGraphPerson", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPerson", "Method": "GET", - "Uri": "/users/{user-id}/people", "Command": "Get-MgUserPerson", - "OutputType": "IMicrosoftGraphPerson", + "Uri": "/users/{user-id}/people/{person-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -154958,15 +155114,15 @@ "FullDescription": "Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization’s directory, and people from recent communications.", "IsAdmin": true } - ] - }, - { + ], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPerson", "Method": "GET", - "Uri": "/users/{user-id}/people", "Command": "Get-MgUserPerson", - "OutputType": "IMicrosoftGraphPerson1", + "Uri": "/users/{user-id}/people", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -154983,28 +155139,28 @@ "FullDescription": "Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization’s directory, and people from recent communications.", "IsAdmin": true } - ] - }, - { + ], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPerson1", "Method": "GET", - "Uri": "/users/{user-id}/people/{person-id}", "Command": "Get-MgUserPerson", - "OutputType": "IMicrosoftGraphPerson1", + "Uri": "/users/{user-id}/people", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "People", + "OutputType": "IMicrosoftGraphPerson1", + "Method": "GET", + "Command": "Get-MgUserPerson", + "Uri": "/users/{user-id}/people/{person-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/photo", - "Command": "Get-MgUserPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "Get1", @@ -155016,15 +155172,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/photos", "Command": "Get-MgUserPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/users/{user-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155033,15 +155189,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/photos", "Command": "Get-MgUserPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/users/{user-id}/photos", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -155050,15 +155206,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/photo", "Command": "Get-MgUserPhoto", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Uri": "/users/{user-id}/photos", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get2", "Get3", @@ -155070,15 +155226,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", - "Uri": "/users/{user-id}/photo/$value", - "Command": "Get-MgUserPhotoContent", - "OutputType": null, + "Command": "Get-MgUserPhoto", + "Uri": "/users/{user-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "Get1", @@ -155090,15 +155246,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/photo/$value", "Command": "Get-MgUserPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get2", "Get3", @@ -155110,15 +155266,15 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/planner", - "Command": "Get-MgUserPlanner", - "OutputType": "IMicrosoftGraphPlannerUser", "Variants": [ "Get1", "Get2", @@ -155144,27 +155300,27 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerUser", "Method": "GET", - "Uri": "/users/{user-id}/planner/all", "Command": "Get-MgUserPlanner", - "OutputType": "IMicrosoftGraphPlannerDelta", + "Uri": "/users/{user-id}/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerDelta", "Method": "GET", - "Uri": "/users/{user-id}/planner", "Command": "Get-MgUserPlanner", - "OutputType": "IMicrosoftGraphPlannerUser1", + "Uri": "/users/{user-id}/planner/all", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -155188,15 +155344,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerUser1", + "Method": "GET", + "Command": "Get-MgUserPlanner", + "Uri": "/users/{user-id}/planner", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/planner/all/delta", - "Command": "Get-MgUserPlannerAllDelta", - "OutputType": "IMicrosoftGraphPlannerDelta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -155226,28 +155382,28 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerDelta", + "Method": "GET", + "Command": "Get-MgUserPlannerAllDelta", + "Uri": "/users/{user-id}/planner/all/delta", + "ApiVersion": "beta" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", - "Command": "Get-MgUserPlannerFavoritePlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/users/{user-id}/planner/favoritePlans", "Command": "Get-MgUserPlannerFavoritePlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155270,15 +155426,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/planner/plans", - "Command": "Get-MgUserPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan1", + "Method": "GET", + "Command": "Get-MgUserPlannerFavoritePlan", + "Uri": "/users/{user-id}/planner/favoritePlans", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -155307,15 +155463,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/users/{user-id}/planner/plans", "Command": "Get-MgUserPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Uri": "/users/{user-id}/planner/plans", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155344,80 +155500,80 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgUserPlannerPlan", + "Uri": "/users/{user-id}/planner/plans", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", "Command": "Get-MgUserPlannerPlanBucketDelta", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", "Command": "Get-MgUserPlannerPlanBucketTaskDelta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/delta", "Command": "Get-MgUserPlannerPlanDelta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Uri": "/users/{user-id}/planner/plans/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", "Command": "Get-MgUserPlannerPlanTaskDelta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "ApiVersion": "beta" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", - "Command": "Get-MgUserPlannerRecentPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/users/{user-id}/planner/recentPlans", "Command": "Get-MgUserPlannerRecentPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155440,28 +155596,28 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", - "Command": "Get-MgUserPlannerRosterPlan", "OutputType": "IMicrosoftGraphPlannerPlan1", + "Method": "GET", + "Command": "Get-MgUserPlannerRecentPlan", + "Uri": "/users/{user-id}/planner/recentPlans", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/users/{user-id}/planner/rosterPlans", "Command": "Get-MgUserPlannerRosterPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155478,15 +155634,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", - "Uri": "/users/{user-id}/planner/tasks", - "Command": "Get-MgUserPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "Get-MgUserPlannerRosterPlan", + "Uri": "/users/{user-id}/planner/rosterPlans", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -155515,15 +155671,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", - "Uri": "/users/{user-id}/planner/tasks", "Command": "Get-MgUserPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/users/{user-id}/planner/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155552,15 +155708,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgUserPlannerTask", + "Uri": "/users/{user-id}/planner/tasks", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/planner/tasks/delta", - "Command": "Get-MgUserPlannerTaskDelta", - "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Delta", "DeltaViaIdentity" @@ -155570,15 +155726,15 @@ "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 - } + }, + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgUserPlannerTaskDelta", + "Uri": "/users/{user-id}/planner/tasks/delta", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/presence", - "Command": "Get-MgUserPresence", - "OutputType": "IMicrosoftGraphPresence1", "Variants": [ "Get", "GetViaIdentity" @@ -155596,15 +155752,15 @@ "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 } - ] - }, - { + ], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPresence1", "Method": "GET", - "Uri": "/users/{user-id}/presence", "Command": "Get-MgUserPresence", - "OutputType": "IMicrosoftGraphPresence", + "Uri": "/users/{user-id}/presence", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -155622,15 +155778,15 @@ "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 } - ] + ], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgUserPresence", + "Uri": "/users/{user-id}/presence", + "ApiVersion": "v1.0" }, { - "Module": "People", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/profile", - "Command": "Get-MgUserProfile", - "OutputType": "IMicrosoftGraphProfile", "Variants": [ "Get", "GetViaIdentity" @@ -155666,15 +155822,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProfile", "Method": "GET", - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Command": "Get-MgUserProfileAccount", - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Command": "Get-MgUserProfile", + "Uri": "/users/{user-id}/profile", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -155710,15 +155866,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserAccountInformation", "Method": "GET", - "Uri": "/users/{user-id}/profile/account", "Command": "Get-MgUserProfileAccount", - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155753,15 +155909,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserAccountInformation", "Method": "GET", - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Command": "Get-MgUserProfileAddress", - "OutputType": "IMicrosoftGraphItemAddress", + "Command": "Get-MgUserProfileAccount", + "Uri": "/users/{user-id}/profile/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -155797,15 +155953,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAddress", "Method": "GET", - "Uri": "/users/{user-id}/profile/addresses", "Command": "Get-MgUserProfileAddress", - "OutputType": "IMicrosoftGraphItemAddress", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155840,15 +155996,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAddress", "Method": "GET", - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Command": "Get-MgUserProfileAnniversary", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Command": "Get-MgUserProfileAddress", + "Uri": "/users/{user-id}/profile/addresses", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -155884,15 +156040,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Method": "GET", - "Uri": "/users/{user-id}/profile/anniversaries", "Command": "Get-MgUserProfileAnniversary", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -155927,15 +156083,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Method": "GET", - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Command": "Get-MgUserProfileAward", - "OutputType": "IMicrosoftGraphPersonAward", + "Command": "Get-MgUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/anniversaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -155971,15 +156127,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAward", "Method": "GET", - "Uri": "/users/{user-id}/profile/awards", "Command": "Get-MgUserProfileAward", - "OutputType": "IMicrosoftGraphPersonAward", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156014,15 +156170,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAward", "Method": "GET", - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Command": "Get-MgUserProfileCertification", - "OutputType": "IMicrosoftGraphPersonCertification", + "Command": "Get-MgUserProfileAward", + "Uri": "/users/{user-id}/profile/awards", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156058,15 +156214,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonCertification", "Method": "GET", - "Uri": "/users/{user-id}/profile/certifications", "Command": "Get-MgUserProfileCertification", - "OutputType": "IMicrosoftGraphPersonCertification", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156101,15 +156257,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonCertification", "Method": "GET", - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Command": "Get-MgUserProfileEducationalActivity", - "OutputType": "IMicrosoftGraphEducationalActivity", + "Command": "Get-MgUserProfileCertification", + "Uri": "/users/{user-id}/profile/certifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156145,15 +156301,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationalActivity", "Method": "GET", - "Uri": "/users/{user-id}/profile/educationalActivities", "Command": "Get-MgUserProfileEducationalActivity", - "OutputType": "IMicrosoftGraphEducationalActivity", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156188,61 +156344,18 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationalActivity", "Method": "GET", - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Command": "Get-MgUserProfileEmail", - "OutputType": "IMicrosoftGraphItemEmail", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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-MgUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/educationalActivities", + "ApiVersion": "beta" }, { - "Module": "People", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/profile/emails", - "Command": "Get-MgUserProfileEmail", - "OutputType": "IMicrosoftGraphItemEmail", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -156275,15 +156388,58 @@ "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 } - ] + ], + "Module": "People", + "OutputType": "IMicrosoftGraphItemEmail", + "Method": "GET", + "Command": "Get-MgUserProfileEmail", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "List" + ], + "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 + } + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemEmail", "Method": "GET", - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Command": "Get-MgUserProfileInterest", - "OutputType": "IMicrosoftGraphPersonInterest", + "Command": "Get-MgUserProfileEmail", + "Uri": "/users/{user-id}/profile/emails", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156319,15 +156475,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonInterest", "Method": "GET", - "Uri": "/users/{user-id}/profile/interests", "Command": "Get-MgUserProfileInterest", - "OutputType": "IMicrosoftGraphPersonInterest", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156362,15 +156518,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonInterest", "Method": "GET", - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Command": "Get-MgUserProfileLanguage", - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Command": "Get-MgUserProfileInterest", + "Uri": "/users/{user-id}/profile/interests", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156406,15 +156562,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Method": "GET", - "Uri": "/users/{user-id}/profile/languages", "Command": "Get-MgUserProfileLanguage", - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156449,15 +156605,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Method": "GET", - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Command": "Get-MgUserProfileName", - "OutputType": "IMicrosoftGraphPersonName", + "Command": "Get-MgUserProfileLanguage", + "Uri": "/users/{user-id}/profile/languages", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156493,15 +156649,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonName", "Method": "GET", - "Uri": "/users/{user-id}/profile/names", "Command": "Get-MgUserProfileName", - "OutputType": "IMicrosoftGraphPersonName", + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156536,15 +156692,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonName", "Method": "GET", - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Command": "Get-MgUserProfileNote", - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Command": "Get-MgUserProfileName", + "Uri": "/users/{user-id}/profile/names", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156580,15 +156736,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Method": "GET", - "Uri": "/users/{user-id}/profile/notes", "Command": "Get-MgUserProfileNote", - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156623,15 +156779,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Method": "GET", - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Command": "Get-MgUserProfilePatent", - "OutputType": "IMicrosoftGraphItemPatent", + "Command": "Get-MgUserProfileNote", + "Uri": "/users/{user-id}/profile/notes", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156667,15 +156823,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPatent", "Method": "GET", - "Uri": "/users/{user-id}/profile/patents", "Command": "Get-MgUserProfilePatent", - "OutputType": "IMicrosoftGraphItemPatent", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156710,15 +156866,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPatent", "Method": "GET", - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Command": "Get-MgUserProfilePhone", - "OutputType": "IMicrosoftGraphItemPhone", + "Command": "Get-MgUserProfilePatent", + "Uri": "/users/{user-id}/profile/patents", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156754,15 +156910,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPhone", "Method": "GET", - "Uri": "/users/{user-id}/profile/phones", "Command": "Get-MgUserProfilePhone", - "OutputType": "IMicrosoftGraphItemPhone", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156797,15 +156953,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPhone", "Method": "GET", - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Command": "Get-MgUserProfilePosition", - "OutputType": "IMicrosoftGraphWorkPosition", + "Command": "Get-MgUserProfilePhone", + "Uri": "/users/{user-id}/profile/phones", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156841,15 +156997,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWorkPosition", "Method": "GET", - "Uri": "/users/{user-id}/profile/positions", "Command": "Get-MgUserProfilePosition", - "OutputType": "IMicrosoftGraphWorkPosition", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156884,15 +157040,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWorkPosition", "Method": "GET", - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Command": "Get-MgUserProfileProject", - "OutputType": "IMicrosoftGraphProjectParticipation", + "Command": "Get-MgUserProfilePosition", + "Uri": "/users/{user-id}/profile/positions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -156928,15 +157084,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProjectParticipation", "Method": "GET", - "Uri": "/users/{user-id}/profile/projects", "Command": "Get-MgUserProfileProject", - "OutputType": "IMicrosoftGraphProjectParticipation", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -156971,15 +157127,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProjectParticipation", "Method": "GET", - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Command": "Get-MgUserProfilePublication", - "OutputType": "IMicrosoftGraphItemPublication", + "Command": "Get-MgUserProfileProject", + "Uri": "/users/{user-id}/profile/projects", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -157015,15 +157171,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPublication", "Method": "GET", - "Uri": "/users/{user-id}/profile/publications", "Command": "Get-MgUserProfilePublication", - "OutputType": "IMicrosoftGraphItemPublication", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -157058,15 +157214,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPublication", "Method": "GET", - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Command": "Get-MgUserProfileSkill", - "OutputType": "IMicrosoftGraphSkillProficiency", + "Command": "Get-MgUserProfilePublication", + "Uri": "/users/{user-id}/profile/publications", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -157102,15 +157258,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSkillProficiency", "Method": "GET", - "Uri": "/users/{user-id}/profile/skills", "Command": "Get-MgUserProfileSkill", - "OutputType": "IMicrosoftGraphSkillProficiency", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -157145,15 +157301,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSkillProficiency", "Method": "GET", - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Command": "Get-MgUserProfileWebAccount", - "OutputType": "IMicrosoftGraphWebAccount", + "Command": "Get-MgUserProfileSkill", + "Uri": "/users/{user-id}/profile/skills", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -157189,15 +157345,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWebAccount", "Method": "GET", - "Uri": "/users/{user-id}/profile/webAccounts", "Command": "Get-MgUserProfileWebAccount", - "OutputType": "IMicrosoftGraphWebAccount", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -157232,15 +157388,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWebAccount", "Method": "GET", - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Command": "Get-MgUserProfileWebsite", - "OutputType": "IMicrosoftGraphPersonWebsite", + "Command": "Get-MgUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/webAccounts", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -157276,15 +157432,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonWebsite", "Method": "GET", - "Uri": "/users/{user-id}/profile/websites", "Command": "Get-MgUserProfileWebsite", - "OutputType": "IMicrosoftGraphPersonWebsite", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -157319,28 +157475,28 @@ "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 } - ] + ], + "Module": "People", + "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "GET", + "Command": "Get-MgUserProfileWebsite", + "Uri": "/users/{user-id}/profile/websites", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "Command": "Get-MgUserRegisteredDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices", "Command": "Get-MgUserRegisteredDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -157375,15 +157531,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices", "Command": "Get-MgUserRegisteredDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/registeredDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -157418,166 +157574,166 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "Command": "Get-MgUserRegisteredDevice", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/registeredDevices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Command": "Get-MgUserRegisteredDevice", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/device", "Command": "Get-MgUserRegisteredDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/device", "Command": "Get-MgUserRegisteredDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/users/{user-id}/registeredDevices/device", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "Command": "Get-MgUserRegisteredDeviceAsDevice", - "OutputType": "IMicrosoftGraphDevice1", + "Uri": "/users/{user-id}/registeredDevices/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgUserRegisteredDeviceAsDevice", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/endpoint", "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/endpoint", "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/registeredDevices/endpoint", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/users/{user-id}/registeredDevices/endpoint", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Command": "Get-MgUserScopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf", "Command": "Get-MgUserScopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -157594,15 +157750,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf", "Command": "Get-MgUserScopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -157619,28 +157775,28 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Command": "Get-MgUserScopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/settings", - "Command": "Get-MgUserSetting", - "OutputType": "IMicrosoftGraphUserSettings", "Variants": [ "Get", "GetViaIdentity" @@ -157658,15 +157814,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserSettings", "Method": "GET", - "Uri": "/users/{user-id}/settings", "Command": "Get-MgUserSetting", - "OutputType": "IMicrosoftGraphUserSettings1", + "Uri": "/users/{user-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -157684,15 +157840,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserSettings1", "Method": "GET", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Command": "Get-MgUserSettingContactMergeSuggestion", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Command": "Get-MgUserSetting", + "Uri": "/users/{user-id}/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -157710,15 +157866,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContactMergeSuggestions", "Method": "GET", - "Uri": "/users/{user-id}/settings/itemInsights", - "Command": "Get-MgUserSettingItemInsight", - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Command": "Get-MgUserSettingContactMergeSuggestion", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -157736,28 +157892,28 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Method": "GET", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Command": "Get-MgUserSettingRegionalAndLanguageSetting", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Command": "Get-MgUserSettingItemInsight", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", "Method": "GET", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Command": "Get-MgUserSettingShiftPreference", - "OutputType": "IMicrosoftGraphShiftPreferences", + "Command": "Get-MgUserSettingRegionalAndLanguageSetting", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -157775,15 +157931,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShiftPreferences", "Method": "GET", - "Uri": "/users/{user-id}/settings/shiftPreferences", "Command": "Get-MgUserSettingShiftPreference", - "OutputType": "IMicrosoftGraphShiftPreferences1", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -157801,15 +157957,15 @@ "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 } - ] + ], + "Module": "Users", + "OutputType": "IMicrosoftGraphShiftPreferences1", + "Method": "GET", + "Command": "Get-MgUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiVersion": "v1.0" }, { - "Module": "People", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/users/{user-id}/insights/shared", - "Command": "Get-MgUserSharedInsight", - "OutputType": "IMicrosoftGraphSharedInsight", "Variants": [ "List" ], @@ -157826,80 +157982,80 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedInsight", "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "Command": "Get-MgUserSharedInsight", - "OutputType": "IMicrosoftGraphSharedInsight", + "Uri": "/users/{user-id}/insights/shared", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedInsight", "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "Command": "Get-MgUserSharedResourceInsight", - "OutputType": null, + "Command": "Get-MgUserSharedInsight", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "People", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserSharedResourceInsight", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/teamwork", - "Command": "Get-MgUserTeamwork", - "OutputType": "IMicrosoftGraphUserTeamwork1", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserTeamwork1", "Method": "GET", - "Uri": "/users/{user-id}/teamwork", "Command": "Get-MgUserTeamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", + "Uri": "/users/{user-id}/teamwork", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserTeamwork", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Command": "Get-MgUserTeamworkAssociatedTeam", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", + "Command": "Get-MgUserTeamwork", + "Uri": "/users/{user-id}/teamwork", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams", "Command": "Get-MgUserTeamworkAssociatedTeam", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -157922,15 +158078,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams", "Command": "Get-MgUserTeamworkAssociatedTeam", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -157953,28 +158109,28 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Command": "Get-MgUserTeamworkAssociatedTeam", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Command": "Get-MgUserTeamworkInstalledApp", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", + "Command": "Get-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -157998,15 +158154,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps", "Command": "Get-MgUserTeamworkInstalledApp", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -158029,15 +158185,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps", "Command": "Get-MgUserTeamworkInstalledApp", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -158060,15 +158216,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Command": "Get-MgUserTeamworkInstalledApp", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -158092,15 +158248,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "Command": "Get-MgUserTeamworkInstalledAppChat", - "OutputType": "IMicrosoftGraphChat1", + "Command": "Get-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -158124,15 +158280,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChat1", "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "Command": "Get-MgUserTeamworkInstalledAppChat", - "OutputType": "IMicrosoftGraphChat", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -158156,15 +158312,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppChat", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Command": "Get-MgUserTodoList", - "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Get", "GetViaIdentity" @@ -158182,15 +158338,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists", "Command": "Get-MgUserTodoList", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -158207,15 +158363,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists", "Command": "Get-MgUserTodoList", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Uri": "/users/{user-id}/todo/lists", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -158232,15 +158388,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Command": "Get-MgUserTodoList", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Uri": "/users/{user-id}/todo/lists", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -158258,15 +158414,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/delta", - "Command": "Get-MgUserTodoListDelta", - "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -158284,15 +158440,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/delta", "Command": "Get-MgUserTodoListDelta", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Uri": "/users/{user-id}/todo/lists/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -158310,65 +158466,65 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgUserTodoListDelta", + "Uri": "/users/{user-id}/todo/lists/delta", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Command": "Get-MgUserTodoListExtension", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Command": "Get-MgUserTodoListExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Command": "Get-MgUserTodoListExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Command": "Get-MgUserTodoListExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Command": "Get-MgUserTodoListTask", - "OutputType": "IMicrosoftGraphTodoTask", + "Command": "Get-MgUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -158386,15 +158542,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Command": "Get-MgUserTodoListTask", - "OutputType": "IMicrosoftGraphTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -158411,15 +158567,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Command": "Get-MgUserTodoListTask", - "OutputType": "IMicrosoftGraphTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -158436,15 +158592,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Command": "Get-MgUserTodoListTask", - "OutputType": "IMicrosoftGraphTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -158462,15 +158618,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Command": "Get-MgUserTodoListTaskAttachment", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Command": "Get-MgUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -158488,15 +158644,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Command": "Get-MgUserTodoListTaskAttachment", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -158513,15 +158669,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Command": "Get-MgUserTodoListTaskAttachment", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -158538,15 +158694,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Command": "Get-MgUserTodoListTaskAttachment", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -158564,15 +158720,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Command": "Get-MgUserTodoListTaskAttachmentContent", - "OutputType": null, + "Command": "Get-MgUserTodoListTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -158590,15 +158746,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Command": "Get-MgUserTodoListTaskAttachmentContent", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -158616,91 +158772,91 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Command": "Get-MgUserTodoListTaskAttachmentSession", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Get-MgUserTodoListTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "Command": "Get-MgUserTodoListTaskAttachmentSession", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "Command": "Get-MgUserTodoListTaskAttachmentSession", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Command": "Get-MgUserTodoListTaskAttachmentSession", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Command": "Get-MgUserTodoListTaskAttachmentSessionContent", - "OutputType": null, + "Command": "Get-MgUserTodoListTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Command": "Get-MgUserTodoListTaskAttachmentSessionContent", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Command": "Get-MgUserTodoListTaskChecklistItem", - "OutputType": "IMicrosoftGraphChecklistItem", + "Command": "Get-MgUserTodoListTaskAttachmentSessionContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -158718,15 +158874,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChecklistItem", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Command": "Get-MgUserTodoListTaskChecklistItem", - "OutputType": "IMicrosoftGraphChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -158743,15 +158899,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChecklistItem", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Command": "Get-MgUserTodoListTaskChecklistItem", - "OutputType": "IMicrosoftGraphChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -158768,15 +158924,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChecklistItem", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Command": "Get-MgUserTodoListTaskChecklistItem", - "OutputType": "IMicrosoftGraphChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -158794,15 +158950,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Users", + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", + "Command": "Get-MgUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "Command": "Get-MgUserTodoListTaskDelta", - "OutputType": "IMicrosoftGraphTodoTask", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -158820,15 +158976,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "Command": "Get-MgUserTodoListTaskDelta", - "OutputType": "IMicrosoftGraphTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiVersion": "beta" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" @@ -158846,65 +159002,65 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", + "Command": "Get-MgUserTodoListTaskDelta", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Command": "Get-MgUserTodoListTaskExtension", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Command": "Get-MgUserTodoListTaskExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Command": "Get-MgUserTodoListTaskExtension", - "OutputType": "IMicrosoftGraphExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtension", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Command": "Get-MgUserTodoListTaskExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Command": "Get-MgUserTodoListTaskLinkedResource", - "OutputType": "IMicrosoftGraphLinkedResource", + "Command": "Get-MgUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -158922,15 +159078,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Command": "Get-MgUserTodoListTaskLinkedResource", - "OutputType": "IMicrosoftGraphLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -158947,15 +159103,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Command": "Get-MgUserTodoListTaskLinkedResource", - "OutputType": "IMicrosoftGraphLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -158972,15 +159128,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Command": "Get-MgUserTodoListTaskLinkedResource", - "OutputType": "IMicrosoftGraphLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" @@ -158998,28 +159154,28 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "Command": "Get-MgUserTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf", "Command": "Get-MgUserTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -159060,15 +159216,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf", "Command": "Get-MgUserTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], @@ -159109,153 +159265,153 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "Command": "Get-MgUserTransitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgUserTransitiveMemberOf", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/group", "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/group", "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/users/{user-id}/transitiveMemberOf/group", + "ApiVersion": "beta" + }, + { "Variants": [ "List1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup1", + "Uri": "/users/{user-id}/transitiveMemberOf/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", - "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", - "Command": "Get-MgUserTransitiveReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserTransitiveMemberOfAsGroup", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Uri": "/users/{user-id}/transitiveReports", "Command": "Get-MgUserTransitiveReport", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserTransitiveReport", + "Uri": "/users/{user-id}/transitiveReports", + "ApiVersion": "beta" }, { - "Module": "People", - "ApiVersion": "v1.0", - "Method": "GET", - "Uri": "/users/{user-id}/insights/trending", - "Command": "Get-MgUserTrendingInsight", - "OutputType": "IMicrosoftGraphTrending", "Variants": [ "List" ], @@ -159272,28 +159428,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTrending", "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", "Command": "Get-MgUserTrendingInsight", - "OutputType": "IMicrosoftGraphTrending", + "Uri": "/users/{user-id}/insights/trending", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTrending", "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "Command": "Get-MgUserTrendingResourceInsight", - "OutputType": null, + "Command": "Get-MgUserTrendingInsight", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -159311,15 +159467,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/insights/used", - "Command": "Get-MgUserUsedInsight", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "Get-MgUserTrendingResourceInsight", + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "ApiVersion": "v1.0" + }, + { "Variants": [ "List" ], @@ -159336,28 +159492,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUsedInsight", "Method": "GET", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "Command": "Get-MgUserUsedInsight", - "OutputType": "IMicrosoftGraphUsedInsight", + "Uri": "/users/{user-id}/insights/used", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "People", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUsedInsight", "Method": "GET", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "Command": "Get-MgUserUsedResourceInsight", - "OutputType": null, + "Command": "Get-MgUserUsedInsight", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -159375,53 +159531,53 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "People", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserUsedResourceInsight", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "GET", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", + "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration", + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", - "Command": "Get-MgWindowsUpdatesCatalogEntry", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Method": "GET", - "Uri": "/admin/windows/updates/catalog/entries", "Command": "Get-MgWindowsUpdatesCatalogEntry", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -159430,15 +159586,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Command": "Get-MgWindowsUpdatesDeployment", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "Get-MgWindowsUpdatesCatalogEntry", + "Uri": "/admin/windows/updates/catalog/entries", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -159448,15 +159604,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", "Method": "GET", - "Uri": "/admin/windows/updates/deployments", "Command": "Get-MgWindowsUpdatesDeployment", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -159465,65 +159621,65 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", - "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion", - "OutputType": null, + "Command": "Get-MgWindowsUpdatesDeployment", + "Uri": "/admin/windows/updates/deployments", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", - "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember", - "OutputType": null, + "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Command": "Get-MgWindowsUpdatesPolicy", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -159533,15 +159689,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies", "Command": "Get-MgWindowsUpdatesPolicy", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -159550,78 +159706,78 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Command": "Get-MgWindowsUpdatesPolicyAudience", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Command": "Get-MgWindowsUpdatesPolicy", + "Uri": "/admin/windows/updates/updatePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Command": "Get-MgWindowsUpdatesPolicyAudienceExclusion", - "OutputType": null, + "Command": "Get-MgWindowsUpdatesPolicyAudience", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", "Command": "Get-MgWindowsUpdatesPolicyAudienceExclusion", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Command": "Get-MgWindowsUpdatesPolicyAudienceMember", - "OutputType": null, + "Command": "Get-MgWindowsUpdatesPolicyAudienceExclusion", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", "Command": "Get-MgWindowsUpdatesPolicyAudienceMember", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Command": "Get-MgWindowsUpdatesPolicyComplianceChange", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "Get-MgWindowsUpdatesPolicyAudienceMember", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -159631,15 +159787,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", "Command": "Get-MgWindowsUpdatesPolicyComplianceChange", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -159648,28 +159804,28 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", - "Command": "Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Get-MgWindowsUpdatesPolicyComplianceChange", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", "Method": "GET", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Command": "Get-MgWindowsUpdatesResourceConnection", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -159679,15 +159835,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Method": "GET", - "Uri": "/admin/windows/updates/resourceConnections", "Command": "Get-MgWindowsUpdatesResourceConnection", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -159696,15 +159852,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Method": "GET", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Command": "Get-MgWindowsUpdatesUpdatableAsset", - "OutputType": null, + "Command": "Get-MgWindowsUpdatesResourceConnection", + "Uri": "/admin/windows/updates/resourceConnections", + "ApiVersion": "beta" + }, + { "Variants": [ "Get", "GetViaIdentity" @@ -159714,15 +159870,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "GET", - "Uri": "/admin/windows/updates/updatableAssets", "Command": "Get-MgWindowsUpdatesUpdatableAsset", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "List" ], @@ -159731,165 +159887,165 @@ "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 - } + }, + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", + "Command": "Get-MgWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatableAssets", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Command": "Grant-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Command": "Grant-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Command": "Grant-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Grant-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", "Command": "Grant-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Command": "Grant-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Command": "Grant-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Command": "Grant-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Grant-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "Command": "Grant-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "Command": "Grant-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Grant-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", "Command": "Grant-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgGroupSitePermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "Command": "Grant-MgSharePermission", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant1", "GrantExpanded1", @@ -159915,15 +160071,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "Command": "Grant-MgSharePermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant", "GrantExpanded", @@ -159949,105 +160105,105 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "Command": "Grant-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", "Command": "Grant-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "Grant-MgSitePermission", + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Command": "Grant-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Command": "Grant-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Command": "Grant-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgUserDriveItemPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "Command": "Grant-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiVersion": "beta" + }, + { "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "Grant-MgUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/hideForUser", - "Command": "Hide-MgChatForUser", - "OutputType": null, "Variants": [ "Hide", "HideExpanded", @@ -160059,15 +160215,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/hideForUser", "Command": "Hide-MgChatForUser", - "OutputType": null, + "Uri": "/chats/{chat-id}/hideForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Hide1", "HideExpanded1", @@ -160079,199 +160235,199 @@ "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 - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Hide-MgChatForUser", + "Uri": "/chats/{chat-id}/hideForUser", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "Command": "Hide-MgUserChatForUser", - "OutputType": null, "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", "Command": "Hide-MgUserChatForUser", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Hide1", "HideExpanded1", "HideViaIdentity1", "HideViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Hide-MgUserChatForUser", + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", - "Command": "Import-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", "Method": "POST", - "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", - "Command": "Import-MgDeviceManagementImportedDeviceIdentityList", - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "Command": "Import-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", + "ApiVersion": "beta" + }, + { "Variants": [ "Import", "ImportExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "Import-MgDeviceManagementImportedDeviceIdentityList", + "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", + "ApiVersion": "beta" + }, + { "Variants": [ "Import", "ImportExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "ApiVersion": "beta" + }, + { "Variants": [ "Import1", "ImportExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", - "Command": "Import-MgDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Import", "ImportViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", - "Command": "Import-MgDeviceManagementTemplateOffice365DeviceConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "Import-MgDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Import" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "Import-MgDeviceManagementTemplateOffice365DeviceConfigurationPolicy", + "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", + "ApiVersion": "beta" }, { + "Variants": [ + "Import", + "ImportExpanded", + "ImportViaIdentity", + "ImportViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Command": "Import-MgRoleManagementCloudPcResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Command": "Import-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Command": "Import-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Command": "Import-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Command": "Import-MgRoleManagementExchangeResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Variants": [ - "Import", - "ImportExpanded", - "ImportViaIdentity", - "ImportViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", - "Command": "Initialize-MgComplianceEdiscoveryCaseCustodian", - "OutputType": null, "Variants": [ "Activate", "ActivateViaIdentity" @@ -160289,15 +160445,15 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", - "Command": "Initialize-MgDeviceManagementComanagedDeviceEsim", - "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", @@ -160317,15 +160473,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", - "Command": "Initialize-MgDeviceManagementManagedDeviceEsim", "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgDeviceManagementComanagedDeviceEsim", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiVersion": "beta" + }, + { "Variants": [ "Activate", "ActivateExpanded", @@ -160345,54 +160501,54 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgDeviceManagementManagedDeviceEsim", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiVersion": "beta" }, { + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", "Command": "Initialize-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "ApiVersion": "beta" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/activate", "Command": "Initialize-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "ApiVersion": "beta" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", "Command": "Initialize-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Permissions": [] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", - "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", @@ -160404,30 +160560,30 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "ApiVersion": "beta" + }, + { "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": null, "Variants": [ "Activate1", "ActivateViaIdentity1" @@ -160445,15 +160601,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "ApiVersion": "beta" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" @@ -160471,163 +160627,163 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", - "Command": "Initialize-MgUserManagedDeviceEsim", - "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgUserManagedDeviceEsim", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "Command": "Invoke-MgAcceptGroupCalendarEvent", - "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", "Command": "Invoke-MgAcceptGroupCalendarEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/accept", - "Command": "Invoke-MgAcceptGroupEvent", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/accept", "Command": "Invoke-MgAcceptGroupEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/accept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "Command": "Invoke-MgAcceptGroupEventTentatively", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}/accept", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", "Command": "Invoke-MgAcceptGroupEventTentatively", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupEventTentatively", + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", - "OutputType": null, "Variants": [ "Accept", "AcceptViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept", "AcceptViaIdentity" @@ -160637,15 +160793,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptViaIdentity1" @@ -160655,15 +160811,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/accept", - "Command": "Invoke-MgAcceptUserEvent", - "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", @@ -160675,15 +160831,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/accept", "Command": "Invoke-MgAcceptUserEvent", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/accept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", @@ -160695,75 +160851,75 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "Command": "Invoke-MgAcceptUserEventInstance", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEvent", + "Uri": "/users/{user-id}/events/{event-id}/accept", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", "Command": "Invoke-MgAcceptUserEventInstance", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "Command": "Invoke-MgAcceptUserEventInstanceTentatively", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventInstance", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", "Command": "Invoke-MgAcceptUserEventInstanceTentatively", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "Command": "Invoke-MgAcceptUserEventTentatively", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Accept", "AcceptExpanded", @@ -160775,15 +160931,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", "Command": "Invoke-MgAcceptUserEventTentatively", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "ApiVersion": "beta" + }, + { "Variants": [ "Accept1", "AcceptExpanded1", @@ -160795,15 +160951,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", - "Command": "Invoke-MgAcceptUserPendingAccessReviewInstanceRecommendation", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventTentatively", + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Accept", "AcceptViaIdentity" @@ -160813,15 +160969,15 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserPendingAccessReviewInstanceRecommendation", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", - "Command": "Invoke-MgAccountDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": null, "Variants": [ "Account", "AccountViaIdentity" @@ -160831,45 +160987,45 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAccountDeviceManagementWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/answer", - "Command": "Invoke-MgAnswerCommunicationCall", - "OutputType": null, "Variants": [ "Answer1", "AnswerExpanded1", "AnswerViaIdentity1", "AnswerViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/answer", "Command": "Invoke-MgAnswerCommunicationCall", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/answer", + "ApiVersion": "beta" + }, + { "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAnswerCommunicationCall", + "Uri": "/communications/calls/{call-id}/answer", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", - "Command": "Invoke-MgAppDeviceManagementComanagedDeviceDiagnostic", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Variants": [ "App", "AppViaIdentity" @@ -160899,15 +161055,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "Command": "Invoke-MgAppDeviceManagementManagedDeviceDiagnostic", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", + "Command": "Invoke-MgAppDeviceManagementComanagedDeviceDiagnostic", + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", + "ApiVersion": "beta" + }, + { "Variants": [ "App", "AppViaIdentity" @@ -160937,54 +161093,54 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", + "Command": "Invoke-MgAppDeviceManagementManagedDeviceDiagnostic", + "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", - "Command": "Invoke-MgAppUserManagedDeviceDiagnostic", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Variants": [ "App", "AppViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", + "Command": "Invoke-MgAppUserManagedDeviceDiagnostic", + "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/archive", - "Command": "Invoke-MgArchiveServiceAnnouncementMessage", - "OutputType": null, "Variants": [ "Archive", "ArchiveExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/archive", "Command": "Invoke-MgArchiveServiceAnnouncementMessage", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/archive", + "ApiVersion": "beta" + }, + { "Variants": [ "Archive1", "ArchiveExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/archive", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/archive", - "Command": "Invoke-MgArchiveTeam", - "OutputType": null, "Variants": [ "Archive1", "ArchiveExpanded1", @@ -161010,15 +161166,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/archive", "Command": "Invoke-MgArchiveTeam", - "OutputType": null, + "Uri": "/teams/{team-id}/archive", + "ApiVersion": "beta" + }, + { "Variants": [ "Archive", "ArchiveExpanded", @@ -161044,15 +161200,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgArchiveTeam", + "Uri": "/teams/{team-id}/archive", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", - "Command": "Invoke-MgAsComplianceEdiscoveryCaseTagHierarchy", - "OutputType": "IMicrosoftGraphEdiscoveryTag", "Variants": [ "As", "AsViaIdentity" @@ -161070,15 +161226,15 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Invoke-MgAsComplianceEdiscoveryCaseTagHierarchy", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "As", "AsViaIdentity" @@ -161096,15 +161252,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "ApiVersion": "beta" + }, + { "Variants": [ "As1", "AsViaIdentity1" @@ -161122,41 +161278,41 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Method": "GET", + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Command": "Invoke-MgAssignedRoleManagementCloudPcRoleDefinitionPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Command": "Invoke-MgAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgAssignedRoleManagementCloudPcRoleDefinitionPrincipal", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiVersion": "beta" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Command": "Invoke-MgAssignedRoleManagementDirectoryRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiVersion": "beta" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" @@ -161180,65 +161336,65 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Command": "Invoke-MgAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiVersion": "beta" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Command": "Invoke-MgAssignedRoleManagementExchangeRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiVersion": "beta" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgAssignedRoleManagementExchangeRoleDefinitionPrincipal", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", - "OutputType": null, "Variants": [ "Available" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/directory/federationConfigurations/availableProviderTypes", "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", - "OutputType": null, + "Uri": "/directory/federationConfigurations/availableProviderTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Available1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "Uri": "/directory/federationConfigurations/availableProviderTypes", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/identityProviders/availableProviderTypes", - "Command": "Invoke-MgAvailableIdentityProviderType", - "OutputType": null, "Variants": [ "Available" ], @@ -161255,15 +161411,15 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/identity/identityProviders/availableProviderTypes", "Command": "Invoke-MgAvailableIdentityProviderType", - "OutputType": null, + "Uri": "/identity/identityProviders/availableProviderTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Available1" ], @@ -161280,30 +161436,30 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgAvailableIdentityProviderType", + "Uri": "/identity/identityProviders/availableProviderTypes", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", - "OutputType": null, "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Batch", "BatchExpanded", @@ -161315,15 +161471,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Batch1", "BatchExpanded1", @@ -161335,15 +161491,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", - "Command": "Invoke-MgBatchUserPendingAccessReviewInstanceRecordDecision", - "OutputType": null, "Variants": [ "Batch", "BatchExpanded", @@ -161355,15 +161511,15 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBatchUserPendingAccessReviewInstanceRecordDecision", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "OutputType": null, "Variants": [ "Begin", "BeginViaIdentity" @@ -161381,15 +161537,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "OutputType": null, + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiVersion": "beta" + }, + { "Variants": [ "Begin1", "BeginViaIdentity1" @@ -161407,338 +161563,338 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", - "Command": "Invoke-MgBufferGroupSiteInformationProtectionDecrypt", - "OutputType": null, "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", - "Command": "Invoke-MgBufferGroupSiteInformationProtectionEncrypt", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Command": "Invoke-MgBufferGroupSiteInformationProtectionDecrypt", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", + "ApiVersion": "beta" + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", + "Command": "Invoke-MgBufferGroupSiteInformationProtectionEncrypt", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", + "ApiVersion": "beta" }, { + "Variants": [ + "Buffer", + "BufferExpanded" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/informationProtection/decryptBuffer", "Command": "Invoke-MgBufferInformationProtectionDecrypt", - "OutputType": null, + "Uri": "/informationProtection/decryptBuffer", + "ApiVersion": "beta" + }, + { "Variants": [ "Buffer", "BufferExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Method": "POST", - "Uri": "/informationProtection/encryptBuffer", "Command": "Invoke-MgBufferInformationProtectionEncrypt", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Uri": "/informationProtection/encryptBuffer", + "ApiVersion": "beta" + }, + { "Variants": [ "Buffer", - "BufferExpanded" + "BufferExpanded", + "BufferViaIdentity", + "BufferViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", "Command": "Invoke-MgBufferSiteInformationProtectionDecrypt", - "OutputType": null, + "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", + "ApiVersion": "beta" + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", "Command": "Invoke-MgBufferSiteInformationProtectionEncrypt", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", + "ApiVersion": "beta" + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/decryptBuffer", "Command": "Invoke-MgBufferUserInformationProtectionDecrypt", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/decryptBuffer", + "ApiVersion": "beta" + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/encryptBuffer", "Command": "Invoke-MgBufferUserInformationProtectionEncrypt", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "Variants": [ - "Buffer", - "BufferExpanded", - "BufferViaIdentity", - "BufferViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/informationProtection/encryptBuffer", + "ApiVersion": "beta" }, { + "Variants": [ + "Bulk", + "BulkExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", "Command": "Invoke-MgBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", "Command": "Invoke-MgBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", "Command": "Invoke-MgBulkDeviceManagementVirtualEndpointCloudPcResize", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", + "ApiVersion": "beta" + }, + { "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", "Command": "Invoke-MgBulkReprovisionDeviceManagementComanagedDeviceCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", "Command": "Invoke-MgBulkReprovisionDeviceManagementManagedDeviceCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Variants": [ - "Bulk", - "BulkExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", - "Command": "Invoke-MgBulkReprovisionUserManagedDeviceCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBulkReprovisionUserManagedDeviceCloudPc", + "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", - "Command": "Invoke-MgBulkRestoreDeviceManagementComanagedDeviceCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", - "Command": "Invoke-MgBulkRestoreDeviceManagementManagedDeviceCloudPc", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBulkRestoreDeviceManagementComanagedDeviceCloudPc", + "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBulkRestoreDeviceManagementManagedDeviceCloudPc", + "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", - "Command": "Invoke-MgBulkRestoreUserManagedDeviceCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/bulkResize", - "Command": "Invoke-MgBulkUserCloudPcResize", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Invoke-MgBulkRestoreUserManagedDeviceCloudPc", + "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", - "Command": "Invoke-MgBulkUserManagedDeviceSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBulkUserCloudPcResize", + "Uri": "/users/{user-id}/cloudPCs/bulkResize", + "ApiVersion": "beta" + }, + { "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBulkUserManagedDeviceSetCloudPcReviewStatus", + "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Command": "Invoke-MgCalendarGroupCalendar", - "OutputType": null, "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Command": "Invoke-MgCalendarGroupCalendar", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Calendar1", "CalendarViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgCalendarGroupCalendar", + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", - "OutputType": null, "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", - "OutputType": null, + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Calendar2", "Calendar3", "CalendarViaIdentity2", "CalendarViaIdentity3" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "Command": "Invoke-MgCheckinDriveItem", - "OutputType": null, "Variants": [ "Checkin", "CheckinExpanded", @@ -161764,15 +161920,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "Command": "Invoke-MgCheckinDriveItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkin1", "CheckinExpanded1", @@ -161798,165 +161954,165 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkin", - "Command": "Invoke-MgCheckinDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkin", "Command": "Invoke-MgCheckinDriveRoot", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/checkin", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinDriveRoot", + "Uri": "/drives/{drive-id}/root/checkin", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Command": "Invoke-MgCheckinGroupDriveItem", - "OutputType": null, "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "Command": "Invoke-MgCheckinGroupDriveItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "Command": "Invoke-MgCheckinGroupDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", "Command": "Invoke-MgCheckinGroupDriveRoot", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Command": "Invoke-MgCheckinUserDriveItem", - "OutputType": null, "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "Command": "Invoke-MgCheckinUserDriveItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "Command": "Invoke-MgCheckinUserDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", "Command": "Invoke-MgCheckinUserDriveRoot", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "Command": "Invoke-MgCheckoutDriveItem", - "OutputType": null, "Variants": [ "Checkout", "CheckoutViaIdentity" @@ -161980,15 +162136,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "Command": "Invoke-MgCheckoutDriveItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkout1", "CheckoutViaIdentity1" @@ -162012,145 +162168,145 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkout", - "Command": "Invoke-MgCheckoutDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkout", "Command": "Invoke-MgCheckoutDriveRoot", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/checkout", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutDriveRoot", + "Uri": "/drives/{drive-id}/root/checkout", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Command": "Invoke-MgCheckoutGroupDriveItem", - "OutputType": null, "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "Command": "Invoke-MgCheckoutGroupDriveItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "Command": "Invoke-MgCheckoutGroupDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", "Command": "Invoke-MgCheckoutGroupDriveRoot", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Command": "Invoke-MgCheckoutUserDriveItem", - "OutputType": null, "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "Command": "Invoke-MgCheckoutUserDriveItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "Command": "Invoke-MgCheckoutUserDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", "Command": "Invoke-MgCheckoutUserDriveRoot", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "ApiVersion": "beta" + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", - "Command": "Invoke-MgCleanDeviceManagementComanagedDeviceWindowDevice", - "OutputType": null, "Variants": [ "Clean", "CleanExpanded", @@ -162162,15 +162318,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCleanDeviceManagementComanagedDeviceWindowDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Clean", "CleanExpanded", @@ -162182,15 +162338,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Clean1", "CleanExpanded1", @@ -162202,60 +162358,60 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice", - "OutputType": null, "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Clean1", "CleanExpanded1", "CleanViaIdentity1", "CleanViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", - "Command": "Invoke-MgClockTeamScheduleTimeCardIn", - "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", - "Command": "Invoke-MgClockTeamScheduleTimeCardOut", "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Invoke-MgClockTeamScheduleTimeCardIn", + "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", + "ApiVersion": "beta" + }, + { "Variants": [ "Clock", "ClockExpanded", @@ -162267,15 +162423,15 @@ "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 - } + }, + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Invoke-MgClockTeamScheduleTimeCardOut", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", - "Command": "Invoke-MgConsentDeviceManagementDataSharingConsentToDataSharing", - "OutputType": "IMicrosoftGraphDataSharingConsent", "Variants": [ "Consent", "ConsentViaIdentity" @@ -162285,71 +162441,71 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "POST", + "Command": "Invoke-MgConsentDeviceManagementDataSharingConsentToDataSharing", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/onlineMeetings", - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Create3", "CreateExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "POST", - "Uri": "/communications/onlineMeetings", "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Uri": "/communications/onlineMeetings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Method": "POST", + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", - "Command": "Invoke-MgCustomDeviceManagementRoleScopeTag", - "OutputType": null, "Variants": [ "Custom" ], @@ -162378,114 +162534,114 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgCustomDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", + "ApiVersion": "beta" }, { + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", "Command": "Invoke-MgDeactivateEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", "Command": "Invoke-MgDeactivateEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", "Command": "Invoke-MgDeactivateEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Deactivate", - "DeactivateViaIdentity" - ], - "Permissions": [] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "Command": "Invoke-MgDeclineGroupCalendarEvent", - "OutputType": null, "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", "Command": "Invoke-MgDeclineGroupCalendarEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "ApiVersion": "beta" + }, + { "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/decline", - "Command": "Invoke-MgDeclineGroupEvent", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/decline", "Command": "Invoke-MgDeclineGroupEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/decline", + "ApiVersion": "beta" + }, + { "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}/decline", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/decline", - "Command": "Invoke-MgDeclineUserEvent", - "OutputType": null, "Variants": [ "Decline", "DeclineExpanded", @@ -162497,15 +162653,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/decline", "Command": "Invoke-MgDeclineUserEvent", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/decline", + "ApiVersion": "beta" + }, + { "Variants": [ "Decline1", "DeclineExpanded1", @@ -162517,45 +162673,45 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "Command": "Invoke-MgDeclineUserEventInstance", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineUserEvent", + "Uri": "/users/{user-id}/events/{event-id}/decline", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", "Command": "Invoke-MgDeclineUserEventInstance", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "ApiVersion": "beta" + }, + { "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineUserEventInstance", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", - "Command": "Invoke-MgDeprovisionDeviceManagementComanagedDevice", - "OutputType": null, "Variants": [ "Deprovision", "DeprovisionExpanded", @@ -162575,15 +162731,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "Command": "Invoke-MgDeprovisionDeviceManagementManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeprovisionDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", + "ApiVersion": "beta" + }, + { "Variants": [ "Deprovision", "DeprovisionExpanded", @@ -162603,75 +162759,75 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeprovisionDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", - "Command": "Invoke-MgDeprovisionUserManagedDevice", - "OutputType": null, "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeprovisionUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", - "Command": "Invoke-MgDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", - "OutputType": null, "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", - "Command": "Invoke-MgDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", - "Command": "Invoke-MgDismissDirectoryImpactedResource", - "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImpactedResource", "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/dismiss", - "Command": "Invoke-MgDismissDirectoryRecommendation", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgDismissDirectoryImpactedResource", + "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", + "ApiVersion": "beta" + }, + { "Variants": [ "Dismiss", "DismissExpanded", @@ -162683,145 +162839,145 @@ "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Invoke-MgDismissDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}/dismiss", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "Command": "Invoke-MgDismissGroupCalendarEventReminder", - "OutputType": null, "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", "Command": "Invoke-MgDismissGroupCalendarEventReminder", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "Command": "Invoke-MgDismissGroupEventReminder", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissGroupCalendarEventReminder", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", "Command": "Invoke-MgDismissGroupEventReminder", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissGroupEventReminder", + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "Command": "Invoke-MgDismissRiskyServicePrincipal", - "OutputType": null, "Variants": [ "Dismiss", "DismissExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", "Command": "Invoke-MgDismissRiskyServicePrincipal", - "OutputType": null, + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "ApiVersion": "beta" + }, + { "Variants": [ "Dismiss1", "DismissExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityProtection/riskyUsers/dismiss", - "Command": "Invoke-MgDismissRiskyUser", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Dismiss", "DismissExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityProtection/riskyUsers/dismiss", "Command": "Invoke-MgDismissRiskyUser", - "OutputType": null, + "Uri": "/identityProtection/riskyUsers/dismiss", + "ApiVersion": "beta" + }, + { "Variants": [ "Dismiss1", "DismissExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissRiskyUser", + "Uri": "/identityProtection/riskyUsers/dismiss", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "Command": "Invoke-MgDismissUserEventInstanceReminder", - "OutputType": null, "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", "Command": "Invoke-MgDismissUserEventInstanceReminder", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "Command": "Invoke-MgDismissUserEventReminder", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissUserEventInstanceReminder", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" @@ -162831,15 +162987,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", "Command": "Invoke-MgDismissUserEventReminder", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Dismiss1", "DismissViaIdentity1" @@ -162849,15 +163005,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissUserEventReminder", + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", - "Command": "Invoke-MgDownDeviceManagementComanagedDeviceShut", - "OutputType": null, "Variants": [ "Down", "DownViaIdentity" @@ -162867,15 +163023,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownDeviceManagementComanagedDeviceShut", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", + "ApiVersion": "beta" + }, + { "Variants": [ "Down", "DownViaIdentity" @@ -162885,15 +163041,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "ApiVersion": "beta" + }, + { "Variants": [ "Down1", "DownViaIdentity1" @@ -162903,15 +163059,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "OutputType": null, "Variants": [ "Download" ], @@ -162928,15 +163084,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "OutputType": null, + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta" + }, + { "Variants": [ "Download1" ], @@ -162953,82 +163109,82 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", - "Command": "Invoke-MgDownloadDeviceManagementComanagedDeviceAppDiagnostic", - "OutputType": null, "Variants": [ "Download", "DownloadExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", - "Command": "Invoke-MgDownloadDeviceManagementManagedDeviceAppDiagnostic", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", + "ApiVersion": "beta" + }, + { "Variants": [ "Download", "DownloadExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownloadDeviceManagementManagedDeviceAppDiagnostic", + "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", - "Command": "Invoke-MgDownloadUserManagedDeviceAppDiagnostic", - "OutputType": null, "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "Command": "Invoke-MgDownUserManagedDeviceShut", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownloadUserManagedDeviceAppDiagnostic", + "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", + "ApiVersion": "beta" + }, + { "Variants": [ "Down", "DownViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", "Command": "Invoke-MgDownUserManagedDeviceShut", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "ApiVersion": "beta" + }, + { "Variants": [ "Down1", "DownViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownUserManagedDeviceShut", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", - "Command": "Invoke-MgEnrollDeviceManagementComanagedDeviceNowAction", - "OutputType": null, "Variants": [ "Enroll", "EnrollViaIdentity" @@ -163046,15 +163202,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "Command": "Invoke-MgEnrollDeviceManagementManagedDeviceNowAction", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgEnrollDeviceManagementComanagedDeviceNowAction", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", "EnrollViaIdentity" @@ -163072,144 +163228,144 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgEnrollDeviceManagementManagedDeviceNowAction", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", - "Command": "Invoke-MgEnrollUserManagedDeviceNowAction", - "OutputType": null, "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgEnrollUserManagedDeviceNowAction", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", + "ApiVersion": "beta" }, { + "Variants": [ + "Enroll", + "EnrollExpanded", + "EnrollViaIdentity", + "EnrollViaIdentityExpanded" + ], + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", - "OutputType": null, + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", - "OutputType": null, + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAsset", - "OutputType": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", - "OutputType": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAsset", - "OutputType": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById", - "OutputType": null, + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", - "EnrollExpanded", - "EnrollViaIdentity", - "EnrollViaIdentityExpanded" + "EnrollExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAsset", - "OutputType": null, + "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", + "ApiVersion": "beta" + }, + { "Variants": [ "Enroll", "EnrollExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAssetById", - "OutputType": null, - "Variants": [ - "Enroll", - "EnrollExpanded" - ], - "Permissions": [] + "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", - "Command": "Invoke-MgEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", - "OutputType": null, "Variants": [ "Estimate", "EstimateViaIdentity" @@ -163227,15 +163383,15 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "OutputType": null, "Variants": [ "Estimate", "EstimateViaIdentity" @@ -163253,15 +163409,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "ApiVersion": "beta" + }, + { "Variants": [ "Estimate1", "EstimateViaIdentity1" @@ -163279,41 +163435,41 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/executeAction", - "Command": "Invoke-MgExecuteDeviceManagementComanagedDeviceAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Variants": [ "Execute", "ExecuteExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/executeAction", - "Command": "Invoke-MgExecuteDeviceManagementManagedDeviceAction", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", + "Command": "Invoke-MgExecuteDeviceManagementComanagedDeviceAction", + "Uri": "/deviceManagement/comanagedDevices/executeAction", + "ApiVersion": "beta" + }, + { "Variants": [ "Execute", "ExecuteExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Method": "POST", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", - "Command": "Invoke-MgExecuteDeviceManagementWindowDriverUpdateProfileAction", - "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Command": "Invoke-MgExecuteDeviceManagementManagedDeviceAction", + "Uri": "/deviceManagement/managedDevices/executeAction", + "ApiVersion": "beta" + }, + { "Variants": [ "Execute", "ExecuteExpanded", @@ -163325,30 +163481,30 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Method": "POST", + "Command": "Invoke-MgExecuteDeviceManagementWindowDriverUpdateProfileAction", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/executeAction", - "Command": "Invoke-MgExecuteUserManagedDeviceAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", + "Command": "Invoke-MgExecuteUserManagedDeviceAction", + "Uri": "/users/{user-id}/managedDevices/executeAction", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", - "Command": "Invoke-MgExperienceDeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", "Variants": [ "Experience", "Experience1" @@ -163366,15 +163522,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", + "Method": "GET", + "Command": "Invoke-MgExperienceDeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Command": "Invoke-MgExtractDriveItemSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Variants": [ "Extract", "ExtractViaIdentity" @@ -163404,205 +163560,205 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Files", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiVersion": "beta" }, { + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", "Command": "Invoke-MgExtractDriveRootSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "Command": "Invoke-MgExtractGroupSiteInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", + "Command": "Invoke-MgExtractGroupSiteInformationProtectionPolicyLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/informationProtection/policy/labels/extractLabel", - "Command": "Invoke-MgExtractInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", + "Command": "Invoke-MgExtractInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels/extractLabel", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", - "Command": "Invoke-MgExtractSecurityInformationProtectionSensitivityLabelContentLabel", - "OutputType": "IMicrosoftGraphSecurityContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Method": "POST", + "Command": "Invoke-MgExtractSecurityInformationProtectionSensitivityLabelContentLabel", + "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "Command": "Invoke-MgExtractSiteInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", + "Command": "Invoke-MgExtractSiteInformationProtectionPolicyLabel", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", - "Command": "Invoke-MgExtractUserInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", - "Command": "Invoke-MgExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", - "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Command": "Invoke-MgExtractUserInformationProtectionPolicyLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Method": "POST", + "Command": "Invoke-MgExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/favorite", - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", - "OutputType": null, "Variants": [ "Favorite", "FavoriteExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/favorite", "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "ApiVersion": "beta" + }, + { "Variants": [ "Favorite1", "FavoriteExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163612,15 +163768,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "OutputType": "IMicrosoftGraphApproval1", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -163638,15 +163794,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApproval1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "OutputType": "IMicrosoftGraphApproval", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163664,15 +163820,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", - "OutputType": "IMicrosoftGraphAccessPackageAssignment1", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163690,15 +163846,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163716,15 +163872,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -163742,15 +163898,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163768,15 +163924,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163794,15 +163950,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", + "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163820,80 +163976,80 @@ "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 } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterEntitlementManagementCatalogAccessPackageByCurrentUser", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Variants": [ "Filter", "FilterViaIdentity" @@ -163911,15 +164067,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -163937,15 +164093,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -163963,15 +164119,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -163989,15 +164145,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164015,15 +164171,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164041,15 +164197,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164067,15 +164223,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164093,15 +164249,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "OutputType": "IMicrosoftGraphAppConsentRequest1", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164119,15 +164275,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164145,15 +164301,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUserConsentRequest1", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164171,15 +164327,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164197,119 +164353,119 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval1", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "OutputType": "IMicrosoftGraphApproval1", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", - "OutputType": "IMicrosoftGraphApproval", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "Filter", "FilterViaIdentity" @@ -164339,15 +164495,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164377,15 +164533,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164421,15 +164577,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164465,15 +164621,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164509,15 +164665,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164553,15 +164709,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164597,15 +164753,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164641,15 +164797,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164685,15 +164841,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164729,15 +164885,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -164773,15 +164929,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" @@ -164817,184 +164973,184 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Variants": [ "Filter", "FilterViaIdentity" @@ -165004,15 +165160,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" @@ -165022,145 +165178,145 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiVersion": "beta" }, { + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", - "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalByCurrentUser", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "GET", - "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "GET", - "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterUserApprovalByCurrentUser", - "OutputType": "IMicrosoftGraphApproval", + "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceStageByCurrentUser", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiVersion": "beta" }, { + "Variants": [ + "Post", + "PostViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", "Command": "Invoke-MgFinancialCompanyJournal", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", + "ApiVersion": "beta" + }, + { "Variants": [ "Post", "PostViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", "Command": "Invoke-MgFinancialCompanyPurchaseInvoice", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", + "ApiVersion": "beta" + }, + { "Variants": [ "Post", "PostViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", "Command": "Invoke-MgFinancialCompanySaleInvoice", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", + "ApiVersion": "beta" + }, + { "Variants": [ "Post", "PostViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", "Command": "Invoke-MgFinancialCompanySaleInvoiceAndSend", - "OutputType": null, - "Variants": [ - "Post", - "PostViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "Command": "Invoke-MgFollowDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Follow", "FollowViaIdentity" @@ -165202,15 +165358,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "Command": "Invoke-MgFollowDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiVersion": "beta" + }, + { "Variants": [ "Follow1", "FollowViaIdentity1" @@ -165252,145 +165408,145 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/root/follow", - "Command": "Invoke-MgFollowDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Invoke-MgFollowDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/follow", "Command": "Invoke-MgFollowDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/follow", + "ApiVersion": "beta" + }, + { "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgFollowDriveRoot", + "Uri": "/drives/{drive-id}/root/follow", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Command": "Invoke-MgFollowGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", "Command": "Invoke-MgFollowGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiVersion": "beta" + }, + { "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "Command": "Invoke-MgFollowGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", "Command": "Invoke-MgFollowGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "ApiVersion": "beta" + }, + { "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "POST", + "Command": "Invoke-MgFollowGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Command": "Invoke-MgFollowUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", "Command": "Invoke-MgFollowUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiVersion": "beta" + }, + { "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "Command": "Invoke-MgFollowUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", "Command": "Invoke-MgFollowUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "ApiVersion": "beta" + }, + { "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "POST", + "Command": "Invoke-MgFollowUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/domains/{domain-id}/forceDelete", - "Command": "Invoke-MgForceDomainDelete", - "OutputType": null, "Variants": [ "Force", "ForceExpanded", @@ -165402,15 +165558,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/domains/{domain-id}/forceDelete", "Command": "Invoke-MgForceDomainDelete", - "OutputType": null, + "Uri": "/domains/{domain-id}/forceDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Force1", "ForceExpanded1", @@ -165422,15 +165578,15 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForceDomainDelete", + "Uri": "/domains/{domain-id}/forceDelete", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "Command": "Invoke-MgForwardGroupCalendarEvent", - "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", @@ -165442,15 +165598,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", "Command": "Invoke-MgForwardGroupCalendarEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", @@ -165462,15 +165618,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Command": "Invoke-MgForwardGroupConversationThreadPost", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", @@ -165482,15 +165638,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Command": "Invoke-MgForwardGroupConversationThreadPost", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward", "ForwardExpanded", @@ -165502,45 +165658,45 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "Command": "Invoke-MgForwardGroupEvent", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward", "ForwardExpanded", @@ -165552,15 +165708,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/forward", "Command": "Invoke-MgForwardGroupEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", @@ -165572,15 +165728,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Command": "Invoke-MgForwardGroupThreadPost", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward", "ForwardExpanded", @@ -165592,15 +165748,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Command": "Invoke-MgForwardGroupThreadPost", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", @@ -165612,45 +165768,45 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/forward", - "Command": "Invoke-MgForwardUserEvent", - "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", @@ -165662,15 +165818,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/forward", "Command": "Invoke-MgForwardUserEvent", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", @@ -165682,75 +165838,75 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "Command": "Invoke-MgForwardUserEventInstance", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserEvent", + "Uri": "/users/{user-id}/events/{event-id}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", "Command": "Invoke-MgForwardUserEventInstance", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserEventInstance", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "Command": "Invoke-MgForwardUserMailFolderMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward", "ForwardExpanded", @@ -165762,15 +165918,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", "Command": "Invoke-MgForwardUserMailFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", @@ -165782,15 +165938,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/forward", - "Command": "Invoke-MgForwardUserMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Forward", "ForwardExpanded", @@ -165802,15 +165958,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/forward", "Command": "Invoke-MgForwardUserMessage", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/forward", + "ApiVersion": "beta" + }, + { "Variants": [ "Forward1", "ForwardExpanded1", @@ -165822,28 +165978,28 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}/forward", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Functions", "FunctionsViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiVersion": "beta" + }, + { "Variants": [ "Functions", "FunctionsViaIdentity" @@ -165853,15 +166009,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiVersion": "beta" + }, + { "Variants": [ "Functions", "FunctionsViaIdentity" @@ -165871,15 +166027,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiVersion": "beta" + }, + { "Variants": [ "Functions", "FunctionsViaIdentity" @@ -165889,15 +166045,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/unhideForUser", - "Command": "Invoke-MgGraphChat", - "OutputType": null, "Variants": [ "Graph1", "GraphExpanded1", @@ -165909,15 +166065,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/unhideForUser", "Command": "Invoke-MgGraphChat", - "OutputType": null, + "Uri": "/chats/{chat-id}/unhideForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph", "GraphExpanded", @@ -165929,15 +166085,15 @@ "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 - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphChat", + "Uri": "/chats/{chat-id}/unhideForUser", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", - "Command": "Invoke-MgGraphDeviceManagement", - "OutputType": null, "Variants": [ "Graph", "GraphViaIdentity" @@ -165967,15 +166123,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgGraphDeviceManagement", + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", - "Command": "Invoke-MgGraphDeviceManagementDepOnboardingSetting", - "OutputType": null, "Variants": [ "Graph", "GraphViaIdentity" @@ -165985,41 +166141,41 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/sharedWithMe", - "Command": "Invoke-MgGraphDrive", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/sharedWithMe", "Command": "Invoke-MgGraphDrive", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/sharedWithMe", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph", "GraphViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgGraphDrive", + "Uri": "/drives/{drive-id}/sharedWithMe", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/unsubscribeByMail", - "Command": "Invoke-MgGraphGroup", - "OutputType": null, "Variants": [ "Graph", "GraphViaIdentity" @@ -166029,15 +166185,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/unsubscribeByMail", "Command": "Invoke-MgGraphGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/unsubscribeByMail", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph1", "GraphViaIdentity1" @@ -166047,41 +166203,41 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphGroup", + "Uri": "/groups/{group-id}/unsubscribeByMail", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "Command": "Invoke-MgGraphGroupDrive", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Graph", "GraphViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", "Command": "Invoke-MgGraphGroupDrive", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph1", "GraphViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "GET", + "Command": "Invoke-MgGraphGroupDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "Command": "Invoke-MgGraphReportAuthenticationMethod", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", "Variants": [ "Graph", "Graph1", @@ -166095,287 +166251,287 @@ "Description": "Read audit log data", "FullDescription": "Allows the app to read and query your audit log activities, on your behalf.", "IsAdmin": true - } + }, + "Module": "Reports", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Method": "GET", + "Command": "Invoke-MgGraphReportAuthenticationMethod", + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "Command": "Invoke-MgGraphUserChat", - "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", "Command": "Invoke-MgGraphUserChat", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph1", "GraphExpanded1", "GraphViaIdentity1", "GraphViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "Command": "Invoke-MgGraphUserDrive", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", "Command": "Invoke-MgGraphUserDrive", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph", "GraphViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgGraphUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "ApiVersion": "v1.0" }, { - "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", - "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion", - "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", - "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", - "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", - "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceExclusion", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", - "Command": "Invoke-MgGraphWindowsUpdatesUpdatableAsset", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceMember", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", + "ApiVersion": "beta" + }, + { "Variants": [ "Graph", "GraphExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "WindowsUpdates", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", + "ApiVersion": "beta" }, { + "Variants": [ + "Has", + "HasExpanded" + ], + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", "Command": "Invoke-MgHasDeviceAppMgtAndroidManagedAppProtectionPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", "Command": "Invoke-MgHasDeviceAppMgtiOSLobAppProvisioningConfigurationPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", "Command": "Invoke-MgHasDeviceAppMgtiOSManagedAppProtectionPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", "Command": "Invoke-MgHasDeviceAppMgtMdmWindowInformationProtectionPolicyPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", "Command": "Invoke-MgHasDeviceAppMgtMobileAppPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", "Command": "Invoke-MgHasDeviceAppMgtTargetedManagedAppConfigurationPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", "Command": "Invoke-MgHasDeviceManagementDeviceCompliancePolicyPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", "Command": "Invoke-MgHasDeviceManagementDeviceConfigurationPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", "Command": "Invoke-MgHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", "Command": "Invoke-MgHasDeviceManagementScriptPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Has", "HasExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", "Command": "Invoke-MgHasDeviceManagementWindowAutopilotDeploymentProfilePayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Variants": [ - "Has", - "HasExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", - "Command": "Invoke-MgHasDeviceManagementZebraFotaConnectorActiveDeployment", - "OutputType": null, "Variants": [ "Has" ], @@ -166384,30 +166540,30 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgHasDeviceManagementZebraFotaConnectorActiveDeployment", + "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", - "Command": "Invoke-MgHasUserDeviceEnrollmentConfigurationPayloadLink", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded", "HasViaIdentity", "HasViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgHasUserDeviceEnrollmentConfigurationPayloadLink", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Command": "Invoke-MgHaveTeamChannel", - "OutputType": null, "Variants": [ "Have1", "HaveViaIdentity1" @@ -166425,15 +166581,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Command": "Invoke-MgHaveTeamChannel", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiVersion": "beta" + }, + { "Variants": [ "Have", "HaveViaIdentity" @@ -166451,67 +166607,67 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Command": "Invoke-MgHaveTeamPrimaryChannel", "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgHaveTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Have1", "HaveViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Command": "Invoke-MgHaveTeamPrimaryChannel", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiVersion": "beta" + }, + { "Variants": [ "Have", "HaveViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgHaveTeamPrimaryChannel", + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Have1", "HaveViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiVersion": "beta" + }, + { "Variants": [ "Have", "HaveViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", - "OutputType": null, "Variants": [ "Initiate", "InitiateViaIdentity" @@ -166529,15 +166685,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" + }, + { "Variants": [ "Initiate", "InitiateExpanded", @@ -166557,15 +166713,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiVersion": "beta" + }, + { "Variants": [ "Initiate", "InitiateViaIdentity" @@ -166583,15 +166739,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" + }, + { "Variants": [ "Initiate", "InitiateExpanded", @@ -166611,43 +166767,43 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Command": "Invoke-MgInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", - "OutputType": null, "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Command": "Invoke-MgInitiateUserManagedDeviceOnDemandProactiveRemediation", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" + }, + { "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgInitiateUserManagedDeviceOnDemandProactiveRemediation", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "Command": "Invoke-MgInstantiateApplicationTemplate", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal1", "Variants": [ "Instantiate", "InstantiateExpanded", @@ -166667,15 +166823,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal1", "Method": "POST", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "Command": "Invoke-MgInstantiateApplicationTemplate", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiVersion": "beta" + }, + { "Variants": [ "Instantiate1", "InstantiateExpanded1", @@ -166695,15 +166851,15 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Method": "POST", + "Command": "Invoke-MgInstantiateApplicationTemplate", + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/invalidateAllRefreshTokens", - "Command": "Invoke-MgInvalidateUserRefreshToken", - "OutputType": null, "Variants": [ "Invalidate", "InvalidateViaIdentity" @@ -166721,45 +166877,45 @@ "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 } - ] + ], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgInvalidateUserRefreshToken", + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/invite", - "Command": "Invoke-MgInviteCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation1", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation1", "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/invite", "Command": "Invoke-MgInviteCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiVersion": "beta" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Method": "POST", + "Command": "Invoke-MgInviteCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "Command": "Invoke-MgInviteDriveItem", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Invite", "InviteExpanded", @@ -166785,15 +166941,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "Command": "Invoke-MgInviteDriveItem", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiVersion": "beta" + }, + { "Variants": [ "Invite1", "InviteExpanded1", @@ -166819,165 +166975,165 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/drives/{drive-id}/root/invite", - "Command": "Invoke-MgInviteDriveRoot", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Invoke-MgInviteDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/invite", "Command": "Invoke-MgInviteDriveRoot", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/root/invite", + "ApiVersion": "beta" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteDriveRoot", + "Uri": "/drives/{drive-id}/root/invite", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Command": "Invoke-MgInviteGroupDriveItem", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", "Command": "Invoke-MgInviteGroupDriveItem", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiVersion": "beta" + }, + { "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "Command": "Invoke-MgInviteGroupDriveRoot", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "Invoke-MgInviteGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", "Command": "Invoke-MgInviteGroupDriveRoot", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "ApiVersion": "beta" + }, + { "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Command": "Invoke-MgInviteUserDriveItem", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", "Command": "Invoke-MgInviteUserDriveItem", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiVersion": "beta" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "Command": "Invoke-MgInviteUserDriveRoot", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgInviteUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", "Command": "Invoke-MgInviteUserDriveRoot", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "ApiVersion": "beta" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "Invoke-MgInviteUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", - "Command": "Invoke-MgIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", - "OutputType": null, "Variants": [ "Are" ], @@ -166994,41 +167150,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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/keepAlive", - "Command": "Invoke-MgKeepCommunicationCallAlive", - "OutputType": null, "Variants": [ "Keep1", "KeepViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/keepAlive", "Command": "Invoke-MgKeepCommunicationCallAlive", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiVersion": "beta" + }, + { "Variants": [ "Keep", "KeepViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgKeepCommunicationCallAlive", + "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "Command": "Invoke-MgLicenseUser", - "OutputType": "IMicrosoftGraphUser", "Variants": [ "License", "LicenseViaIdentity" @@ -167046,15 +167202,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "POST", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", "Command": "Invoke-MgLicenseUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiVersion": "beta" + }, + { "Variants": [ "License1", "LicenseViaIdentity1" @@ -167072,41 +167228,41 @@ "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 } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUser1", + "Method": "POST", + "Command": "Invoke-MgLicenseUser", + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", - "OutputType": null, "Variants": [ "Log1", "LogExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", - "OutputType": null, + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "ApiVersion": "beta" + }, + { "Variants": [ "Log", "LogExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Command": "Invoke-MgLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", - "OutputType": null, "Variants": [ "Logout", "LogoutViaIdentity" @@ -167116,15 +167272,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Logout", "LogoutViaIdentity" @@ -167134,15 +167290,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Logout1", "LogoutViaIdentity1" @@ -167152,41 +167308,41 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "OutputType": null, "Variants": [ "Logout", "LogoutViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Logout1", "LogoutViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/markChatReadForUser", - "Command": "Invoke-MgMarkChatReadForUser", - "OutputType": null, "Variants": [ "Mark1", "MarkExpanded1", @@ -167198,15 +167354,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/markChatReadForUser", "Command": "Invoke-MgMarkChatReadForUser", - "OutputType": null, + "Uri": "/chats/{chat-id}/markChatReadForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark", "MarkExpanded", @@ -167218,15 +167374,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "Command": "Invoke-MgMarkChatUnreadForUser", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkChatReadForUser", + "Uri": "/chats/{chat-id}/markChatReadForUser", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Mark1", "MarkExpanded1", @@ -167238,15 +167394,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/markChatUnreadForUser", "Command": "Invoke-MgMarkChatUnreadForUser", - "OutputType": null, + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark", "MarkExpanded", @@ -167258,217 +167414,217 @@ "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 - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkChatUnreadForUser", + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "ApiVersion": "v1.0" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markRead", - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", - "OutputType": null, "Variants": [ "Mark", "MarkExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markRead", "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark1", "MarkExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Mark", "MarkExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markUnread", "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark1", "MarkExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "Command": "Invoke-MgMarkUserChatReadForUser", - "OutputType": null, "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", "Command": "Invoke-MgMarkUserChatReadForUser", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark1", "MarkExpanded1", "MarkViaIdentity1", "MarkViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "Command": "Invoke-MgMarkUserChatUnreadForUser", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkUserChatReadForUser", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", "Command": "Invoke-MgMarkUserChatUnreadForUser", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark1", "MarkExpanded1", "MarkViaIdentity1", "MarkViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkUserChatUnreadForUser", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" + ], + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", "Command": "Invoke-MgMarkUserMailFolderChildFolderMessageAsJunk", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", "Command": "Invoke-MgMarkUserMailFolderChildFolderMessageAsNotJunk", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", "Command": "Invoke-MgMarkUserMailFolderMessageAsJunk", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", "Command": "Invoke-MgMarkUserMailFolderMessageAsNotJunk", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", "Command": "Invoke-MgMarkUserMessageAsJunk", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", + "ApiVersion": "beta" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", "Command": "Invoke-MgMarkUserMessageAsNotJunk", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Mark", - "MarkExpanded", - "MarkViaIdentity", - "MarkViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/chats/allMessages", - "Command": "Invoke-MgMessageChat", - "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Messages" ], @@ -167491,15 +167647,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teams/allMessages", - "Command": "Invoke-MgMessageTeam", "OutputType": "IMicrosoftGraphChatMessage1", + "Method": "GET", + "Command": "Invoke-MgMessageChat", + "Uri": "/chats/allMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Messages" ], @@ -167546,15 +167702,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teams/{team-id}/channels/allMessages", - "Command": "Invoke-MgMessageTeamChannel", "OutputType": "IMicrosoftGraphChatMessage1", + "Method": "GET", + "Command": "Invoke-MgMessageTeam", + "Uri": "/teams/allMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Messages", "MessagesViaIdentity" @@ -167602,28 +167758,28 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", - "Command": "Invoke-MgMessageTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChatMessage1", + "Method": "GET", + "Command": "Invoke-MgMessageTeamChannel", + "Uri": "/teams/{team-id}/channels/allMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Messages", "MessagesViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Method": "GET", + "Command": "Invoke-MgMessageTeamworkDeletedTeamChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/chats/allMessages", - "Command": "Invoke-MgMessageUserChat", - "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Messages", "MessagesViaIdentity" @@ -167647,90 +167803,90 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage1", + "Method": "GET", + "Command": "Invoke-MgMessageUserChat", + "Uri": "/users/{user-id}/chats/allMessages", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/muteAll", - "Command": "Invoke-MgMuteAllCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphMuteParticipantsOperation", "Variants": [ "Mute2", "MuteExpanded2", "MuteViaIdentity2", "MuteViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMuteParticipantsOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/mute", - "Command": "Invoke-MgMuteCommunicationCall", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Command": "Invoke-MgMuteAllCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/muteAll", + "ApiVersion": "beta" + }, + { "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/mute", "Command": "Invoke-MgMuteCommunicationCall", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Uri": "/communications/calls/{call-id}/mute", + "ApiVersion": "beta" + }, + { "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "Command": "Invoke-MgMuteCommunicationCallParticipant", "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCall", + "Uri": "/communications/calls/{call-id}/mute", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", "Command": "Invoke-MgMuteCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "ApiVersion": "beta" + }, + { "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/privilegedApproval/myRequests", - "Command": "Invoke-MgMyPrivilegedApprovalRequest", - "OutputType": "IMicrosoftGraphPrivilegedApproval", "Variants": [ "My" ], @@ -167739,15 +167895,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "GET", - "Uri": "/privilegedRoleAssignments/my", - "Command": "Invoke-MgMyPrivilegedRoleAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgMyPrivilegedApprovalRequest", + "Uri": "/privilegedApproval/myRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "My" ], @@ -167756,102 +167912,102 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/my", - "Command": "Invoke-MgMyPrivilegedRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Invoke-MgMyPrivilegedRoleAssignment", + "Uri": "/privilegedRoleAssignments/my", + "ApiVersion": "beta" + }, + { "Variants": [ "My" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", + "Command": "Invoke-MgMyPrivilegedRoleAssignmentRequest", + "Uri": "/privilegedRoleAssignmentRequests/my", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", - "Command": "Invoke-MgOverrideDeviceManagementComanagedDeviceComplianceState", - "OutputType": null, "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", - "Command": "Invoke-MgOverrideDeviceManagementManagedDeviceComplianceState", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgOverrideDeviceManagementComanagedDeviceComplianceState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", + "ApiVersion": "beta" + }, + { "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgOverrideDeviceManagementManagedDeviceComplianceState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", - "Command": "Invoke-MgOverrideUserManagedDeviceComplianceState", - "OutputType": null, "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgOverrideUserManagedDeviceComplianceState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiVersion": "beta" + }, + { "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiVersion": "beta" + }, + { "Variants": [ "Parse", "ParseExpanded", @@ -167863,15 +168019,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiVersion": "beta" + }, + { "Variants": [ "Parse", "ParseExpanded", @@ -167883,15 +168039,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "Command": "Invoke-MgPendingUserApp", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Variants": [ "Pending", "PendingViaIdentity" @@ -167909,45 +168065,45 @@ "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 } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Method": "GET", + "Command": "Invoke-MgPendingUserApp", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/playPrompt", - "Command": "Invoke-MgPlayCommunicationCallPrompt", - "OutputType": "IMicrosoftGraphPlayPromptOperation1", "Variants": [ "Play1", "PlayExpanded1", "PlayViaIdentity1", "PlayViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlayPromptOperation1", "Method": "POST", - "Uri": "/communications/calls/{call-id}/playPrompt", "Command": "Invoke-MgPlayCommunicationCallPrompt", - "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiVersion": "beta" + }, + { "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Method": "POST", + "Command": "Invoke-MgPlayCommunicationCallPrompt", + "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", - "Command": "Invoke-MgPlayDeviceManagementComanagedDeviceLostModeSound", - "OutputType": null, "Variants": [ "Play", "PlayExpanded", @@ -167959,15 +168115,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", - "Command": "Invoke-MgPlayDeviceManagementManagedDeviceLostModeSound", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgPlayDeviceManagementComanagedDeviceLostModeSound", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", + "ApiVersion": "beta" + }, + { "Variants": [ "Play", "PlayExpanded", @@ -167979,45 +168135,45 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgPlayDeviceManagementManagedDeviceLostModeSound", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", - "Command": "Invoke-MgPlayUserManagedDeviceLostModeSound", - "OutputType": null, "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgPlayUserManagedDeviceLostModeSound", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", - "Command": "Invoke-MgPostponeDirectoryImpactedResource", - "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImpactedResource", "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/postpone", - "Command": "Invoke-MgPostponeDirectoryRecommendation", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgPostponeDirectoryImpactedResource", + "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", + "ApiVersion": "beta" + }, + { "Variants": [ "Postpone", "PostponeExpanded", @@ -168029,15 +168185,15 @@ "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Invoke-MgPostponeDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}/postpone", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "Command": "Invoke-MgPreviewDriveItem", - "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview", "PreviewExpanded", @@ -168081,15 +168237,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "Command": "Invoke-MgPreviewDriveItem", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview1", "PreviewExpanded1", @@ -168133,243 +168289,243 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/preview", - "Command": "Invoke-MgPreviewDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", - "Uri": "/drives/{drive-id}/root/preview", "Command": "Invoke-MgPreviewDriveRoot", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Uri": "/drives/{drive-id}/root/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewDriveRoot", + "Uri": "/drives/{drive-id}/root/preview", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Command": "Invoke-MgPreviewGroupDriveItem", - "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", "Command": "Invoke-MgPreviewGroupDriveItem", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "Command": "Invoke-MgPreviewGroupDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", "Command": "Invoke-MgPreviewGroupDriveRoot", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "Command": "Invoke-MgPreviewGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", "Command": "Invoke-MgPreviewGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "Command": "Invoke-MgPreviewSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", "Command": "Invoke-MgPreviewSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Command": "Invoke-MgPreviewUserDriveItem", - "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "Command": "Invoke-MgPreviewUserDriveItem", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "Command": "Invoke-MgPreviewUserDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "Command": "Invoke-MgPreviewUserDriveRoot", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "Command": "Invoke-MgPreviewUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", "Command": "Invoke-MgPreviewUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "ApiVersion": "beta" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/domains/{domain-id}/promote", - "Command": "Invoke-MgPromoteDomain", - "OutputType": null, "Variants": [ "Promote", "PromoteViaIdentity" @@ -168379,15 +168535,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/domains/{domain-id}/promote", "Command": "Invoke-MgPromoteDomain", - "OutputType": null, + "Uri": "/domains/{domain-id}/promote", + "ApiVersion": "beta" + }, + { "Variants": [ "Promote1", "PromoteViaIdentity1" @@ -168397,28 +168553,28 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgPromoteDomain", + "Uri": "/domains/{domain-id}/promote", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", - "Command": "Invoke-MgQueryDeviceManagementResourceAccessProfileByPlatformType", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Variants": [ "Query", "QueryExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "POST", + "Command": "Invoke-MgQueryDeviceManagementResourceAccessProfileByPlatformType", + "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", + "ApiVersion": "beta" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/search/query", - "Command": "Invoke-MgQuerySearch", - "OutputType": "IMicrosoftGraphSearchResponse1", "Variants": [ "Query1", "QueryExpanded1" @@ -168484,15 +168640,15 @@ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSearchResponse1", "Method": "POST", - "Uri": "/search/query", "Command": "Invoke-MgQuerySearch", - "OutputType": "IMicrosoftGraphSearchResponse", + "Uri": "/search/query", + "ApiVersion": "beta" + }, + { "Variants": [ "Query", "QueryExpanded" @@ -168558,28 +168714,28 @@ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false } - ] + ], + "Module": "Search", + "OutputType": "IMicrosoftGraphSearchResponse", + "Method": "POST", + "Command": "Invoke-MgQuerySearch", + "Uri": "/search/query", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", - "Command": "Invoke-MgReactivateDirectoryImpactedResource", - "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImpactedResource", "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/reactivate", - "Command": "Invoke-MgReactivateDirectoryRecommendation", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgReactivateDirectoryImpactedResource", + "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Reactivate", "ReactivateViaIdentity" @@ -168589,15 +168745,15 @@ "Description": "Read and update Azure AD recommendations", "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Invoke-MgReactivateDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}/reactivate", + "ApiVersion": "beta" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Reassign1", "ReassignViaIdentity1" @@ -168615,15 +168771,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiVersion": "beta" + }, + { "Variants": [ "Reassign", "ReassignViaIdentity" @@ -168641,657 +168797,657 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiVersion": "beta" + }, + { "Variants": [ "Reassign1", "ReassignViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiVersion": "beta" + }, + { "Variants": [ "Reassign1", "ReassignViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Method": "POST", + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeDriveItemSubscription", - "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeDriveItemSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeDriveListSubscription", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeDriveListSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeDriveRootSubscription", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveListSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeDriveRootSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", - "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeShareListSubscription", - "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeShareListSubscription", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeShareListSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeSiteListSubscription", - "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeSiteListSubscription", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" }, { - "Module": "ChangeNotifications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeSubscription", - "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ChangeNotifications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeSubscription", - "OutputType": null, + "Uri": "/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "ChangeNotifications", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeSubscription", + "Uri": "/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", - "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeUserDriveListSubscription", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeUserDriveListSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "beta" + }, + { "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/recent", - "Command": "Invoke-MgRecentDrive", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/recent", "Command": "Invoke-MgRecentDrive", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/recent", + "ApiVersion": "beta" + }, + { "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgRecentDrive", + "Uri": "/drives/{drive-id}/recent", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "Command": "Invoke-MgRecentGroupDrive", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/recent", "Command": "Invoke-MgRecentGroupDrive", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "ApiVersion": "beta" + }, + { "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "GET", + "Command": "Invoke-MgRecentGroupDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/activities/recent", - "Command": "Invoke-MgRecentUserActivity", - "OutputType": "IMicrosoftGraphUserActivity1", "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", - "Uri": "/users/{user-id}/activities/recent", "Command": "Invoke-MgRecentUserActivity", - "OutputType": "IMicrosoftGraphUserActivity", + "Uri": "/users/{user-id}/activities/recent", + "ApiVersion": "beta" + }, + { "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserActivity", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "Command": "Invoke-MgRecentUserDrive", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Invoke-MgRecentUserActivity", + "Uri": "/users/{user-id}/activities/recent", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/recent", "Command": "Invoke-MgRecentUserDrive", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "ApiVersion": "beta" + }, + { "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgRecentUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/record", - "Command": "Invoke-MgRecordCommunicationCall", - "OutputType": "IMicrosoftGraphRecordOperation1", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/recordResponse", - "Command": "Invoke-MgRecordCommunicationCallResponse", "OutputType": "IMicrosoftGraphRecordOperation1", + "Method": "POST", + "Command": "Invoke-MgRecordCommunicationCall", + "Uri": "/communications/calls/{call-id}/record", + "ApiVersion": "beta" + }, + { "Variants": [ "Record1", "RecordExpanded1", "RecordViaIdentity1", "RecordViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRecordOperation1", "Method": "POST", - "Uri": "/communications/calls/{call-id}/recordResponse", "Command": "Invoke-MgRecordCommunicationCallResponse", - "OutputType": "IMicrosoftGraphRecordOperation", + "Uri": "/communications/calls/{call-id}/recordResponse", + "ApiVersion": "beta" + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphRecordOperation", + "Method": "POST", + "Command": "Invoke-MgRecordCommunicationCallResponse", + "Uri": "/communications/calls/{call-id}/recordResponse", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecision", - "OutputType": null, "Variants": [ "Record", "RecordExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecision", + "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "Command": "Invoke-MgRecordUserPendingAccessReviewInstanceDecision", - "OutputType": null, "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRecordUserPendingAccessReviewInstanceDecision", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/redirect", - "Command": "Invoke-MgRedirectCommunicationCall", - "OutputType": null, "Variants": [ "Redirect1", "RedirectExpanded1", "RedirectViaIdentity1", "RedirectViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/redirect", "Command": "Invoke-MgRedirectCommunicationCall", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/redirect", + "ApiVersion": "beta" + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRedirectCommunicationCall", + "Uri": "/communications/calls/{call-id}/redirect", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", - "Command": "Invoke-MgReenableDeviceManagementComanagedDevice", - "OutputType": null, "Variants": [ "Reenable", "ReenableViaIdentity" @@ -169309,15 +169465,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "Command": "Invoke-MgReenableDeviceManagementManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReenableDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", + "ApiVersion": "beta" + }, + { "Variants": [ "Reenable", "ReenableViaIdentity" @@ -169335,71 +169491,71 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReenableDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", - "Command": "Invoke-MgReenableUserManagedDevice", - "OutputType": null, "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReenableUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/reject", - "Command": "Invoke-MgRejectCommunicationCall", - "OutputType": null, "Variants": [ "Reject1", "RejectExpanded1", "RejectViaIdentity1", "RejectViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/reject", "Command": "Invoke-MgRejectCommunicationCall", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/reject", + "ApiVersion": "beta" + }, + { "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRejectCommunicationCall", + "Uri": "/communications/calls/{call-id}/reject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", - "Command": "Invoke-MgRemediateIdentityGovernanceRoleManagementAlertIncident", - "OutputType": null, "Variants": [ "Remediate", "RemediateViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRemediateIdentityGovernanceRoleManagementAlertIncident", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/renew", - "Command": "Invoke-MgRenewGroup", - "OutputType": null, "Variants": [ "Renew", "RenewViaIdentity" @@ -169417,15 +169573,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/renew", "Command": "Invoke-MgRenewGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/renew", + "ApiVersion": "beta" + }, + { "Variants": [ "Renew1", "RenewViaIdentity1" @@ -169443,28 +169599,28 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groupLifecyclePolicies/renewGroup", - "Command": "Invoke-MgRenewGroupLifecyclePolicy", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewGroup", + "Uri": "/groups/{group-id}/renew", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Renew", "RenewExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/renewGroup", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", - "Command": "Invoke-MgReopenComplianceEdiscoveryCase", - "OutputType": null, "Variants": [ "Reopen", "ReopenViaIdentity" @@ -169482,15 +169638,15 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReopenComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", - "OutputType": null, "Variants": [ "Reopen1", "ReopenViaIdentity1" @@ -169508,15 +169664,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "ApiVersion": "beta" + }, + { "Variants": [ "Reopen", "ReopenViaIdentity" @@ -169534,15 +169690,15 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "Command": "Invoke-MgReorderDeviceManagementConfigurationPolicy", - "OutputType": null, "Variants": [ "Reorder", "ReorderExpanded", @@ -169554,45 +169710,45 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReorderDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", - "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply3", "ReplyExpanded3", "ReplyViaIdentity3", "ReplyViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "Command": "Invoke-MgReplyAllUserMailFolderMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", @@ -169604,15 +169760,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", "Command": "Invoke-MgReplyAllUserMailFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply3", "ReplyExpanded3", @@ -169624,15 +169780,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "Command": "Invoke-MgReplyAllUserMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", @@ -169644,15 +169800,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", "Command": "Invoke-MgReplyAllUserMessage", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply3", "ReplyExpanded3", @@ -169664,15 +169820,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "Command": "Invoke-MgReplyGroupConversationThread", - "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", @@ -169684,15 +169840,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", "Command": "Invoke-MgReplyGroupConversationThread", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", @@ -169704,15 +169860,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Command": "Invoke-MgReplyGroupConversationThreadPost", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", @@ -169724,15 +169880,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "Command": "Invoke-MgReplyGroupConversationThreadPost", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply", "ReplyExpanded", @@ -169744,45 +169900,45 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "Command": "Invoke-MgReplyGroupThread", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply", "ReplyExpanded", @@ -169794,15 +169950,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", "Command": "Invoke-MgReplyGroupThread", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", @@ -169814,15 +169970,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Command": "Invoke-MgReplyGroupThreadPost", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply", "ReplyExpanded", @@ -169834,15 +169990,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "Command": "Invoke-MgReplyGroupThreadPost", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", @@ -169854,75 +170010,75 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", - "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply2", "ReplyExpanded2", "ReplyViaIdentity2", "ReplyViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "Command": "Invoke-MgReplyUserMailFolderMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply", "ReplyExpanded", @@ -169934,15 +170090,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", "Command": "Invoke-MgReplyUserMailFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply2", "ReplyExpanded2", @@ -169954,15 +170110,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/reply", - "Command": "Invoke-MgReplyUserMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reply", "ReplyExpanded", @@ -169974,15 +170130,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/reply", "Command": "Invoke-MgReplyUserMessage", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/reply", + "ApiVersion": "beta" + }, + { "Variants": [ "Reply2", "ReplyExpanded2", @@ -169994,41 +170150,41 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}/reply", + "ApiVersion": "v1.0" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", - "OutputType": null, "Variants": [ "Report", "ReportViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Report1", "ReportViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Report", "ReportViaIdentity" @@ -170038,15 +170194,15 @@ "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 - } - }, - { + }, "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Report1", "ReportViaIdentity1" @@ -170056,28 +170212,28 @@ "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 - } + }, + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", - "Command": "Invoke-MgReprovisionDeviceManagementComanagedDeviceCloudPc", - "OutputType": null, "Variants": [ "Cloud", "CloudViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "Command": "Invoke-MgReprovisionDeviceManagementManagedDeviceCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReprovisionDeviceManagementComanagedDeviceCloudPc", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Cloud", "CloudViaIdentity" @@ -170087,15 +170243,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", - "Command": "Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReprovisionDeviceManagementManagedDeviceCloudPc", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Reprovision", "ReprovisionExpanded", @@ -170107,15 +170263,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", - "Command": "Invoke-MgReprovisionUserCloudPc", - "OutputType": null, "Variants": [ "Reprovision", "ReprovisionExpanded", @@ -170127,28 +170283,28 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "Command": "Invoke-MgReprovisionUserManagedDeviceCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReprovisionUserCloudPc", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", + "ApiVersion": "beta" + }, + { "Variants": [ "Cloud", "CloudViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReprovisionUserManagedDeviceCloudPc", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", - "Command": "Invoke-MgRetireDeviceManagementComanagedDevice", - "OutputType": null, "Variants": [ "Retire", "RetireViaIdentity" @@ -170158,15 +170314,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetireDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", + "ApiVersion": "beta" + }, + { "Variants": [ "Retire", "RetireViaIdentity" @@ -170176,15 +170332,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", "Command": "Invoke-MgRetireDeviceManagementManagedDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "ApiVersion": "beta" + }, + { "Variants": [ "Retire1", "RetireViaIdentity1" @@ -170194,54 +170350,54 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "Command": "Invoke-MgRetireUserManagedDevice", - "OutputType": null, "Variants": [ "Retire", "RetireViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", "Command": "Invoke-MgRetireUserManagedDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "ApiVersion": "beta" + }, + { "Variants": [ "Retire1", "RetireViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetireUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "Command": "Invoke-MgRetryContactServiceProvisioning", - "OutputType": null, "Variants": [ "Retry", "RetryViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetryContactServiceProvisioning", + "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "Command": "Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", - "OutputType": null, "Variants": [ "Retry", "RetryViaIdentity" @@ -170251,54 +170407,54 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "ApiVersion": "beta" }, { + "Variants": [ + "Retry", + "RetryViaIdentity" + ], + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/retryServiceProvisioning", "Command": "Invoke-MgRetryGroupServiceProvisioning", - "OutputType": null, + "Uri": "/groups/{group-id}/retryServiceProvisioning", + "ApiVersion": "beta" + }, + { "Variants": [ "Retry", "RetryViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", "Command": "Invoke-MgRetryUserCloudPcPartnerAgentInstallation", - "OutputType": null, + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "ApiVersion": "beta" + }, + { "Variants": [ "Retry", "RetryViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/retryServiceProvisioning", "Command": "Invoke-MgRetryUserServiceProvisioning", - "OutputType": null, - "Variants": [ - "Retry", - "RetryViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/retryServiceProvisioning", + "ApiVersion": "beta" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Return1", "ReturnViaIdentity1" @@ -170316,15 +170472,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiVersion": "beta" + }, + { "Variants": [ "Return", "ReturnViaIdentity" @@ -170342,67 +170498,67 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Return", "ReturnViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiVersion": "beta" + }, + { "Variants": [ "Return1", "ReturnViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Return", "ReturnViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiVersion": "beta" + }, + { "Variants": [ "Return1", "ReturnViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Method": "POST", + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", - "Command": "Invoke-MgReuploadDeviceManagementVirtualEndpointDeviceImage", - "OutputType": null, "Variants": [ "Reupload", "ReuploadViaIdentity" @@ -170412,15 +170568,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReuploadDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Command": "Invoke-MgRoleManagementDirectorySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", "Variants": [ "Role" ], @@ -170429,27 +170585,27 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Command": "Invoke-MgRoleManagementEntitlementManagementSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", + "Method": "GET", + "Command": "Invoke-MgRoleManagementDirectorySchedule", + "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiVersion": "beta" + }, + { "Variants": [ "Role" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", + "Method": "GET", + "Command": "Invoke-MgRoleManagementEntitlementManagementSchedule", + "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceBitLockerKey", - "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" @@ -170467,15 +170623,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", - "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceFileVaultKey", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceBitLockerKey", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiVersion": "beta" + }, + { "Variants": [ "Rotate", "RotateViaIdentity" @@ -170485,15 +170641,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceLocalAdminPassword", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceFileVaultKey", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", + "ApiVersion": "beta" + }, + { "Variants": [ "Rotate", "RotateViaIdentity" @@ -170511,15 +170667,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Command": "Invoke-MgRotateDeviceManagementManagedDeviceBitLockerKey", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceLocalAdminPassword", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiVersion": "beta" + }, + { "Variants": [ "Rotate", "RotateViaIdentity" @@ -170537,15 +170693,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "Command": "Invoke-MgRotateDeviceManagementManagedDeviceFileVaultKey", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRotateDeviceManagementManagedDeviceBitLockerKey", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiVersion": "beta" + }, + { "Variants": [ "Rotate", "RotateViaIdentity" @@ -170555,15 +170711,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Command": "Invoke-MgRotateDeviceManagementManagedDeviceLocalAdminPassword", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRotateDeviceManagementManagedDeviceFileVaultKey", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "ApiVersion": "beta" + }, + { "Variants": [ "Rotate", "RotateViaIdentity" @@ -170581,54 +170737,54 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRotateDeviceManagementManagedDeviceLocalAdminPassword", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiVersion": "beta" }, { + "Variants": [ + "Rotate", + "RotateViaIdentity" + ], + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "Command": "Invoke-MgRotateUserManagedDeviceBitLockerKey", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiVersion": "beta" + }, + { "Variants": [ "Rotate", "RotateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", "Command": "Invoke-MgRotateUserManagedDeviceFileVaultKey", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "ApiVersion": "beta" + }, + { "Variants": [ "Rotate", "RotateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", "Command": "Invoke-MgRotateUserManagedDeviceLocalAdminPassword", - "OutputType": null, - "Variants": [ - "Rotate", - "RotateViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", - "Command": "Invoke-MgScanDeviceManagementComanagedDeviceWindowDefender", - "OutputType": null, "Variants": [ "Scan", "ScanExpanded", @@ -170640,15 +170796,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgScanDeviceManagementComanagedDeviceWindowDefender", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiVersion": "beta" + }, + { "Variants": [ "Scan", "ScanExpanded", @@ -170660,15 +170816,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiVersion": "beta" + }, + { "Variants": [ "Scan1", "ScanExpanded1", @@ -170680,45 +170836,45 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Command": "Invoke-MgScanUserManagedDeviceWindowDefender", - "OutputType": null, "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "Command": "Invoke-MgScanUserManagedDeviceWindowDefender", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiVersion": "beta" + }, + { "Variants": [ "Scan1", "ScanExpanded1", "ScanViaIdentity1", "ScanViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgScanUserManagedDeviceWindowDefender", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "OutputType": null, "Variants": [ "Schedule1", "ScheduleExpanded1", @@ -170730,15 +170886,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "ApiVersion": "beta" + }, + { "Variants": [ "Schedule", "ScheduleExpanded", @@ -170750,15 +170906,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Command": "Invoke-MgScheduleRoleManagementDirectory", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", "Variants": [ "Schedule" ], @@ -170767,55 +170923,55 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Command": "Invoke-MgScheduleRoleManagementEntitlementManagement", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", + "Method": "GET", + "Command": "Invoke-MgScheduleRoleManagementDirectory", + "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiVersion": "beta" + }, + { "Variants": [ "Schedule" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", + "Method": "GET", + "Command": "Invoke-MgScheduleRoleManagementEntitlementManagement", + "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", - "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", - "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoActivate", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Self", "SelfViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", - "Command": "Invoke-MgSelfPrivilegedRoleActivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoDeactivate", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Self", "SelfExpanded", @@ -170827,71 +170983,71 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedRoleActivate", + "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Self", "SelfViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoActivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoActivate", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Self", "SelfViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", - "Command": "Invoke-MgSelfPrivilegedRoleDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoDeactivate", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", + "ApiVersion": "beta" + }, + { "Variants": [ "Self", "SelfViaIdentity" @@ -170901,15 +171057,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgSelfPrivilegedRoleDeactivate", + "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", - "Command": "Invoke-MgShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", - "OutputType": null, "Variants": [ "Share", "ShareViaIdentity" @@ -170919,15 +171075,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/share", - "Command": "Invoke-MgShareTeamSchedule", - "OutputType": null, "Variants": [ "Share1", "ShareExpanded1", @@ -170947,15 +171103,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/schedule/share", "Command": "Invoke-MgShareTeamSchedule", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/share", + "ApiVersion": "beta" + }, + { "Variants": [ "Share", "ShareExpanded", @@ -170975,163 +171131,163 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgShareTeamSchedule", + "Uri": "/teams/{team-id}/schedule/share", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", - "Command": "Invoke-MgSignGroupSiteInformationProtectionDigest", - "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgSignGroupSiteInformationProtectionDigest", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/informationProtection/signDigest", - "Command": "Invoke-MgSignInformationProtectionDigest", - "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgSignInformationProtectionDigest", + "Uri": "/informationProtection/signDigest", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/signDigest", - "Command": "Invoke-MgSignSiteInformationProtectionDigest", - "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgSignSiteInformationProtectionDigest", + "Uri": "/sites/{site-id}/informationProtection/signDigest", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/signDigest", - "Command": "Invoke-MgSignUserInformationProtectionDigest", - "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgSignUserInformationProtectionDigest", + "Uri": "/users/{user-id}/informationProtection/signDigest", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", - "OutputType": null, "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "Command": "Invoke-MgSnoozeGroupEventReminder", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", "Command": "Invoke-MgSnoozeGroupEventReminder", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeGroupEventReminder", + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "Command": "Invoke-MgSnoozeUserEventInstanceReminder", - "OutputType": null, "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", "Command": "Invoke-MgSnoozeUserEventInstanceReminder", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "Command": "Invoke-MgSnoozeUserEventReminder", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Snooze", "SnoozeExpanded", @@ -171143,15 +171299,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", "Command": "Invoke-MgSnoozeUserEventReminder", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Snooze1", "SnoozeExpanded1", @@ -171163,67 +171319,67 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventReminder", + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Command": "Invoke-MgSoftChatMessageDelete", - "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Command": "Invoke-MgSoftChatMessageDelete", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Command": "Invoke-MgSoftChatMessageReplyDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftChatMessageDelete", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Command": "Invoke-MgSoftChatMessageReplyDelete", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Command": "Invoke-MgSoftTeamChannelMessageDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftChatMessageReplyDelete", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" @@ -171241,15 +171397,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "Command": "Invoke-MgSoftTeamChannelMessageDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft", "SoftViaIdentity" @@ -171267,15 +171423,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageDelete", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" @@ -171293,15 +171449,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft", "SoftViaIdentity" @@ -171319,119 +171475,119 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Command": "Invoke-MgSoftUserChatMessageDelete", - "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" @@ -171449,15 +171605,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Command": "Invoke-MgSoftUserChatMessageDelete", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft", "SoftViaIdentity" @@ -171475,71 +171631,71 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Command": "Invoke-MgSoftUserChatMessageReplyDelete", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftUserChatMessageDelete", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Command": "Invoke-MgSoftUserChatMessageReplyDelete", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/subscribeToTone", - "Command": "Invoke-MgSubscribeCommunicationCallToTone", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", "Variants": [ "Subscribe1", "SubscribeExpanded1", "SubscribeViaIdentity1", "SubscribeViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/subscribeToTone", "Command": "Invoke-MgSubscribeCommunicationCallToTone", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "ApiVersion": "beta" + }, + { "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Method": "POST", + "Command": "Invoke-MgSubscribeCommunicationCallToTone", + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/subscribeByMail", - "Command": "Invoke-MgSubscribeGroupByMail", - "OutputType": null, "Variants": [ "Subscribe", "SubscribeViaIdentity" @@ -171549,15 +171705,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/subscribeByMail", "Command": "Invoke-MgSubscribeGroupByMail", - "OutputType": null, + "Uri": "/groups/{group-id}/subscribeByMail", + "ApiVersion": "beta" + }, + { "Variants": [ "Subscribe1", "SubscribeViaIdentity1" @@ -171567,15 +171723,15 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSubscribeGroupByMail", + "Uri": "/groups/{group-id}/subscribeByMail", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "Summarize", "SummarizeViaIdentity" @@ -171605,15 +171761,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Summarize", "SummarizeViaIdentity" @@ -171643,15 +171799,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Summarize", "SummarizeViaIdentity" @@ -171681,15 +171837,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", "Variants": [ "Summary", "SummaryViaIdentity" @@ -171707,15 +171863,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" @@ -171733,15 +171889,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" @@ -171759,15 +171915,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "beta" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" @@ -171777,15 +171933,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "Command": "Invoke-MgSupportedUserOutlookLanguage", - "OutputType": "IMicrosoftGraphLocaleInfo", "Variants": [ "Supported1", "SupportedViaIdentity1" @@ -171803,15 +171959,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLocaleInfo", "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedLanguages", "Command": "Invoke-MgSupportedUserOutlookLanguage", - "OutputType": "IMicrosoftGraphLocaleInfo", + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiVersion": "beta" + }, + { "Variants": [ "Supported", "SupportedViaIdentity" @@ -171829,15 +171985,15 @@ "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 } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphLocaleInfo", + "Method": "GET", + "Command": "Invoke-MgSupportedUserOutlookLanguage", + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp", - "OutputType": null, "Variants": [ "Target1", "TargetExpanded1", @@ -171857,15 +172013,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Target", "TargetExpanded", @@ -171885,15 +172041,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Target1", "TargetExpanded1", @@ -171913,15 +172069,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Target", "TargetExpanded", @@ -171941,15 +172097,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Target", "TargetExpanded", @@ -171969,15 +172125,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Target1", "TargetExpanded1", @@ -171997,15 +172153,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "Command": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Target", "TargetExpanded", @@ -172017,15 +172173,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", "Command": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Target1", "TargetExpanded1", @@ -172037,15 +172193,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "Command": "Invoke-MgTargetDeviceAppMgtWindowManagedAppProtectionApp", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Target", "TargetExpanded", @@ -172065,15 +172221,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppMgtWindowManagedAppProtectionApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "Command": "Invoke-MgTerminateDeviceManagementPartner", - "OutputType": null, "Variants": [ "Terminate", "TerminateViaIdentity" @@ -172091,15 +172247,15 @@ "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "Command": "Invoke-MgTerminateDeviceManagementPartner", - "OutputType": null, + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "ApiVersion": "beta" + }, + { "Variants": [ "Terminate1", "TerminateViaIdentity1" @@ -172117,15 +172273,15 @@ "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTerminateDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "Command": "Invoke-MgTimeUserOutlook", - "OutputType": "IMicrosoftGraphTimeZoneInformation", "Variants": [ "Time2", "Time3", @@ -172145,15 +172301,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeZoneInformation", "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedTimeZones", "Command": "Invoke-MgTimeUserOutlook", - "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiVersion": "beta" + }, + { "Variants": [ "Time", "Time1", @@ -172173,15 +172329,15 @@ "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 } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Method": "GET", + "Command": "Invoke-MgTimeUserOutlook", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/translateExchangeIds", - "Command": "Invoke-MgTranslateUserExchangeId", - "OutputType": "IMicrosoftGraphConvertIdResult", "Variants": [ "Translate", "TranslateExpanded", @@ -172219,15 +172375,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConvertIdResult", "Method": "POST", - "Uri": "/users/{user-id}/translateExchangeIds", "Command": "Invoke-MgTranslateUserExchangeId", - "OutputType": "IMicrosoftGraphConvertIdResult", + "Uri": "/users/{user-id}/translateExchangeIds", + "ApiVersion": "beta" + }, + { "Variants": [ "Translate1", "TranslateExpanded1", @@ -172265,15 +172421,15 @@ "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 } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphConvertIdResult", + "Method": "POST", + "Command": "Invoke-MgTranslateUserExchangeId", + "Uri": "/users/{user-id}/translateExchangeIds", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", - "OutputType": null, "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" @@ -172283,15 +172439,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", - "Command": "Invoke-MgTroubleshootUserCloudPc", - "OutputType": null, "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" @@ -172301,41 +172457,41 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTroubleshootUserCloudPc", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", - "OutputType": null, "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unarchive", "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "ApiVersion": "beta" + }, + { "Variants": [ "Unarchive1", "UnarchiveExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/unarchive", - "Command": "Invoke-MgUnarchiveTeam", - "OutputType": null, "Variants": [ "Unarchive1", "UnarchiveViaIdentity1" @@ -172359,15 +172515,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/unarchive", "Command": "Invoke-MgUnarchiveTeam", - "OutputType": null, + "Uri": "/teams/{team-id}/unarchive", + "ApiVersion": "beta" + }, + { "Variants": [ "Unarchive", "UnarchiveViaIdentity" @@ -172391,28 +172547,28 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnarchiveTeam", + "Uri": "/teams/{team-id}/unarchive", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserFromDevice", - "OutputType": null, "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserFromDevice", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Unassign", "UnassignViaIdentity" @@ -172430,15 +172586,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice", - "OutputType": null, + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Unassign1", "UnassignViaIdentity1" @@ -172456,15 +172612,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/unbind", - "Command": "Invoke-MgUnbindDeviceManagementAndroidForWorkSetting", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unbind" ], @@ -172473,15 +172629,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", - "Command": "Invoke-MgUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnbindDeviceManagementAndroidForWorkSetting", + "Uri": "/deviceManagement/androidForWorkSettings/unbind", + "ApiVersion": "beta" + }, + { "Variants": [ "Unbind" ], @@ -172490,270 +172646,270 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", - "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", - "OutputType": null, "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", - "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", + "ApiVersion": "beta" + }, + { "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", - "Command": "Invoke-MgUnenrollWindowsUpdatesUpdatableAsset", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", + "ApiVersion": "beta" + }, + { "Variants": [ "Unenroll", "UnenrollExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "WindowsUpdates", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnenrollWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", - "OutputType": null, "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "ApiVersion": "beta" + }, + { "Variants": [ "Unfavorite1", "UnfavoriteExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Command": "Invoke-MgUnfollowDriveItem", - "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", "Command": "Invoke-MgUnfollowDriveItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiVersion": "beta" + }, + { "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/unfollow", - "Command": "Invoke-MgUnfollowDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/unfollow", "Command": "Invoke-MgUnfollowDriveRoot", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/unfollow", + "ApiVersion": "beta" + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowDriveRoot", + "Uri": "/drives/{drive-id}/root/unfollow", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Command": "Invoke-MgUnfollowGroupDriveItem", - "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "Command": "Invoke-MgUnfollowGroupDriveItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiVersion": "beta" + }, + { "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "Command": "Invoke-MgUnfollowGroupDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", "Command": "Invoke-MgUnfollowGroupDriveRoot", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "ApiVersion": "beta" + }, + { "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Command": "Invoke-MgUnfollowUserDriveItem", - "OutputType": null, "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "Command": "Invoke-MgUnfollowUserDriveItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiVersion": "beta" + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "Command": "Invoke-MgUnfollowUserDriveRoot", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", "Command": "Invoke-MgUnfollowUserDriveRoot", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "ApiVersion": "beta" + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/unmute", - "Command": "Invoke-MgUnmuteCommunicationCall", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Variants": [ "Unmute1", "UnmuteExpanded1", "UnmuteViaIdentity1", "UnmuteViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/unmute", "Command": "Invoke-MgUnmuteCommunicationCall", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Uri": "/communications/calls/{call-id}/unmute", + "ApiVersion": "beta" + }, + { "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgUnmuteCommunicationCall", + "Uri": "/communications/calls/{call-id}/unmute", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" @@ -172771,15 +172927,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiVersion": "beta" + }, + { "Variants": [ "Unsubmit", "UnsubmitViaIdentity" @@ -172797,93 +172953,93 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiVersion": "beta" + }, + { "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiVersion": "beta" + }, + { "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", - "Command": "Invoke-MgUnsubscribeUserMailFolderChildFolderMessage", - "OutputType": null, "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", - "Command": "Invoke-MgUnsubscribeUserMailFolderMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnsubscribeUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", + "ApiVersion": "beta" + }, + { "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", - "Command": "Invoke-MgUnsubscribeUserMessage", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnsubscribeUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", + "ApiVersion": "beta" + }, + { "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" @@ -172893,15 +173049,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnsubscribeUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", - "Command": "Invoke-MgUploadDeviceManagementDepOnboardingSettingDepToken", - "OutputType": null, "Variants": [ "Upload", "UploadExpanded", @@ -172913,15 +173069,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", - "Command": "Invoke-MgUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUploadDeviceManagementDepOnboardingSettingDepToken", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", + "ApiVersion": "beta" + }, + { "Variants": [ "Upload", "UploadExpanded", @@ -172933,15 +173089,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", + "ApiVersion": "beta" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", - "Command": "Invoke-MgUploadEducationSynchronizationProfileUrl", - "OutputType": null, "Variants": [ "Upload", "UploadViaIdentity" @@ -172951,15 +173107,15 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - } + }, + "Module": "Education", + "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgUploadEducationSynchronizationProfileUrl", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Upload", "UploadExpanded", @@ -172971,15 +173127,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Upload1", "UploadExpanded1", @@ -172991,15 +173147,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", - "Command": "Invoke-MgUploadTrustFrameworkKeySetCertificate", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Upload", "UploadExpanded", @@ -173011,15 +173167,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", - "Command": "Invoke-MgUploadTrustFrameworkKeySetPkcs12", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", + "Command": "Invoke-MgUploadTrustFrameworkKeySetCertificate", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Upload", "UploadExpanded", @@ -173031,15 +173187,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", - "Command": "Invoke-MgUploadTrustFrameworkKeySetSecret", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", + "Command": "Invoke-MgUploadTrustFrameworkKeySetPkcs12", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", + "ApiVersion": "beta" + }, + { "Variants": [ "Upload", "UploadExpanded", @@ -173051,28 +173207,28 @@ "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 - } + }, + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", + "Command": "Invoke-MgUploadTrustFrameworkKeySetSecret", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/usage", - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage1", "Variants": [ "Usage", "UsageViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage1", + "Method": "GET", + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/usage", + "ApiVersion": "beta" + }, + { "Variants": [ "Usage", "UsageViaIdentity" @@ -173096,15 +173252,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage1", "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiVersion": "beta" + }, + { "Variants": [ "Usage1", "UsageViaIdentity1" @@ -173128,15 +173284,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "Command": "Invoke-MgViewUserReminder", - "OutputType": "IMicrosoftGraphReminder", "Variants": [ "View1", "ViewViaIdentity1" @@ -173160,15 +173316,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphReminder", "Method": "GET", - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "Command": "Invoke-MgViewUserReminder", - "OutputType": "IMicrosoftGraphReminder1", + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "ApiVersion": "beta" + }, + { "Variants": [ "View", "ViewViaIdentity" @@ -173192,165 +173348,165 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ] + ], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphReminder1", + "Method": "GET", + "Command": "Invoke-MgViewUserReminder", + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgDriveListContentTypeWithHubSite", - "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgDriveListContentTypeWithHubSite", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Join-MgDriveListContentTypeWithHubSite", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgGroupDriveListContentTypeWithHubSite", - "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgGroupDriveListContentTypeWithHubSite", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgGroupSiteContentTypeWithHubSite", "OutputType": null, + "Method": "POST", + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgGroupSiteContentTypeWithHubSite", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgGroupSiteListContentTypeWithHubSite", "OutputType": null, + "Method": "POST", + "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgGroupSiteListContentTypeWithHubSite", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgShareListContentTypeWithHubSite", - "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgShareListContentTypeWithHubSite", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Join-MgShareListContentTypeWithHubSite", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgSiteContentTypeWithHubSite", - "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", @@ -173370,15 +173526,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgSiteContentTypeWithHubSite", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate1", "AssociateExpanded1", @@ -173398,75 +173554,75 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgSiteListContentTypeWithHubSite", "OutputType": null, + "Method": "POST", + "Command": "Join-MgSiteContentTypeWithHubSite", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgSiteListContentTypeWithHubSite", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "POST", + "Command": "Join-MgSiteListContentTypeWithHubSite", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Command": "Join-MgUserDriveListContentTypeWithHubSite", - "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Command": "Join-MgUserDriveListContentTypeWithHubSite", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Join-MgUserDriveListContentTypeWithHubSite", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", - "Command": "Lock-MgDeviceManagementComanagedDeviceRemote", - "OutputType": null, "Variants": [ "Lock", "LockViaIdentity" @@ -173476,15 +173632,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "Command": "Lock-MgDeviceManagementManagedDeviceRemote", "OutputType": null, + "Method": "POST", + "Command": "Lock-MgDeviceManagementComanagedDeviceRemote", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", + "ApiVersion": "beta" + }, + { "Variants": [ "Lock", "LockViaIdentity" @@ -173494,15 +173650,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", "Command": "Lock-MgDeviceManagementManagedDeviceRemote", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "ApiVersion": "beta" + }, + { "Variants": [ "Lock1", "LockViaIdentity1" @@ -173512,84 +173668,84 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "Command": "Lock-MgUserManagedDeviceRemote", - "OutputType": null, "Variants": [ "Lock", "LockViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", "Command": "Lock-MgUserManagedDeviceRemote", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "ApiVersion": "beta" + }, + { "Variants": [ "Lock1", "LockViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Lock-MgUserManagedDeviceRemote", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/transfer", - "Command": "Move-MgCommunicationCall", - "OutputType": null, "Variants": [ "Transfer1", "TransferExpanded1", "TransferViaIdentity1", "TransferViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/transfer", "Command": "Move-MgCommunicationCall", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/transfer", + "ApiVersion": "beta" + }, + { "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Move-MgCommunicationCall", + "Uri": "/communications/calls/{call-id}/transfer", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", - "Command": "Move-MgDeviceManagementComanagedDeviceToOu", - "OutputType": null, "Variants": [ "Move", "MoveExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", - "Command": "Move-MgDeviceManagementIntentToTemplate", "OutputType": null, + "Method": "POST", + "Command": "Move-MgDeviceManagementComanagedDeviceToOu", + "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", + "ApiVersion": "beta" + }, + { "Variants": [ "Migrate", "MigrateExpanded", @@ -173601,28 +173757,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", - "Command": "Move-MgDeviceManagementManagedDeviceToOu", "OutputType": null, + "Method": "POST", + "Command": "Move-MgDeviceManagementIntentToTemplate", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", + "ApiVersion": "beta" + }, + { "Variants": [ "Move", "MoveExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Move-MgDeviceManagementManagedDeviceToOu", + "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", - "Command": "Move-MgEntitlementManagementAccessPackageToCatalog", - "OutputType": null, "Variants": [ "Move", "MoveExpanded", @@ -173634,15 +173790,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Move-MgEntitlementManagementAccessPackageToCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "Command": "Move-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Move", "MoveExpanded", @@ -173654,15 +173810,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", "Command": "Move-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "ApiVersion": "beta" + }, + { "Variants": [ "Move1", "MoveExpanded1", @@ -173674,75 +173830,75 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "Command": "Move-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Move-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", "Command": "Move-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "ApiVersion": "beta" + }, + { "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "Command": "Move-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", "Command": "Move-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "ApiVersion": "beta" + }, + { "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "Command": "Move-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Move", "MoveExpanded", @@ -173754,15 +173910,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", "Command": "Move-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "ApiVersion": "beta" + }, + { "Variants": [ "Move1", "MoveExpanded1", @@ -173774,30 +173930,30 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", - "Command": "Move-MgUserManagedDeviceToOu", - "OutputType": null, + "Command": "Move-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/move", - "Command": "Move-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgUserManagedDeviceToOu", + "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", + "ApiVersion": "beta" + }, + { "Variants": [ "Move", "MoveExpanded", @@ -173809,15 +173965,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/move", "Command": "Move-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/messages/{message-id}/move", + "ApiVersion": "beta" + }, + { "Variants": [ "Move1", "MoveExpanded1", @@ -173829,15 +173985,15 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "POST", + "Command": "Move-MgUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}/move", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews", - "Command": "New-MgAccessReview", - "OutputType": "IMicrosoftGraphAccessReview", "Variants": [ "Create", "CreateExpanded" @@ -173855,105 +174011,105 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "POST", + "Command": "New-MgAccessReview", + "Uri": "/accessReviews", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/decisions", "Command": "New-MgAccessReviewDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReview", "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances", "Command": "New-MgAccessReviewInstance", - "OutputType": "IMicrosoftGraphAccessReview", + "Uri": "/accessReviews/{accessReview-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "Command": "New-MgAccessReviewInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "Command": "New-MgAccessReviewInstanceMyDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "Command": "New-MgAccessReviewInstanceReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/myDecisions", "Command": "New-MgAccessReviewMyDecision", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "Command": "New-MgAccessReviewReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Create", "CreateExpanded", @@ -173973,15 +174129,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", + "Command": "New-MgAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits", - "Command": "New-MgAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "Create", "CreateExpanded" @@ -173991,30 +174147,30 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "Command": "New-MgAdministrativeUnitExtension", - "OutputType": null, + "Command": "New-MgAdministrativeUnit", + "Uri": "/administrativeUnits", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Command": "New-MgAdministrativeUnitMemberByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgAdministrativeUnitExtension", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174034,15 +174190,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Command": "New-MgAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgAdministrativeUnitMemberByRef", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174054,131 +174210,131 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgAdministrativeUnitScopedRoleMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/agreements", - "Command": "New-MgAgreement", - "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", - "Uri": "/agreements", "Command": "New-MgAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/agreements", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", - "Uri": "/agreements/{agreement-id}/acceptances", - "Command": "New-MgAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgAgreement", + "Uri": "/agreements", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", - "Uri": "/agreements/{agreement-id}/acceptances", "Command": "New-MgAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations", - "Command": "New-MgAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations", "Command": "New-MgAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Command": "New-MgAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Command": "New-MgAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgAgreementFileLocalizationVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/appCatalogs/teamsApps", - "Command": "New-MgAppCatalogTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Create", "CreateExpanded" @@ -174202,15 +174358,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "POST", - "Uri": "/appCatalogs/teamsApps", "Command": "New-MgAppCatalogTeamApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Uri": "/appCatalogs/teamsApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -174234,15 +174390,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", "Method": "POST", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Command": "New-MgAppCatalogTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Command": "New-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174268,15 +174424,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "POST", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Command": "New-MgAppCatalogTeamAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174302,15 +174458,15 @@ "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 } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "POST", + "Command": "New-MgAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications", - "Command": "New-MgApplication", - "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "Create", "CreateExpanded" @@ -174320,15 +174476,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphApplication1", "Method": "POST", - "Uri": "/applications", "Command": "New-MgApplication", - "OutputType": "IMicrosoftGraphApplication", + "Uri": "/applications", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -174338,15 +174494,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApplication", "Method": "POST", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Command": "New-MgApplicationAppManagementPolicyByRef", - "OutputType": null, + "Command": "New-MgApplication", + "Uri": "/applications", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174366,15 +174522,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "Command": "New-MgApplicationAppManagementPolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174394,15 +174550,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/extensionProperties", - "Command": "New-MgApplicationExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty1", + "Command": "New-MgApplicationAppManagementPolicyByRef", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174422,15 +174578,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExtensionProperty1", "Method": "POST", - "Uri": "/applications/{application-id}/extensionProperties", "Command": "New-MgApplicationExtensionProperty", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174450,15 +174606,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Command": "New-MgApplicationFederatedIdentityCredential", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Command": "New-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174470,15 +174626,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "POST", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Command": "New-MgApplicationFederatedIdentityCredential", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174490,15 +174646,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "POST", - "Uri": "/applications/{application-id}/owners/$ref", - "Command": "New-MgApplicationOwnerByRef", - "OutputType": null, + "Command": "New-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174524,15 +174680,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/owners/$ref", "Command": "New-MgApplicationOwnerByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/owners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174558,90 +174714,90 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs", - "Command": "New-MgApplicationSynchronizationJob", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "New-MgApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Command": "New-MgApplicationSynchronizationJobOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Command": "New-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiVersion": "beta" + }, + { "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgApplicationSynchronizationJobOnDemand", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates", - "Command": "New-MgApplicationSynchronizationTemplate", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Command": "New-MgApplicationTokenIssuancePolicyByRef", - "OutputType": null, + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174667,15 +174823,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Command": "New-MgApplicationTokenIssuancePolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174701,15 +174857,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Command": "New-MgApplicationTokenLifetimePolicyByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174735,15 +174891,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Command": "New-MgApplicationTokenLifetimePolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174769,15 +174925,15 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/bookingBusinesses", - "Command": "New-MgBookingBusiness", - "OutputType": "IMicrosoftGraphBookingBusiness", "Variants": [ "Create", "CreateExpanded" @@ -174787,15 +174943,15 @@ "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 - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingBusiness", "Method": "POST", - "Uri": "/solutions/bookingBusinesses", "Command": "New-MgBookingBusiness", - "OutputType": "IMicrosoftGraphBookingBusiness1", + "Uri": "/bookingBusinesses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -174805,15 +174961,15 @@ "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 - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingBusiness1", "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "Command": "New-MgBookingBusinessAppointment", - "OutputType": "IMicrosoftGraphBookingAppointment1", + "Command": "New-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174839,15 +174995,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Command": "New-MgBookingBusinessAppointment", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174873,45 +175029,45 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Command": "New-MgBookingBusinessCalendarView", - "OutputType": "IMicrosoftGraphBookingAppointment1", + "Command": "New-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "Command": "New-MgBookingBusinessCalendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "Command": "New-MgBookingBusinessCustomer", - "OutputType": "IMicrosoftGraphBookingCustomer", + "Command": "New-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -174937,15 +175093,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCustomer", "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "Command": "New-MgBookingBusinessCustomer", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -174971,15 +175127,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Command": "New-MgBookingBusinessCustomQuestion", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Command": "New-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175005,15 +175161,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Command": "New-MgBookingBusinessCustomQuestion", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175039,15 +175195,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "Command": "New-MgBookingBusinessService", - "OutputType": "IMicrosoftGraphBookingService1", + "Command": "New-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175067,15 +175223,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingService1", "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "Command": "New-MgBookingBusinessService", - "OutputType": "IMicrosoftGraphBookingService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175095,15 +175251,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBookingService", "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Command": "New-MgBookingBusinessStaffMember", - "OutputType": "IMicrosoftGraphBookingStaffMember", + "Command": "New-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175123,15 +175279,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingStaffMember", "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Command": "New-MgBookingBusinessStaffMember", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175151,54 +175307,54 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/bookingCurrencies", - "Command": "New-MgBookingCurrency", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Command": "New-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "POST", - "Uri": "/solutions/bookingCurrencies", "Command": "New-MgBookingCurrency", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Uri": "/bookingCurrencies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "POST", + "Command": "New-MgBookingCurrency", + "Uri": "/solutions/bookingCurrencies", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/businessFlowTemplates", - "Command": "New-MgBusinessFlowTemplate", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "POST", + "Command": "New-MgBusinessFlowTemplate", + "Uri": "/businessFlowTemplates", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/solutions/businessScenarios", - "Command": "New-MgBusinessScenario", - "OutputType": "IMicrosoftGraphBusinessScenario", "Variants": [ "Create", "CreateExpanded" @@ -175216,15 +175372,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphBusinessScenario", "Method": "POST", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Command": "New-MgBusinessScenarioPlannerPlanConfigurationLocalization", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Command": "New-MgBusinessScenario", + "Uri": "/solutions/businessScenarios", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175244,15 +175400,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Method": "POST", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Command": "New-MgBusinessScenarioPlannerTask", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Command": "New-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175264,15 +175420,15 @@ "Description": "Read and write data for business scenarios this app creates or owns", "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", "IsAdmin": true - } + }, + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "POST", + "Command": "New-MgBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats", - "Command": "New-MgChat", - "OutputType": "IMicrosoftGraphChat1", "Variants": [ "Create", "CreateExpanded" @@ -175290,15 +175446,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChat1", "Method": "POST", - "Uri": "/chats", "Command": "New-MgChat", - "OutputType": "IMicrosoftGraphChat", + "Uri": "/chats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -175316,15 +175472,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChat", "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps", - "Command": "New-MgChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "New-MgChat", + "Uri": "/chats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175344,15 +175500,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps", "Command": "New-MgChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/chats/{chat-id}/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175372,15 +175528,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", - "Uri": "/chats/{chat-id}/members", - "Command": "New-MgChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175400,15 +175556,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/chats/{chat-id}/members", "Command": "New-MgChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/chats/{chat-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175428,15 +175584,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/chats/{chat-id}/messages", - "Command": "New-MgChatMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgChatMember", + "Uri": "/chats/{chat-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175468,15 +175624,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/chats/{chat-id}/messages", "Command": "New-MgChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175508,135 +175664,135 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Command": "New-MgChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgChatMessage", + "Uri": "/chats/{chat-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Command": "New-MgChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Command": "New-MgChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Command": "New-MgChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Command": "New-MgChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "New-MgChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/chats/{chat-id}/operations", - "Command": "New-MgChatOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "New-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants", - "Command": "New-MgChatPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgChatOperation", + "Uri": "/chats/{chat-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/chats/{chat-id}/pinnedMessages", - "Command": "New-MgChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", + "Command": "New-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175656,15 +175812,15 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "POST", - "Uri": "/chats/{chat-id}/pinnedMessages", "Command": "New-MgChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175684,15 +175840,15 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "POST", - "Uri": "/chats/{chat-id}/tabs", - "Command": "New-MgChatTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "New-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -175724,15 +175880,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", - "Uri": "/chats/{chat-id}/tabs", "Command": "New-MgChatTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/chats/{chat-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -175764,247 +175920,247 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgChatTab", + "Uri": "/chats/{chat-id}/tabs", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls", - "Command": "New-MgCommunicationCall", - "OutputType": "IMicrosoftGraphCall1", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCall1", "Method": "POST", - "Uri": "/communications/calls", "Command": "New-MgCommunicationCall", - "OutputType": "IMicrosoftGraphCall", + "Uri": "/communications/calls", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCall", "Method": "POST", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Command": "New-MgCommunicationCallAudioRoutingGroup", - "OutputType": "IMicrosoftGraphAudioRoutingGroup1", + "Command": "New-MgCommunicationCall", + "Uri": "/communications/calls", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Method": "POST", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Command": "New-MgCommunicationCallAudioRoutingGroup", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Method": "POST", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Command": "New-MgCommunicationCallContentSharingSession", - "OutputType": null, + "Command": "New-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Command": "New-MgCommunicationCallContentSharingSession", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/operations", - "Command": "New-MgCommunicationCallOperation", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "New-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCommsOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/operations", "Command": "New-MgCommunicationCallOperation", - "OutputType": "IMicrosoftGraphCommsOperation", + "Uri": "/communications/calls/{call-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommsOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants", - "Command": "New-MgCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphParticipant1", + "Command": "New-MgCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphParticipant1", "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants", "Command": "New-MgCommunicationCallParticipant", - "OutputType": "IMicrosoftGraphParticipant", + "Uri": "/communications/calls/{call-id}/participants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphParticipant", "Method": "POST", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Command": "New-MgCommunicationCallRecordSession", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "New-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "POST", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Command": "New-MgCommunicationCallRecordSession", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "POST", - "Uri": "/communications/onlineMeetings/createOrGet", - "Command": "New-MgCommunicationOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Command": "New-MgCommunicationCallRecordSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "POST", - "Uri": "/communications/onlineMeetings/createOrGet", "Command": "New-MgCommunicationOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Uri": "/communications/onlineMeetings/createOrGet", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "CreateExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", + "Command": "New-MgCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings/createOrGet", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord1", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "Create2", @@ -176015,86 +176171,86 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Command": "New-MgCommunicationOnlineMeetingRegistrationCustomQuestion", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Command": "New-MgCommunicationOnlineMeetingTranscript", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "New-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCallTranscript", "Method": "POST", - "Uri": "/communications/presences", - "Command": "New-MgCommunicationPresence", - "OutputType": "IMicrosoftGraphPresence1", + "Command": "New-MgCommunicationOnlineMeetingTranscript", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPresence1", "Method": "POST", - "Uri": "/communications/presences", "Command": "New-MgCommunicationPresence", - "OutputType": "IMicrosoftGraphPresence", + "Uri": "/communications/presences", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", + "Command": "New-MgCommunicationPresence", + "Uri": "/communications/presences", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases", - "Command": "New-MgComplianceEdiscoveryCase", - "OutputType": "IMicrosoftGraphEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" @@ -176112,15 +176268,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "Command": "New-MgComplianceEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Command": "New-MgComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176140,15 +176296,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "Command": "New-MgComplianceEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Command": "New-MgComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176168,30 +176324,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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "Command": "New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "New-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "Command": "New-MgComplianceEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Command": "New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176211,15 +176367,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "Command": "New-MgComplianceEdiscoveryCaseLegalHold", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Command": "New-MgComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176239,15 +176395,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "Command": "New-MgComplianceEdiscoveryCaseLegalHoldSiteSource", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Command": "New-MgComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176267,30 +176423,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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "New-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUserSource", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176310,15 +176466,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "Command": "New-MgComplianceEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176338,30 +176494,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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "Command": "New-MgComplianceEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Command": "New-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "Command": "New-MgComplianceEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Command": "New-MgComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176381,15 +176537,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "Command": "New-MgComplianceEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Command": "New-MgComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176409,15 +176565,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "Command": "New-MgComplianceEdiscoveryCaseSourceCollection", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Command": "New-MgComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176437,15 +176593,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "Command": "New-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Command": "New-MgComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176465,15 +176621,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "Command": "New-MgComplianceEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Command": "New-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176493,93 +176649,93 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "POST", + "Command": "New-MgComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts", - "Command": "New-MgContact", - "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrgContact1", "Method": "POST", - "Uri": "/contacts", "Command": "New-MgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Uri": "/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrgContact", "Method": "POST", - "Uri": "/contracts", - "Command": "New-MgContract", - "OutputType": "IMicrosoftGraphContract", + "Command": "New-MgContact", + "Uri": "/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContract", "Method": "POST", - "Uri": "/contracts", "Command": "New-MgContract", - "OutputType": "IMicrosoftGraphContract", + "Uri": "/contracts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", + "Method": "POST", + "Command": "New-MgContract", + "Uri": "/contracts", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/dataPolicyOperations", - "Command": "New-MgDataPolicyOperation", - "OutputType": "IMicrosoftGraphDataPolicyOperation", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "POST", - "Uri": "/dataPolicyOperations", "Command": "New-MgDataPolicyOperation", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Uri": "/dataPolicyOperations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "POST", + "Command": "New-MgDataPolicyOperation", + "Uri": "/dataPolicyOperations", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices", - "Command": "New-MgDevice", - "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "Create1", "CreateExpanded1" @@ -176589,15 +176745,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDevice1", "Method": "POST", - "Uri": "/devices", "Command": "New-MgDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/devices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -176607,15 +176763,15 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", + "Method": "POST", + "Command": "New-MgDevice", + "Uri": "/devices", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Command": "New-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Variants": [ "Create", "CreateExpanded" @@ -176625,15 +176781,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections", "Command": "New-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -176643,15 +176799,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Command": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -176671,15 +176827,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Command": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176699,15 +176855,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Command": "New-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", + "Command": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -176725,15 +176881,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Method": "POST", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Command": "New-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -176751,15 +176907,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Method": "POST", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176779,15 +176935,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -176807,15 +176963,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Command": "New-MgDeviceAppMgtEnterpriseCodeSigningCertificate", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -176825,28 +176981,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Command": "New-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176858,15 +177014,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", + "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176878,15 +177034,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176898,15 +177054,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -176918,15 +177074,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Command": "New-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": "IMicrosoftGraphIosManagedAppProtection1", + "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -176936,15 +177092,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections", "Command": "New-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -176954,15 +177110,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Command": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "New-MgDeviceAppMgtiOSManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -176982,15 +177138,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Command": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177010,41 +177166,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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies", - "Command": "New-MgDeviceAppMgtManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Command": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies", "Command": "New-MgDeviceAppMgtManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "Command": "New-MgDeviceAppMgtManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", + "Command": "New-MgDeviceAppMgtManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -177062,15 +177218,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations", "Command": "New-MgDeviceAppMgtManagedAppRegistration", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177088,75 +177244,75 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Command": "New-MgDeviceAppMgtManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177176,15 +177332,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Command": "New-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177204,41 +177360,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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppStatuses", - "Command": "New-MgDeviceAppMgtManagedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Command": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "POST", - "Uri": "/deviceAppManagement/managedAppStatuses", "Command": "New-MgDeviceAppMgtManagedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks", - "Command": "New-MgDeviceAppMgtManagedEBook", - "OutputType": "IMicrosoftGraphManagedEBook1", + "Command": "New-MgDeviceAppMgtManagedAppStatuses", + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177248,15 +177404,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedEBook1", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks", "Command": "New-MgDeviceAppMgtManagedEBook", - "OutputType": "IMicrosoftGraphManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -177266,15 +177422,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBook", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Command": "New-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": "IMicrosoftGraphManagedEBookAssignment1", + "Command": "New-MgDeviceAppMgtManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177286,15 +177442,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Command": "New-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177306,15 +177462,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBookCategories", - "Command": "New-MgDeviceAppMgtManagedEBookCategory", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Command": "New-MgDeviceAppMgtManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177324,15 +177480,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Command": "New-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgDeviceAppMgtManagedEBookCategory", + "Uri": "/deviceAppManagement/managedEBookCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177344,15 +177500,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Command": "New-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177364,15 +177520,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Command": "New-MgDeviceAppMgtManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177384,15 +177540,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177404,15 +177560,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177424,15 +177580,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177444,15 +177600,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Command": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", + "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177462,15 +177618,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Command": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -177480,15 +177636,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps", - "Command": "New-MgDeviceAppMgtMobileApp", - "OutputType": "IMicrosoftGraphMobileApp1", + "Command": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177498,15 +177654,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileApp1", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps", "Command": "New-MgDeviceAppMgtMobileApp", - "OutputType": "IMicrosoftGraphMobileApp", + "Uri": "/deviceAppManagement/mobileApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -177516,15 +177672,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Command": "New-MgDeviceAppMgtMobileAppAssignment", - "OutputType": "IMicrosoftGraphMobileAppAssignment1", + "Command": "New-MgDeviceAppMgtMobileApp", + "Uri": "/deviceAppManagement/mobileApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177536,15 +177692,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Command": "New-MgDeviceAppMgtMobileAppAssignment", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177556,15 +177712,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppCategories", - "Command": "New-MgDeviceAppMgtMobileAppCategory", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "New-MgDeviceAppMgtMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177574,15 +177730,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppCategories", "Command": "New-MgDeviceAppMgtMobileAppCategory", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -177592,15 +177748,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Command": "New-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", + "Command": "New-MgDeviceAppMgtMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177610,15 +177766,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations", "Command": "New-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -177628,15 +177784,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", + "Command": "New-MgDeviceAppMgtMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177648,15 +177804,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Command": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177668,15 +177824,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", + "Command": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177688,15 +177844,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Command": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177708,15 +177864,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177728,15 +177884,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Command": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177748,15 +177904,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", - "Command": "New-MgDeviceAppMgtMobileAppDeviceStatuses", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", + "Command": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177768,15 +177924,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "Command": "New-MgDeviceAppMgtMobileAppRelationship", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgDeviceAppMgtMobileAppDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177788,15 +177944,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", - "Command": "New-MgDeviceAppMgtMobileAppUserStatuses", - "OutputType": "IMicrosoftGraphUserAppInstallStatus", + "Command": "New-MgDeviceAppMgtMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177808,15 +177964,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", - "Command": "New-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", + "Command": "New-MgDeviceAppMgtMobileAppUserStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177828,15 +177984,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "POST", - "Uri": "/deviceAppManagement/policySets", - "Command": "New-MgDeviceAppMgtPolicySet", - "OutputType": "IMicrosoftGraphPolicySet", + "Command": "New-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177846,15 +178002,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySet", "Method": "POST", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "Command": "New-MgDeviceAppMgtPolicySetAssignment", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Command": "New-MgDeviceAppMgtPolicySet", + "Uri": "/deviceAppManagement/policySets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177866,15 +178022,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "Command": "New-MgDeviceAppMgtPolicySetItem", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Command": "New-MgDeviceAppMgtPolicySetAssignment", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177886,15 +178042,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPolicySetItem", "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", + "Command": "New-MgDeviceAppMgtPolicySetItem", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -177904,15 +178060,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -177922,15 +178078,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -177950,15 +178106,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -177978,45 +178134,45 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", + "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "Command": "New-MgDeviceAppMgtTask", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178034,15 +178190,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens", - "Command": "New-MgDeviceAppMgtVppToken", - "OutputType": "IMicrosoftGraphVppToken2", + "Command": "New-MgDeviceAppMgtTask", + "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178060,15 +178216,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphVppToken2", "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens", "Command": "New-MgDeviceAppMgtVppToken", - "OutputType": "IMicrosoftGraphVppToken", + "Uri": "/deviceAppManagement/vppTokens", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -178086,15 +178242,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVppToken", "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "Command": "New-MgDeviceAppMgtWdacSupplementalPolicy", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Command": "New-MgDeviceAppMgtVppToken", + "Uri": "/deviceAppManagement/vppTokens", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178104,15 +178260,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyAssignment", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Command": "New-MgDeviceAppMgtWdacSupplementalPolicy", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -178124,15 +178280,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -178144,15 +178300,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Command": "New-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178170,15 +178326,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", + "Command": "New-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178196,15 +178352,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -178222,15 +178378,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Command": "New-MgDeviceAppMgtWindowInformationProtectionWipeAction", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178248,15 +178404,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "Command": "New-MgDeviceAppMgtWindowManagedAppProtection", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Command": "New-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178274,15 +178430,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Command": "New-MgDeviceAppMgtWindowManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -178302,75 +178458,75 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionAssignment", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", + "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", + "Method": "POST", + "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/{device-id}/commands", - "Command": "New-MgDeviceCommand", - "OutputType": "IMicrosoftGraphCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommand", "Method": "POST", - "Uri": "/devices/{device-id}/extensions", - "Command": "New-MgDeviceExtension", - "OutputType": null, + "Command": "New-MgDeviceCommand", + "Uri": "/devices/{device-id}/commands", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/extensions", "Command": "New-MgDeviceExtension", - "OutputType": null, + "Uri": "/devices/{device-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceExtension", + "Uri": "/devices/{device-id}/extensions", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "Command": "New-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Create", "CreateExpanded" @@ -178380,15 +178536,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "POST", + "Command": "New-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" @@ -178398,15 +178554,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "POST", + "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", - "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", @@ -178418,15 +178574,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "Command": "New-MgDeviceManagementAndroidForWorkAppConfigurationSchema", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" @@ -178436,15 +178592,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "POST", + "Command": "New-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfile", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" @@ -178454,15 +178610,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "POST", + "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", - "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", @@ -178474,15 +178630,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", - "Command": "New-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178492,15 +178648,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "Command": "New-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" @@ -178510,15 +178666,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "POST", + "Command": "New-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", - "Command": "New-MgDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "OutputType": null, "Variants": [ "Generate" ], @@ -178535,15 +178691,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" @@ -178553,15 +178709,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Method": "POST", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -178573,15 +178729,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/assignmentFilters", - "Command": "New-MgDeviceManagementAssignmentFilter", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Variants": [ "Create", "CreateExpanded" @@ -178591,15 +178747,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "POST", + "Command": "New-MgDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/auditEvents", - "Command": "New-MgDeviceManagementAuditEvent", - "OutputType": "IMicrosoftGraphAuditEvent", "Variants": [ "Create1", "CreateExpanded1" @@ -178609,15 +178765,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuditEvent", "Method": "POST", - "Uri": "/deviceManagement/auditEvents", "Command": "New-MgDeviceManagementAuditEvent", - "OutputType": "IMicrosoftGraphAuditEvent1", + "Uri": "/deviceManagement/auditEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178627,15 +178783,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent1", + "Method": "POST", + "Command": "New-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/autopilotEvents", - "Command": "New-MgDeviceManagementAutopilotEvent", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Variants": [ "Create", "CreateExpanded" @@ -178645,15 +178801,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Method": "POST", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "Command": "New-MgDeviceManagementAutopilotEventPolicyStatusDetail", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Command": "New-MgDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -178665,15 +178821,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "POST", + "Command": "New-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/cartToClassAssociations", - "Command": "New-MgDeviceManagementCartToClassAssociation", - "OutputType": "IMicrosoftGraphCartToClassAssociation", "Variants": [ "Create", "CreateExpanded" @@ -178683,15 +178839,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "POST", + "Command": "New-MgDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/cartToClassAssociations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/categories", - "Command": "New-MgDeviceManagementCategory", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Variants": [ "Create", "CreateExpanded" @@ -178701,15 +178857,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Method": "POST", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "Command": "New-MgDeviceManagementCategorySettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgDeviceManagementCategory", + "Uri": "/deviceManagement/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -178721,15 +178877,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices", - "Command": "New-MgDeviceManagementComanagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "New-MgDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178747,148 +178903,148 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", + "Method": "POST", + "Command": "New-MgDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Command": "New-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "New-MgDeviceManagementComanagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "New-MgDeviceManagementComanagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", "Command": "New-MgDeviceManagementComanagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "Command": "New-MgDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Command": "New-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Command": "New-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagementEligibleDevices", - "Command": "New-MgDeviceManagementComanagementEligibleDevice", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Variants": [ "Create", "CreateExpanded" @@ -178906,15 +179062,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Method": "POST", - "Uri": "/deviceManagement/complianceManagementPartners", - "Command": "New-MgDeviceManagementComplianceManagementPartner", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Command": "New-MgDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -178932,15 +179088,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Method": "POST", - "Uri": "/deviceManagement/complianceManagementPartners", "Command": "New-MgDeviceManagementComplianceManagementPartner", - "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -178958,15 +179114,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Method": "POST", + "Command": "New-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies", - "Command": "New-MgDeviceManagementCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Variants": [ "Create", "CreateExpanded" @@ -178976,15 +179132,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "Command": "New-MgDeviceManagementCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "New-MgDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -178996,15 +179152,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Command": "New-MgDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179016,15 +179172,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179036,15 +179192,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "Command": "New-MgDeviceManagementCompliancePolicySetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179056,15 +179212,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "POST", - "Uri": "/deviceManagement/complianceSettings", - "Command": "New-MgDeviceManagementComplianceSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "New-MgDeviceManagementCompliancePolicySetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179074,15 +179230,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies", - "Command": "New-MgDeviceManagementConfigurationPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Command": "New-MgDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/complianceSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179092,15 +179248,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "Command": "New-MgDeviceManagementConfigurationPolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "New-MgDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179112,15 +179268,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", - "Command": "New-MgDeviceManagementConfigurationPolicyCopy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Variants": [ "Create", "CreateExpanded", @@ -179132,15 +179288,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST", + "Command": "New-MgDeviceManagementConfigurationPolicyCopy", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "Command": "New-MgDeviceManagementConfigurationPolicySetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Create", "CreateExpanded", @@ -179152,15 +179308,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "POST", - "Uri": "/deviceManagement/configurationPolicyTemplates", - "Command": "New-MgDeviceManagementConfigurationPolicyTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Command": "New-MgDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179170,15 +179326,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Method": "POST", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "New-MgDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179190,15 +179346,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "POST", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179210,15 +179366,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Method": "POST", - "Uri": "/deviceManagement/configurationSettings", - "Command": "New-MgDeviceManagementConfigurationSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179228,15 +179384,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "POST", - "Uri": "/deviceManagement/dataSharingConsents", - "Command": "New-MgDeviceManagementDataSharingConsent", - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Command": "New-MgDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179254,15 +179410,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "POST", + "Command": "New-MgDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings", - "Command": "New-MgDeviceManagementDepOnboardingSetting", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Variants": [ "Create", "CreateExpanded" @@ -179272,15 +179428,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "POST", + "Command": "New-MgDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", - "Command": "New-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "OutputType": null, "Variants": [ "Generate", "GenerateViaIdentity" @@ -179298,15 +179454,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "Command": "New-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", - "OutputType": "IMicrosoftGraphEnrollmentProfile", "Variants": [ "Create", "CreateExpanded", @@ -179318,15 +179474,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "Command": "New-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Command": "New-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179338,28 +179494,28 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "POST", + "Command": "New-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/derivedCredentials", - "Command": "New-MgDeviceManagementDerivedCredentials", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Method": "POST", - "Uri": "/deviceManagement/detectedApps", - "Command": "New-MgDeviceManagementDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp1", + "Command": "New-MgDeviceManagementDerivedCredentials", + "Uri": "/deviceManagement/derivedCredentials", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179377,15 +179533,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "POST", - "Uri": "/deviceManagement/detectedApps", "Command": "New-MgDeviceManagementDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp", + "Uri": "/deviceManagement/detectedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -179403,15 +179559,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDetectedApp", "Method": "POST", - "Uri": "/deviceManagement/deviceCategories", - "Command": "New-MgDeviceManagementDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory1", + "Command": "New-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179429,15 +179585,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "POST", - "Uri": "/deviceManagement/deviceCategories", "Command": "New-MgDeviceManagementDeviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Uri": "/deviceManagement/deviceCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -179455,15 +179611,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCategory", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies", - "Command": "New-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", + "Command": "New-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179473,15 +179629,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies", "Command": "New-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -179491,15 +179647,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", + "Command": "New-MgDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179511,15 +179667,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179531,15 +179687,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179551,15 +179707,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179571,15 +179727,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179591,15 +179747,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179611,15 +179767,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179631,15 +179787,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179651,15 +179807,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179671,15 +179827,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179691,15 +179847,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179709,15 +179865,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -179727,15 +179883,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179747,15 +179903,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179767,15 +179923,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179787,15 +179943,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179807,15 +179963,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations", - "Command": "New-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179825,15 +179981,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations", "Command": "New-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -179843,15 +179999,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", + "Command": "New-MgDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179863,15 +180019,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179883,15 +180039,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "Command": "New-MgDeviceManagementDeviceConfigurationConflictSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -179901,15 +180057,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgDeviceManagementDeviceConfigurationConflictSummary", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179921,15 +180077,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179941,15 +180097,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -179961,15 +180117,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -179981,15 +180137,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "Command": "New-MgDeviceManagementDeviceConfigurationGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180001,15 +180157,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "Command": "New-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Variants": [ "Create", "CreateExpanded" @@ -180019,15 +180175,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Command": "New-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Command": "New-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180037,15 +180193,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", @@ -180057,15 +180213,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Command": "New-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -180077,15 +180233,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationUserStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Create1", "CreateExpanded1" @@ -180103,15 +180259,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180129,15 +180285,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -180157,15 +180313,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180185,28 +180341,28 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "OutputType": null, "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts", - "Command": "New-MgDeviceManagementDeviceHealthScript", - "OutputType": "IMicrosoftGraphDeviceHealthScript", "Variants": [ "Create", "CreateExpanded" @@ -180224,15 +180380,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Command": "New-MgDeviceManagementDeviceHealthScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Command": "New-MgDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180252,15 +180408,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Command": "New-MgDeviceManagementDeviceHealthScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Command": "New-MgDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180280,15 +180436,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts", - "Command": "New-MgDeviceManagementDeviceShellScript", - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Command": "New-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180306,15 +180462,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "Command": "New-MgDeviceManagementDeviceShellScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Command": "New-MgDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180334,15 +180490,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Command": "New-MgDeviceManagementDeviceShellScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "New-MgDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180362,15 +180518,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "Command": "New-MgDeviceManagementDeviceShellScriptGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Command": "New-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180390,15 +180546,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Command": "New-MgDeviceManagementDeviceShellScriptUserRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Command": "New-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180418,30 +180574,30 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Command": "New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "New-MgDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/domainJoinConnectors", - "Command": "New-MgDeviceManagementDomainJoinConnector", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Variants": [ "Create", "CreateExpanded" @@ -180451,15 +180607,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "POST", + "Command": "New-MgDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePool", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Variants": [ "Create", "CreateExpanded" @@ -180469,15 +180625,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180489,15 +180645,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180509,15 +180665,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "POST", + "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors", - "Command": "New-MgDeviceManagementExchangeConnector", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Create1", "CreateExpanded1" @@ -180535,15 +180691,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors", "Command": "New-MgDeviceManagementExchangeConnector", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180561,28 +180717,28 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "POST", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "Command": "New-MgDeviceManagementExchangeOnPremisPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Command": "New-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyCategories", - "Command": "New-MgDeviceManagementGroupPolicyCategory", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "New-MgDeviceManagementExchangeOnPremisPolicy", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180592,15 +180748,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "POST", + "Command": "New-MgDeviceManagementGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyCategories", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations", - "Command": "New-MgDeviceManagementGroupPolicyConfiguration", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Variants": [ "Create", "CreateExpanded" @@ -180610,15 +180766,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "Command": "New-MgDeviceManagementGroupPolicyConfigurationAssignment", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Command": "New-MgDeviceManagementGroupPolicyConfiguration", + "Uri": "/deviceManagement/groupPolicyConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180630,15 +180786,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Command": "New-MgDeviceManagementGroupPolicyConfigurationAssignment", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180650,15 +180806,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180670,15 +180826,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "POST", + "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions", - "Command": "New-MgDeviceManagementGroupPolicyDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Create", "CreateExpanded" @@ -180688,116 +180844,116 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "Command": "New-MgDeviceManagementGroupPolicyDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "New-MgDeviceManagementGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "POST", + "Command": "New-MgDeviceManagementGroupPolicyDefinitionFile", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "Command": "New-MgDeviceManagementGroupPolicyDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", - "Command": "New-MgDeviceManagementGroupPolicyMigrationReport", - "OutputType": null, "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "Command": "New-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Variants": [ "Create", "CreateExpanded", @@ -180809,15 +180965,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "Command": "New-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Command": "New-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180829,15 +180985,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyObjectFiles", - "Command": "New-MgDeviceManagementGroupPolicyObjectFile", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Command": "New-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180847,15 +181003,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Command": "New-MgDeviceManagementGroupPolicyObjectFile", + "Uri": "/deviceManagement/groupPolicyObjectFiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180865,30 +181021,30 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "POST", + "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/importedDeviceIdentities", - "Command": "New-MgDeviceManagementImportedDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Variants": [ "Create", "CreateExpanded" @@ -180898,15 +181054,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "New-MgDeviceManagementImportedDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -180916,15 +181072,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -180934,15 +181090,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/intents", - "Command": "New-MgDeviceManagementIntent", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded" @@ -180952,15 +181108,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "Command": "New-MgDeviceManagementIntentAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Command": "New-MgDeviceManagementIntent", + "Uri": "/deviceManagement/intents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180972,15 +181128,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "Command": "New-MgDeviceManagementIntentCategory", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Command": "New-MgDeviceManagementIntentAssignment", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -180992,15 +181148,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Command": "New-MgDeviceManagementIntentCategorySetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgDeviceManagementIntentCategory", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181012,15 +181168,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgDeviceManagementIntentCategorySetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", - "Command": "New-MgDeviceManagementIntentCopy", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded", @@ -181032,15 +181188,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "New-MgDeviceManagementIntentCopy", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "Command": "New-MgDeviceManagementIntentDeviceSettingStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", @@ -181052,15 +181208,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "Command": "New-MgDeviceManagementIntentDeviceState", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Command": "New-MgDeviceManagementIntentDeviceSettingStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181072,15 +181228,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "Command": "New-MgDeviceManagementIntentSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgDeviceManagementIntentDeviceState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181092,15 +181248,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "Command": "New-MgDeviceManagementIntentUserState", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Command": "New-MgDeviceManagementIntentSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181112,15 +181268,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "POST", + "Command": "New-MgDeviceManagementIntentUserState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/intuneBrandingProfiles", - "Command": "New-MgDeviceManagementIntuneBrandingProfile", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Variants": [ "Create", "CreateExpanded" @@ -181130,15 +181286,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Method": "POST", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "Command": "New-MgDeviceManagementIntuneBrandingProfileAssignment", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Command": "New-MgDeviceManagementIntuneBrandingProfile", + "Uri": "/deviceManagement/intuneBrandingProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181150,15 +181306,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Method": "POST", - "Uri": "/deviceManagement/iosUpdateStatuses", - "Command": "New-MgDeviceManagementIoUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Command": "New-MgDeviceManagementIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -181168,15 +181324,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Method": "POST", - "Uri": "/deviceManagement/iosUpdateStatuses", "Command": "New-MgDeviceManagementIoUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -181186,15 +181342,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", + "Method": "POST", + "Command": "New-MgDeviceManagementIoUpdateStatuses", + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Variants": [ "Create", "CreateExpanded" @@ -181204,15 +181360,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Method": "POST", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181224,15 +181380,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Method": "POST", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181244,15 +181400,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Method": "POST", - "Uri": "/deviceManagement/managedDevices", - "Command": "New-MgDeviceManagementManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", + "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -181270,15 +181426,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "POST", - "Uri": "/deviceManagement/managedDevices", "Command": "New-MgDeviceManagementManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/deviceManagement/managedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -181296,90 +181452,90 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Command": "New-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "New-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", + "Command": "New-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "POST", - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "Command": "New-MgDeviceManagementManagedDeviceEncryptionState", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -181389,30 +181545,30 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Command": "New-MgDeviceManagementManagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "New-MgDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceHealthScriptState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", @@ -181432,88 +181588,88 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "OutputType": null, + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Command": "New-MgDeviceManagementManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "New-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Command": "New-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "OutputType": null, "Variants": [ "Update", "UpdateViaIdentity" @@ -181523,15 +181679,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateViaIdentity1" @@ -181541,15 +181697,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "Command": "New-MgDeviceManagementMicrosoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Variants": [ "Create", "CreateExpanded" @@ -181559,15 +181715,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "Command": "New-MgDeviceManagementMicrosoftTunnelHealthThreshold", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Command": "New-MgDeviceManagementMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -181577,15 +181733,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Command": "New-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -181595,15 +181751,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST", + "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", - "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", - "OutputType": null, "Variants": [ "Create", "CreateViaIdentity", @@ -181623,15 +181779,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites", - "Command": "New-MgDeviceManagementMicrosoftTunnelSite", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Variants": [ "Create", "CreateExpanded" @@ -181641,15 +181797,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Command": "New-MgDeviceManagementMicrosoftTunnelSite", + "Uri": "/deviceManagement/microsoftTunnelSites", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181661,15 +181817,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "POST", + "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", - "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", @@ -181681,15 +181837,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST", + "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" @@ -181699,15 +181855,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181727,15 +181883,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Variants": [ "Create", "CreateViaIdentity" @@ -181765,15 +181921,15 @@ "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 } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Variants": [ "Create", "CreateExpanded" @@ -181791,15 +181947,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Method": "POST", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -181817,15 +181973,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", "Method": "POST", - "Uri": "/deviceManagement/ndesConnectors", - "Command": "New-MgDeviceManagementNdeConnector", - "OutputType": "IMicrosoftGraphNdesConnector", + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -181835,15 +181991,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "POST", + "Command": "New-MgDeviceManagementNdeConnector", + "Uri": "/deviceManagement/ndesConnectors", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates", - "Command": "New-MgDeviceManagementNotificationMessageTemplate", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "Create1", "CreateExpanded1" @@ -181853,15 +182009,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates", "Command": "New-MgDeviceManagementNotificationMessageTemplate", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -181871,15 +182027,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -181891,15 +182047,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -181911,15 +182067,15 @@ "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 - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners", - "Command": "New-MgDeviceManagementPartner", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Variants": [ "Create", "CreateExpanded" @@ -181937,15 +182093,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners", "Command": "New-MgDeviceManagementPartner", - "OutputType": "IMicrosoftGraphDeviceManagementPartner1", + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -181963,15 +182119,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner1", + "Method": "POST", + "Command": "New-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/remoteActionAudits", - "Command": "New-MgDeviceManagementRemoteActionAudit", - "OutputType": "IMicrosoftGraphRemoteActionAudit", "Variants": [ "Create", "CreateExpanded" @@ -181989,15 +182145,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "POST", + "Command": "New-MgDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners", - "Command": "New-MgDeviceManagementRemoteAssistancePartner", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" @@ -182015,15 +182171,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners", "Command": "New-MgDeviceManagementRemoteAssistancePartner", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -182041,15 +182197,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", + "Method": "POST", + "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles", - "Command": "New-MgDeviceManagementResourceAccessProfile", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Variants": [ "Create", "CreateExpanded" @@ -182059,15 +182215,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Command": "New-MgDeviceManagementResourceAccessProfileAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Command": "New-MgDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/resourceAccessProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182079,15 +182235,15 @@ "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 - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/resourceOperations", - "Command": "New-MgDeviceManagementResourceOperation", - "OutputType": "IMicrosoftGraphResourceOperation", "Variants": [ "Create", "CreateExpanded" @@ -182105,15 +182261,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphResourceOperation", "Method": "POST", - "Uri": "/deviceManagement/resourceOperations", "Command": "New-MgDeviceManagementResourceOperation", - "OutputType": "IMicrosoftGraphResourceOperation1", + "Uri": "/deviceManagement/resourceOperations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -182131,15 +182287,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation1", + "Method": "POST", + "Command": "New-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/reusableSettings", - "Command": "New-MgDeviceManagementReusableSetting", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Create", "CreateExpanded" @@ -182149,15 +182305,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", + "Command": "New-MgDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusableSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/roleAssignments", - "Command": "New-MgDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" @@ -182175,15 +182331,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Method": "POST", - "Uri": "/deviceManagement/roleAssignments", "Command": "New-MgDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", + "Uri": "/deviceManagement/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -182201,15 +182357,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions", - "Command": "New-MgDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition1", + "Command": "New-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182227,15 +182383,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleDefinition1", "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions", "Command": "New-MgDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -182253,15 +182409,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": "IMicrosoftGraphRoleAssignment", + "Command": "New-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182281,15 +182437,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleAssignment", "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": "IMicrosoftGraphRoleAssignment1", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -182309,15 +182465,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleAssignment1", "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags", - "Command": "New-MgDeviceManagementRoleScopeTag", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182335,43 +182491,43 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "Command": "New-MgDeviceManagementRoleScopeTagAssignment", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Command": "New-MgDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementRoleScopeTagAssignment", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts", - "Command": "New-MgDeviceManagementScript", - "OutputType": "IMicrosoftGraphDeviceManagementScript", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "Command": "New-MgDeviceManagementScriptAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Command": "New-MgDeviceManagementScript", + "Uri": "/deviceManagement/deviceManagementScripts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182391,15 +182547,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "Command": "New-MgDeviceManagementScriptDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "New-MgDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182419,15 +182575,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "Command": "New-MgDeviceManagementScriptGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Command": "New-MgDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182447,15 +182603,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "Command": "New-MgDeviceManagementScriptUserRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Command": "New-MgDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182475,15 +182631,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Command": "New-MgDeviceManagementScriptUserRunStateDeviceRunState", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "New-MgDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182503,15 +182659,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "POST", - "Uri": "/deviceManagement/settingDefinitions", - "Command": "New-MgDeviceManagementSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182521,15 +182677,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", + "Command": "New-MgDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" @@ -182539,15 +182695,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "POST", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -182557,15 +182713,15 @@ "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 - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "POST", + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/templates", - "Command": "New-MgDeviceManagementTemplate", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "Create", "CreateExpanded" @@ -182575,15 +182731,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "Command": "New-MgDeviceManagementTemplateCategory", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "New-MgDeviceManagementTemplate", + "Uri": "/deviceManagement/templates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182595,15 +182751,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Command": "New-MgDeviceManagementTemplateCategoryRecommendedSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182615,15 +182771,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", - "Command": "New-MgDeviceManagementTemplateInstance", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded", @@ -182635,15 +182791,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "New-MgDeviceManagementTemplateInstance", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "Command": "New-MgDeviceManagementTemplateMigratableTo", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "Create", "CreateExpanded", @@ -182655,45 +182811,45 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "Command": "New-MgDeviceManagementTemplateMigratableToCategory", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "New-MgDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Command": "New-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgDeviceManagementTemplateMigratableToCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", - "Command": "New-MgDeviceManagementTemplateMigratableToInstance", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded", @@ -182705,30 +182861,30 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "New-MgDeviceManagementTemplateMigratableToInstance", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "Command": "New-MgDeviceManagementTemplateMigratableToSetting", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Command": "New-MgDeviceManagementTemplateSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgDeviceManagementTemplateMigratableToSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182740,15 +182896,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + }, + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions", - "Command": "New-MgDeviceManagementTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Command": "New-MgDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182758,15 +182914,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions", "Command": "New-MgDeviceManagementTermAndCondition", - "OutputType": "IMicrosoftGraphTermsAndConditions1", + "Uri": "/deviceManagement/termsAndConditions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -182776,15 +182932,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Command": "New-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182796,15 +182952,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -182816,15 +182972,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Command": "New-MgDeviceManagementTermAndConditionAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182836,15 +182992,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Command": "New-MgDeviceManagementTermAndConditionAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -182856,15 +183012,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "Command": "New-MgDeviceManagementTermAndConditionGroupAssignment", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -182876,15 +183032,15 @@ "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 - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/troubleshootingEvents", - "Command": "New-MgDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "Create1", "CreateExpanded1" @@ -182894,15 +183050,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "POST", - "Uri": "/deviceManagement/troubleshootingEvents", "Command": "New-MgDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182912,15 +183068,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomaly", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Command": "New-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182938,15 +183094,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182964,15 +183120,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -182990,15 +183146,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183016,15 +183172,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183042,15 +183198,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183068,15 +183224,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183094,15 +183250,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183120,15 +183276,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183146,15 +183302,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183172,15 +183328,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183198,28 +183354,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183237,15 +183393,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183263,15 +183419,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183289,15 +183445,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183315,15 +183471,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183341,15 +183497,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183367,15 +183523,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183393,43 +183549,43 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183447,15 +183603,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183473,15 +183629,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183499,15 +183655,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183525,15 +183681,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183551,15 +183707,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183577,15 +183733,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183603,28 +183759,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183642,15 +183798,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "Command": "New-MgDeviceManagementUserExperienceAnalyticImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183668,15 +183824,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183694,15 +183850,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183720,15 +183876,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Command": "New-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183746,15 +183902,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Command": "New-MgDeviceManagementUserExperienceAnalyticRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Command": "New-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183772,15 +183928,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183798,15 +183954,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183824,15 +183980,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183850,15 +184006,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -183878,15 +184034,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183904,15 +184060,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/userPfxCertificates", - "Command": "New-MgDeviceManagementUserPfxCertificate", - "OutputType": "IMicrosoftGraphUserPfxCertificate", "Variants": [ "Create", "CreateExpanded" @@ -183922,15 +184078,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Command": "New-MgDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183940,15 +184096,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "Command": "New-MgDeviceManagementVirtualEndpointExternalPartnerSetting", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183958,28 +184114,28 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Command": "New-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Command": "New-MgDeviceManagementVirtualEndpointOnPremisesConnection", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -183989,15 +184145,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "New-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184007,30 +184163,30 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "Command": "New-MgDeviceManagementVirtualEndpointReportExportJob", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184040,67 +184196,67 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointReportExportJob", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "Command": "New-MgDeviceManagementVirtualEndpointServicePlan", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", "Command": "New-MgDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/snapshots", "Command": "New-MgDeviceManagementVirtualEndpointSnapshot", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "Command": "New-MgDeviceManagementVirtualEndpointSupportedRegion", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Variants": [ "Create", "CreateExpanded" @@ -184110,30 +184266,30 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Variants": [ "Create", "CreateExpanded" @@ -184143,45 +184299,45 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -184191,15 +184347,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184209,15 +184365,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Method": "POST", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "Command": "New-MgDeviceManagementWindowFeatureUpdateProfile", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184227,15 +184383,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Method": "POST", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "Command": "New-MgDeviceManagementWindowFeatureUpdateProfileAssignment", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Command": "New-MgDeviceManagementWindowFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -184247,15 +184403,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Command": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create1", "CreateExpanded1" @@ -184265,15 +184421,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Command": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184283,15 +184439,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Command": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Command": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -184301,15 +184457,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Command": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184319,15 +184475,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "POST", - "Uri": "/deviceManagement/windowsMalwareInformation", - "Command": "New-MgDeviceManagementWindowMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Command": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184345,15 +184501,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Method": "POST", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Command": "New-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Command": "New-MgDeviceManagementWindowMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -184373,15 +184529,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Command": "New-MgDeviceRegisteredOwnerByRef", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", @@ -184393,15 +184549,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/registeredOwners/$ref", "Command": "New-MgDeviceRegisteredOwnerByRef", - "OutputType": null, + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -184413,15 +184569,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Command": "New-MgDeviceRegisteredUserByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceRegisteredOwnerByRef", + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -184433,15 +184589,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/registeredUsers/$ref", "Command": "New-MgDeviceRegisteredUserByRef", - "OutputType": null, + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -184453,30 +184609,30 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/devices/{device-id}/usageRights", - "Command": "New-MgDeviceUsageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "New-MgDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUsageRight", "Method": "POST", - "Uri": "/directory/administrativeUnits", - "Command": "New-MgDirectoryAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Command": "New-MgDeviceUsageRights", + "Uri": "/devices/{device-id}/usageRights", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184486,15 +184642,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "POST", - "Uri": "/directory/administrativeUnits", "Command": "New-MgDirectoryAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Uri": "/directory/administrativeUnits", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -184504,45 +184660,45 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Command": "New-MgDirectoryAdministrativeUnitExtension", - "OutputType": null, + "Command": "New-MgDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Command": "New-MgDirectoryAdministrativeUnitExtension", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -184574,15 +184730,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -184614,15 +184770,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -184634,15 +184790,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -184654,15 +184810,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", - "Uri": "/directory/attributeSets", - "Command": "New-MgDirectoryAttributeSet", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184672,15 +184828,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttributeSet", "Method": "POST", - "Uri": "/directory/attributeSets", "Command": "New-MgDirectoryAttributeSet", - "OutputType": "IMicrosoftGraphAttributeSet", + "Uri": "/directory/attributeSets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -184690,15 +184846,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttributeSet", "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "New-MgDirectoryAttributeSet", + "Uri": "/directory/attributeSets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184708,15 +184864,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions", "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -184726,15 +184882,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -184746,15 +184902,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAllowedValue", "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": "IMicrosoftGraphAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -184766,229 +184922,229 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAllowedValue", "Method": "POST", - "Uri": "/directory/deletedItems", - "Command": "New-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directory/deletedItems", "Command": "New-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/deletedItems", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directory/featureRolloutPolicies", - "Command": "New-MgDirectoryFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "New-MgDirectoryDeletedItem", + "Uri": "/directory/deletedItems", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "POST", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Command": "New-MgDirectoryFeatureRolloutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgDirectoryFeatureRolloutPolicy", + "Uri": "/directory/featureRolloutPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Command": "New-MgDirectoryFeatureRolloutPolicyApplyToByRef", - "OutputType": null, + "Command": "New-MgDirectoryFeatureRolloutPolicyApplyTo", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directory/federationConfigurations", - "Command": "New-MgDirectoryFederationConfiguration", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "New-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "POST", - "Uri": "/directory/federationConfigurations", "Command": "New-MgDirectoryFederationConfiguration", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/directory/federationConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", + "Command": "New-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphImpactedResource", "Method": "POST", - "Uri": "/directory/impactedResources", "Command": "New-MgDirectoryImpactedResource", - "OutputType": "IMicrosoftGraphImpactedResource", + "Uri": "/directory/impactedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Method": "POST", - "Uri": "/directory/inboundSharedUserProfiles", "Command": "New-MgDirectoryInboundSharedUserProfile", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/directory/inboundSharedUserProfiles", + "ApiVersion": "beta" }, { - "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryObjects", - "Command": "New-MgDirectoryObject", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directoryObjects", "Command": "New-MgDirectoryObject", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directoryObjects", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgDirectoryObject", + "Uri": "/directoryObjects", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/onPremisesSynchronization", - "Command": "New-MgDirectoryOnPremisSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", "Method": "POST", - "Uri": "/directory/onPremisesSynchronization", "Command": "New-MgDirectoryOnPremisSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Uri": "/directory/onPremisesSynchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Method": "POST", - "Uri": "/directory/outboundSharedUserProfiles", - "Command": "New-MgDirectoryOutboundSharedUserProfile", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Command": "New-MgDirectoryOnPremisSynchronization", + "Uri": "/directory/onPremisesSynchronization", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Method": "POST", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Command": "New-MgDirectoryOutboundSharedUserProfileTenant", - "OutputType": null, + "Command": "New-MgDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directory/recommendations", - "Command": "New-MgDirectoryRecommendation", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "New-MgDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRecommendation", "Method": "POST", - "Uri": "/directoryRoles", - "Command": "New-MgDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "New-MgDirectoryRecommendation", + "Uri": "/directory/recommendations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -184998,15 +185154,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "POST", - "Uri": "/directoryRoles", "Command": "New-MgDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Uri": "/directoryRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -185016,15 +185172,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Command": "New-MgDirectoryRoleMemberByRef", - "OutputType": null, + "Command": "New-MgDirectoryRole", + "Uri": "/directoryRoles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -185036,15 +185192,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "Command": "New-MgDirectoryRoleMemberByRef", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -185056,71 +185212,71 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Command": "New-MgDirectoryRoleScopedMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Command": "New-MgDirectoryRoleScopedMember", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", - "Uri": "/directoryRoleTemplates", - "Command": "New-MgDirectoryRoleTemplate", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Command": "New-MgDirectoryRoleScopedMember", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "POST", - "Uri": "/directoryRoleTemplates", "Command": "New-MgDirectoryRoleTemplate", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "POST", - "Uri": "/settings", - "Command": "New-MgDirectorySetting", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Command": "New-MgDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -185130,41 +185286,41 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "POST", - "Uri": "/directorySettingTemplates", - "Command": "New-MgDirectorySettingTemplate", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Command": "New-MgDirectorySetting", + "Uri": "/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Method": "POST", - "Uri": "/directory/sharedEmailDomains", - "Command": "New-MgDirectorySharedEmailDomain", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Command": "New-MgDirectorySettingTemplate", + "Uri": "/directorySettingTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Method": "POST", - "Uri": "/domains", - "Command": "New-MgDomain", - "OutputType": "IMicrosoftGraphDomain", + "Command": "New-MgDirectorySharedEmailDomain", + "Uri": "/directory/sharedEmailDomains", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -185174,15 +185330,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomain", "Method": "POST", - "Uri": "/domains", "Command": "New-MgDomain", - "OutputType": "IMicrosoftGraphDomain1", + "Uri": "/domains", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -185192,15 +185348,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomain1", "Method": "POST", - "Uri": "/domains/{domain-id}/federationConfiguration", - "Command": "New-MgDomainFederationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "New-MgDomain", + "Uri": "/domains", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -185212,15 +185368,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "POST", - "Uri": "/domains/{domain-id}/federationConfiguration", "Command": "New-MgDomainFederationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -185232,206 +185388,206 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "POST", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Command": "New-MgDomainServiceConfigurationRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgDomainFederationConfiguration", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "POST", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Command": "New-MgDomainServiceConfigurationRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "POST", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "Command": "New-MgDomainSharedEmailDomainInvitation", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Command": "New-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Method": "POST", - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Command": "New-MgDomainVerificationDnsRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgDomainSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "POST", - "Uri": "/domains/{domain-id}/verificationDnsRecords", "Command": "New-MgDomainVerificationDnsRecord", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", + "Command": "New-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives", - "Command": "New-MgDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "POST", - "Uri": "/drives", "Command": "New-MgDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "POST", - "Uri": "/drives/{drive-id}/bundles", - "Command": "New-MgDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgDrive", + "Uri": "/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/bundles", "Command": "New-MgDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/bundles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/items", - "Command": "New-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgDriveBundle", + "Uri": "/drives/{drive-id}/bundles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/items", "Command": "New-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Command": "New-MgDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "New-MgDriveItem", + "Uri": "/drives/{drive-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "New-MgDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Command": "New-MgDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -185457,15 +185613,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Command": "New-MgDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -185491,15 +185647,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "Command": "New-MgDriveItemLink", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -185525,15 +185681,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", "Command": "New-MgDriveItemLink", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -185559,180 +185715,180 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Command": "New-MgDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgDriveItemLink", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "New-MgDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Command": "New-MgDriveItemListItemLink", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Command": "New-MgDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgDriveItemListItemLink", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "New-MgDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Command": "New-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "New-MgDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Command": "New-MgDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "New-MgDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Command": "New-MgDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "New-MgDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Command": "New-MgDriveItemUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -185758,15 +185914,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Command": "New-MgDriveItemUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -185792,671 +185948,671 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Command": "New-MgDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgDriveItemUploadSession", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "New-MgDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/list/columns", - "Command": "New-MgDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/columns", "Command": "New-MgDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes", - "Command": "New-MgDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgDriveListColumn", + "Uri": "/drives/{drive-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes", "Command": "New-MgDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Command": "New-MgDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "New-MgDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/drives/{drive-id}/list/items", - "Command": "New-MgDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "New-MgDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/items", "Command": "New-MgDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/drives/{drive-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Command": "New-MgDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgDriveListItem", + "Uri": "/drives/{drive-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "New-MgDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Command": "New-MgDriveListItemLink", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Command": "New-MgDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgDriveListItemLink", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "New-MgDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/list/operations", - "Command": "New-MgDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/drives/{drive-id}/list/operations", "Command": "New-MgDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/drives/{drive-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions", - "Command": "New-MgDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgDriveListOperation", + "Uri": "/drives/{drive-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions", "Command": "New-MgDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Command": "New-MgDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "New-MgDriveListSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "New-MgDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/drives/{drive-id}/root/children", - "Command": "New-MgDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/children", "Command": "New-MgDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/root/createLink", - "Command": "New-MgDriveRootLink", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgDriveRootChild", + "Uri": "/drives/{drive-id}/root/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/createLink", "Command": "New-MgDriveRootLink", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/root/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Command": "New-MgDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgDriveRootLink", + "Uri": "/drives/{drive-id}/root/createLink", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "New-MgDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/createLink", - "Command": "New-MgDriveRootListItemLink", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions", - "Command": "New-MgDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgDriveRootListItemLink", + "Uri": "/drives/{drive-id}/root/listItem/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions", "Command": "New-MgDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions", - "Command": "New-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions", "Command": "New-MgDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions", - "Command": "New-MgDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions", "Command": "New-MgDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/drives/{drive-id}/root/thumbnails", - "Command": "New-MgDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/drives/{drive-id}/root/thumbnails", "Command": "New-MgDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/drives/{drive-id}/root/createUploadSession", - "Command": "New-MgDriveRootUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/drives/{drive-id}/root/createUploadSession", "Command": "New-MgDriveRootUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/drives/{drive-id}/root/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/drives/{drive-id}/root/versions", - "Command": "New-MgDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgDriveRootUploadSession", + "Uri": "/drives/{drive-id}/root/createUploadSession", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/drives/{drive-id}/root/versions", "Command": "New-MgDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/drives/{drive-id}/root/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/versions", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes", - "Command": "New-MgEducationClass", - "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationClass", "Method": "POST", - "Uri": "/education/classes", "Command": "New-MgEducationClass", - "OutputType": "IMicrosoftGraphEducationClass1", + "Uri": "/education/classes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationClass1", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments", - "Command": "New-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgEducationClass", + "Uri": "/education/classes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -186476,15 +186632,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments", "Command": "New-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -186504,15 +186660,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", - "Command": "New-MgEducationClassAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "New-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create3", @@ -186536,15 +186692,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "Command": "New-MgEducationClassAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -186568,15 +186724,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Command": "New-MgEducationClassAssignmentCategoryByRef", - "OutputType": null, + "Command": "New-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -186596,15 +186752,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Command": "New-MgEducationClassAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -186624,15 +186780,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Command": "New-MgEducationClassAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -186652,15 +186808,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Command": "New-MgEducationClassAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -186680,45 +186836,45 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Command": "New-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Command": "New-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Command": "New-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "New-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -186738,15 +186894,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "New-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -186766,15 +186922,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Command": "New-MgEducationClassAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -186794,15 +186950,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Command": "New-MgEducationClassAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -186822,341 +186978,341 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Command": "New-MgEducationClassMemberByRef", - "OutputType": null, + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/members/$ref", "Command": "New-MgEducationClassMemberByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Command": "New-MgEducationClassTeacherByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "Command": "New-MgEducationClassTeacherByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/education/me/assignments", - "Command": "New-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgEducationClassTeacherByRef", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/me/assignments", "Command": "New-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/me/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Command": "New-MgEducationMeAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "New-MgEducationMeAssignment", + "Uri": "/education/me/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Command": "New-MgEducationMeAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Command": "New-MgEducationMeAssignmentCategoryByRef", - "OutputType": null, + "Command": "New-MgEducationMeAssignmentCategory", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "Command": "New-MgEducationMeAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Command": "New-MgEducationMeAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgEducationMeAssignmentCategoryByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "Command": "New-MgEducationMeAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Command": "New-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "Command": "New-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Command": "New-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "New-MgEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "New-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Command": "New-MgEducationMeAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Command": "New-MgEducationMeAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/me/rubrics", - "Command": "New-MgEducationMeRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187174,15 +187330,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "POST", - "Uri": "/education/me/rubrics", "Command": "New-MgEducationMeRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/me/rubrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -187200,101 +187356,101 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "POST", - "Uri": "/education/schools", - "Command": "New-MgEducationSchool", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "New-MgEducationMeRubric", + "Uri": "/education/me/rubrics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSchool", "Method": "POST", - "Uri": "/education/schools", "Command": "New-MgEducationSchool", - "OutputType": "IMicrosoftGraphEducationSchool1", + "Uri": "/education/schools", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Command": "New-MgEducationSchoolClassByRef", - "OutputType": null, + "Command": "New-MgEducationSchool", + "Uri": "/education/schools", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "Command": "New-MgEducationSchoolClassByRef", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Command": "New-MgEducationSchoolUserByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationSchoolClassByRef", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", "Command": "New-MgEducationSchoolUserByRef", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/education/synchronizationProfiles", - "Command": "New-MgEducationSynchronizationProfile", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Command": "New-MgEducationSchoolUserByRef", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187304,326 +187460,326 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Command": "New-MgEducationSynchronizationProfileError", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Command": "New-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Method": "POST", - "Uri": "/education/users", - "Command": "New-MgEducationUser", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "New-MgEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationUser", "Method": "POST", - "Uri": "/education/users", "Command": "New-MgEducationUser", - "OutputType": "IMicrosoftGraphEducationUser1", + "Uri": "/education/users", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationUser1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments", - "Command": "New-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgEducationUser", + "Uri": "/education/users", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments", "Command": "New-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Command": "New-MgEducationUserAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "New-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "Command": "New-MgEducationUserAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Command": "New-MgEducationUserAssignmentCategoryByRef", - "OutputType": null, + "Command": "New-MgEducationUserAssignmentCategory", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "Command": "New-MgEducationUserAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Command": "New-MgEducationUserAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgEducationUserAssignmentCategoryByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "Command": "New-MgEducationUserAssignmentResource", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Command": "New-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgEducationUserAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "Command": "New-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Command": "New-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "New-MgEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Command": "New-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Command": "New-MgEducationUserAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Command": "New-MgEducationUserAssignmentSubmissionResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/rubrics", - "Command": "New-MgEducationUserRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/rubrics", "Command": "New-MgEducationUserRubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", + "Command": "New-MgEducationUserRubric", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Command": "New-MgEntitlementManagementAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Create1", "CreateExpanded1" @@ -187633,15 +187789,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Command": "New-MgEntitlementManagementAccessPackage", - "OutputType": "IMicrosoftGraphAccessPackage1", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187651,30 +187807,30 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "New-MgEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStage", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187684,45 +187840,45 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentRequest", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187732,15 +187888,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Command": "New-MgEntitlementManagementAccessPackageCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog1", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187750,15 +187906,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog1", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "Command": "New-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "New-MgEntitlementManagementAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -187770,15 +187926,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Command": "New-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Command": "New-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -187790,15 +187946,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Command": "New-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -187810,15 +187966,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -187830,15 +187986,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -187850,15 +188006,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -187870,15 +188026,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Command": "New-MgEntitlementManagementAccessPackageResourceRequest", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187888,15 +188044,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "New-MgEntitlementManagementAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -187908,28 +188064,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignments", - "Command": "New-MgEntitlementManagementAssignment", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Command": "New-MgEntitlementManagementAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "New-MgEntitlementManagementAssignment", + "Uri": "/identityGovernance/entitlementManagement/assignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187939,30 +188095,30 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "New-MgEntitlementManagementAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Command": "New-MgEntitlementManagementAssignmentRequest", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187972,15 +188128,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Command": "New-MgEntitlementManagementCatalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "New-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -187990,75 +188146,75 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", - "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "New-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Command": "New-MgEntitlementManagementConnectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization1", + "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -188068,15 +188224,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization1", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Command": "New-MgEntitlementManagementConnectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -188086,15 +188242,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectedOrganization", "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "OutputType": null, + "Command": "New-MgEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -188106,15 +188262,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188126,15 +188282,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -188146,15 +188302,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188166,28 +188322,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/subjects", - "Command": "New-MgEntitlementManagementSubject", - "OutputType": "IMicrosoftGraphAccessPackageSubject1", + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageSubject1", + "Method": "POST", + "Command": "New-MgEntitlementManagementSubject", + "Uri": "/identityGovernance/entitlementManagement/subjects", + "ApiVersion": "beta" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/external/connections", - "Command": "New-MgExternalConnection", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Variants": [ "Create1", "CreateExpanded1" @@ -188205,15 +188361,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Method": "POST", - "Uri": "/external/connections", "Command": "New-MgExternalConnection", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", + "Uri": "/external/connections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -188231,15 +188387,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups", - "Command": "New-MgExternalConnectionGroup", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Command": "New-MgExternalConnection", + "Uri": "/external/connections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -188259,15 +188415,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups", "Command": "New-MgExternalConnectionGroup", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188287,15 +188443,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Command": "New-MgExternalConnectionGroupMember", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "New-MgExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -188315,15 +188471,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Command": "New-MgExternalConnectionGroupMember", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188343,90 +188499,90 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items", - "Command": "New-MgExternalConnectionItem", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", + "Command": "New-MgExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items", "Command": "New-MgExternalConnectionItem", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Command": "New-MgExternalConnectionItemActivity", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "New-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/operations", - "Command": "New-MgExternalConnectionOperation", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "New-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/operations", "Command": "New-MgExternalConnectionOperation", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "POST", - "Uri": "/external/industryData/dataConnectors", - "Command": "New-MgExternalIndustryDataConnector", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Command": "New-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -188436,15 +188592,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Method": "POST", - "Uri": "/external/industryData/inboundFlows", - "Command": "New-MgExternalIndustryDataInboundFlow", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Command": "New-MgExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -188454,54 +188610,54 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } + }, + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "POST", + "Command": "New-MgExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "POST", - "Uri": "/external/industryData/operations", "Command": "New-MgExternalIndustryDataOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Uri": "/external/industryData/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Method": "POST", - "Uri": "/external/industryData/referenceDefinitions", "Command": "New-MgExternalIndustryDataReferenceDefinition", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Uri": "/external/industryData/referenceDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", "Method": "POST", - "Uri": "/external/industryData/roleGroups", "Command": "New-MgExternalIndustryDataRoleGroup", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/external/industryData/roleGroups", + "ApiVersion": "beta" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/external/industryData/sourceSystems", - "Command": "New-MgExternalIndustryDataSourceSystem", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Variants": [ "Create", "CreateExpanded" @@ -188511,15 +188667,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Method": "POST", - "Uri": "/external/industryData/years", - "Command": "New-MgExternalIndustryDataYear", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Command": "New-MgExternalIndustryDataSourceSystem", + "Uri": "/external/industryData/sourceSystems", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -188529,15 +188685,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } + }, + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "POST", + "Command": "New-MgExternalIndustryDataYear", + "Uri": "/external/industryData/years", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/countriesRegions", - "Command": "New-MgFinancialCompanyCountryRegion", - "OutputType": "IMicrosoftGraphCountryRegion", "Variants": [ "Create", "CreateExpanded", @@ -188549,15 +188705,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCountryRegion", "Method": "POST", - "Uri": "/financials/companies/{company-id}/currencies", - "Command": "New-MgFinancialCompanyCurrency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "New-MgFinancialCompanyCountryRegion", + "Uri": "/financials/companies/{company-id}/countriesRegions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188569,15 +188725,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCurrency", "Method": "POST", - "Uri": "/financials/companies/{company-id}/customers", - "Command": "New-MgFinancialCompanyCustomer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "New-MgFinancialCompanyCurrency", + "Uri": "/financials/companies/{company-id}/currencies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188589,105 +188745,105 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } + }, + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", + "Method": "POST", + "Command": "New-MgFinancialCompanyCustomer", + "Uri": "/financials/companies/{company-id}/customers", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPayments", "Command": "New-MgFinancialCompanyCustomerPayment", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPayments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "Command": "New-MgFinancialCompanyCustomerPaymentCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "Command": "New-MgFinancialCompanyCustomerPaymentJournal", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "Command": "New-MgFinancialCompanyCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/employees", - "Command": "New-MgFinancialCompanyEmployee", - "OutputType": "IMicrosoftGraphEmployee", "Variants": [ "Create", "CreateExpanded", @@ -188699,30 +188855,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmployee", "Method": "POST", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "Command": "New-MgFinancialCompanyEmployeePicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgFinancialCompanyEmployee", + "Uri": "/financials/companies/{company-id}/employees", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/items", - "Command": "New-MgFinancialCompanyItem", - "OutputType": "IMicrosoftGraphItem", + "Command": "New-MgFinancialCompanyEmployeePicture", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188734,15 +188890,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItem", "Method": "POST", - "Uri": "/financials/companies/{company-id}/itemCategories", - "Command": "New-MgFinancialCompanyItemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "New-MgFinancialCompanyItem", + "Uri": "/financials/companies/{company-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188754,45 +188910,45 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemCategory", "Method": "POST", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "Command": "New-MgFinancialCompanyItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgFinancialCompanyItemCategory", + "Uri": "/financials/companies/{company-id}/itemCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/journals", - "Command": "New-MgFinancialCompanyJournal", - "OutputType": "IMicrosoftGraphJournal", + "Command": "New-MgFinancialCompanyItemPicture", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphJournal", "Method": "POST", - "Uri": "/financials/companies/{company-id}/journalLines", - "Command": "New-MgFinancialCompanyJournalLine", - "OutputType": "IMicrosoftGraphJournalLine", + "Command": "New-MgFinancialCompanyJournal", + "Uri": "/financials/companies/{company-id}/journals", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -188803,15 +188959,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphJournalLine", "Method": "POST", - "Uri": "/financials/companies/{company-id}/paymentMethods", - "Command": "New-MgFinancialCompanyPaymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "New-MgFinancialCompanyJournalLine", + "Uri": "/financials/companies/{company-id}/journalLines", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188823,15 +188979,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "POST", - "Uri": "/financials/companies/{company-id}/paymentTerms", - "Command": "New-MgFinancialCompanyPaymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "New-MgFinancialCompanyPaymentMethod", + "Uri": "/financials/companies/{company-id}/paymentMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -188843,30 +188999,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "POST", - "Uri": "/financials/companies/{company-id}/picture", - "Command": "New-MgFinancialCompanyPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgFinancialCompanyPaymentTerm", + "Uri": "/financials/companies/{company-id}/paymentTerms", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Command": "New-MgFinancialCompanyPurchaseInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgFinancialCompanyPicture", + "Uri": "/financials/companies/{company-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -188877,90 +189033,90 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "Command": "New-MgFinancialCompanyPurchaseInvoiceVendorPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "Command": "New-MgFinancialCompanySaleCreditMemoCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "Command": "New-MgFinancialCompanySaleCreditMemoLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "Command": "New-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "Command": "New-MgFinancialCompanySaleInvoiceCustomerPicture", - "OutputType": "IMicrosoftGraphPicture", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Command": "New-MgFinancialCompanySaleInvoiceLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "Create1", @@ -188971,30 +189127,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "Command": "New-MgFinancialCompanySaleOrderCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgFinancialCompanySaleInvoiceLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Command": "New-MgFinancialCompanySaleOrderLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgFinancialCompanySaleOrderCustomerPicture", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -189005,43 +189161,43 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "Command": "New-MgFinancialCompanySaleQuoteCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgFinancialCompanySaleOrderLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", - "Command": "New-MgFinancialCompanySaleQuoteInvoice", - "OutputType": null, + "Command": "New-MgFinancialCompanySaleQuoteCustomerPicture", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Make", "MakeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Command": "New-MgFinancialCompanySaleQuoteLineItemPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgFinancialCompanySaleQuoteInvoice", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -189052,15 +189208,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPicture", "Method": "POST", - "Uri": "/financials/companies/{company-id}/shipmentMethods", - "Command": "New-MgFinancialCompanyShipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "New-MgFinancialCompanySaleQuoteLineItemPicture", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -189072,30 +189228,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "POST", - "Uri": "/financials/companies/{company-id}/taxAreas", - "Command": "New-MgFinancialCompanyTaxArea", - "OutputType": "IMicrosoftGraphTaxArea", + "Command": "New-MgFinancialCompanyShipmentMethod", + "Uri": "/financials/companies/{company-id}/shipmentMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTaxArea", "Method": "POST", - "Uri": "/financials/companies/{company-id}/taxGroups", - "Command": "New-MgFinancialCompanyTaxGroup", - "OutputType": "IMicrosoftGraphTaxGroup", + "Command": "New-MgFinancialCompanyTaxArea", + "Uri": "/financials/companies/{company-id}/taxAreas", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -189107,15 +189263,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTaxGroup", "Method": "POST", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "Command": "New-MgFinancialCompanyUnitOfMeasure", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Command": "New-MgFinancialCompanyTaxGroup", + "Uri": "/financials/companies/{company-id}/taxGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -189127,15 +189283,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Method": "POST", - "Uri": "/financials/companies/{company-id}/vendors", - "Command": "New-MgFinancialCompanyVendor", - "OutputType": "IMicrosoftGraphVendor", + "Command": "New-MgFinancialCompanyUnitOfMeasure", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -189147,30 +189303,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVendor", "Method": "POST", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "Command": "New-MgFinancialCompanyVendorPicture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgFinancialCompanyVendor", + "Uri": "/financials/companies/{company-id}/vendors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgFinancialCompanyVendorPicture", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups", - "Command": "New-MgGroup", - "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Create1", "CreateExpanded1" @@ -189188,15 +189344,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "POST", - "Uri": "/groups", "Command": "New-MgGroup", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -189214,15 +189370,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroup", "Method": "POST", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Command": "New-MgGroupAcceptedSenderByRef", - "OutputType": null, + "Command": "New-MgGroup", + "Uri": "/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -189234,15 +189390,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Command": "New-MgGroupAcceptedSenderByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -189254,15 +189410,15 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupAcceptedSenderByRef", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/appRoleAssignments", - "Command": "New-MgGroupAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Create", "CreateExpanded", @@ -189274,15 +189430,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", - "Uri": "/groups/{group-id}/appRoleAssignments", "Command": "New-MgGroupAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -189294,105 +189450,105 @@ "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 - } + }, + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", - "Command": "New-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", "Command": "New-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Command": "New-MgGroupCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "New-MgGroupCalendarMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Command": "New-MgGroupCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", - "Command": "New-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", "Command": "New-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgGroupCalendarSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/conversations", - "Command": "New-MgGroupConversation", - "OutputType": "IMicrosoftGraphConversation1", "Variants": [ "Create", "CreateExpanded", @@ -189404,15 +189560,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversation1", "Method": "POST", - "Uri": "/groups/{group-id}/conversations", "Command": "New-MgGroupConversation", - "OutputType": "IMicrosoftGraphConversation", + "Uri": "/groups/{group-id}/conversations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -189424,15 +189580,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversation", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Command": "New-MgGroupConversationThread", - "OutputType": "IMicrosoftGraphConversationThread1", + "Command": "New-MgGroupConversation", + "Uri": "/groups/{group-id}/conversations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -189444,15 +189600,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationThread1", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Command": "New-MgGroupConversationThread", - "OutputType": "IMicrosoftGraphConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -189464,1365 +189620,1365 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationThread", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Command": "New-MgGroupConversationThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Command": "New-MgGroupConversationThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Command": "New-MgGroupConversationThreadPostExtension", - "OutputType": null, + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Command": "New-MgGroupConversationThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Command": "New-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": null, + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Command": "New-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Command": "New-MgGroupConversationThreadPostInReplyToMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", - "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgGroupConversationThreadPostInReplyToMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", - "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Command": "New-MgGroupConversationThreadPostMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", - "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgGroupConversationThreadPostMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", - "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives", - "Command": "New-MgGroupDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "POST", - "Uri": "/groups/{group-id}/drives", "Command": "New-MgGroupDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/groups/{group-id}/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Command": "New-MgGroupDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgGroupDrive", + "Uri": "/groups/{group-id}/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "Command": "New-MgGroupDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Command": "New-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgGroupDriveBundle", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", "Command": "New-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "New-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Command": "New-MgGroupDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "Command": "New-MgGroupDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgGroupDriveItemChild", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Command": "New-MgGroupDriveItemLink", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "Command": "New-MgGroupDriveItemLink", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveItemLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Command": "New-MgGroupDriveItemListItemLink", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Command": "New-MgGroupDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "New-MgGroupDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Command": "New-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "New-MgGroupDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Command": "New-MgGroupDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "New-MgGroupDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Command": "New-MgGroupDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "New-MgGroupDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Command": "New-MgGroupDriveItemUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Command": "New-MgGroupDriveItemUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupDriveItemUploadSession", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Command": "New-MgGroupDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "New-MgGroupDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Command": "New-MgGroupDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "Command": "New-MgGroupDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Command": "New-MgGroupDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "Command": "New-MgGroupDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Command": "New-MgGroupDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "New-MgGroupDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgGroupDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgGroupDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Command": "New-MgGroupDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "New-MgGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "Command": "New-MgGroupDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Command": "New-MgGroupDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "New-MgGroupDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Command": "New-MgGroupDriveListItemLink", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "New-MgGroupDriveListItemLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Command": "New-MgGroupDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "New-MgGroupDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Command": "New-MgGroupDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "Command": "New-MgGroupDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Command": "New-MgGroupDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "Command": "New-MgGroupDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "New-MgGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Command": "New-MgGroupDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "Command": "New-MgGroupDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgGroupDriveRootChild", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "Command": "New-MgGroupDriveRootLink", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", "Command": "New-MgGroupDriveRootLink", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveRootLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "Command": "New-MgGroupDriveRootListItemLink", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Command": "New-MgGroupDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "Command": "New-MgGroupDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Command": "New-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "Command": "New-MgGroupDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Command": "New-MgGroupDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "Command": "New-MgGroupDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Command": "New-MgGroupDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "Command": "New-MgGroupDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "Command": "New-MgGroupDriveRootUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", "Command": "New-MgGroupDriveRootUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupDriveRootUploadSession", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Command": "New-MgGroupDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "Command": "New-MgGroupDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/endpoints", - "Command": "New-MgGroupEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST", + "Command": "New-MgGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events", - "Command": "New-MgGroupEvent", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Create", "CreateExpanded", @@ -190834,15 +190990,15 @@ "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 - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "POST", - "Uri": "/groups/{group-id}/events", "Command": "New-MgGroupEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/groups/{group-id}/events", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -190854,15 +191010,15 @@ "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 - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent1", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Command": "New-MgGroupEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupEvent", + "Uri": "/groups/{group-id}/events", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -190874,15 +191030,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Command": "New-MgGroupEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -190894,435 +191050,435 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } + }, + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupEventAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Command": "New-MgGroupEventExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Command": "New-MgGroupEventExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Command": "New-MgGroupEventExceptionOccurrenceInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Command": "New-MgGroupEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Command": "New-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Command": "New-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Command": "New-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Command": "New-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Command": "New-MgGroupEventExtension", - "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Command": "New-MgGroupEventExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Command": "New-MgGroupEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupEventExtension", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Command": "New-MgGroupEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Command": "New-MgGroupEventInstanceExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupEventInstanceAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Command": "New-MgGroupEventInstanceExceptionOccurrenceExtension", - "OutputType": null, + "Command": "New-MgGroupEventInstanceExceptionOccurrenceAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", - "Command": "New-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgGroupEventInstanceExceptionOccurrenceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", - "Command": "New-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Command": "New-MgGroupEventInstanceExtension", - "OutputType": null, + "Command": "New-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Command": "New-MgGroupEventInstanceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", - "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgGroupEventInstanceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", - "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", - "Command": "New-MgGroupEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", "Command": "New-MgGroupEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", - "Command": "New-MgGroupEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupEventMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", "Command": "New-MgGroupEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgGroupEventSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/extensions", - "Command": "New-MgGroupExtension", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/extensions", "Command": "New-MgGroupExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groupLifecyclePolicies", - "Command": "New-MgGroupLifecyclePolicy", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "New-MgGroupExtension", + "Uri": "/groups/{group-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -191332,15 +191488,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "POST", - "Uri": "/groupLifecyclePolicies", "Command": "New-MgGroupLifecyclePolicy", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -191350,45 +191506,45 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "POST", - "Uri": "/groups/{group-id}/members/$ref", - "Command": "New-MgGroupMemberByRef", - "OutputType": null, + "Command": "New-MgGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/members/$ref", "Command": "New-MgGroupMemberByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/members/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupMemberByRef", + "Uri": "/groups/{group-id}/members/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks", - "Command": "New-MgGroupOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Create", "CreateExpanded", @@ -191414,15 +191570,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks", "Command": "New-MgGroupOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191448,15 +191604,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotebook", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Command": "New-MgGroupOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191482,15 +191638,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Command": "New-MgGroupOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -191516,15 +191672,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Command": "New-MgGroupOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "New-MgGroupOnenoteNotebookSection", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191550,15 +191706,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Command": "New-MgGroupOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -191584,15 +191740,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages", - "Command": "New-MgGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -191618,15 +191774,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages", "Command": "New-MgGroupOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191652,75 +191808,75 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections", - "Command": "New-MgGroupOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections", "Command": "New-MgGroupOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Command": "New-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "New-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups", "Command": "New-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Command": "New-MgGroupOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191746,15 +191902,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Command": "New-MgGroupOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -191780,15 +191936,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Command": "New-MgGroupOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "New-MgGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191814,15 +191970,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Command": "New-MgGroupOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -191848,15 +192004,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupOnenoteSectionPage", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/owners/$ref", - "Command": "New-MgGroupOwnerByRef", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", @@ -191876,15 +192032,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/owners/$ref", "Command": "New-MgGroupOwnerByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/owners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191904,45 +192060,45 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants", - "Command": "New-MgGroupPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgGroupOwnerByRef", + "Uri": "/groups/{group-id}/owners/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants", "Command": "New-MgGroupPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Command": "New-MgGroupRejectedSenderByRef", - "OutputType": null, + "Command": "New-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -191954,15 +192110,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Command": "New-MgGroupRejectedSenderByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -191974,15 +192130,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/settings", - "Command": "New-MgGroupSetting", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Command": "New-MgGroupRejectedSenderByRef", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -191994,15 +192150,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "POST", - "Uri": "/groups/{group-id}/settings", "Command": "New-MgGroupSetting", - "OutputType": "IMicrosoftGraphGroupSetting", + "Uri": "/groups/{group-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -192016,750 +192172,763 @@ "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 - } + }, + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "POST", + "Command": "New-MgGroupSetting", + "Uri": "/groups/{group-id}/settings", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupSettingTemplate", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Command": "New-MgGroupSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "New-MgGroupSettingTemplateGroupSettingTemplateGroupSettingTemplate", + "Uri": "/groupSettingTemplates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Command": "New-MgGroupSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Command": "New-MgGroupSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgGroupSiteAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", "Command": "New-MgGroupSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Command": "New-MgGroupSiteContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgGroupSiteColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "Command": "New-MgGroupSiteContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Command": "New-MgGroupSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgGroupSiteContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Command": "New-MgGroupSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgGroupSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgGroupSiteContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgGroupSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgGroupSiteContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "Command": "New-MgGroupSiteInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "Command": "New-MgGroupSiteInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "Command": "New-MgGroupSiteInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Command": "New-MgGroupSiteInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "Command": "New-MgGroupSiteInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Command": "New-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Command": "New-MgGroupSiteList", - "OutputType": "IMicrosoftGraphList", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Command": "New-MgGroupSiteList", - "OutputType": "IMicrosoftGraphList1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Command": "New-MgGroupSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgGroupSiteList", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Command": "New-MgGroupSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Command": "New-MgGroupSiteListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgGroupSiteListColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Command": "New-MgGroupSiteListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Command": "New-MgGroupSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgGroupSiteListContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Command": "New-MgGroupSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgGroupSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgGroupSiteListContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgGroupSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Command": "New-MgGroupSiteListItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgGroupSiteListContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Command": "New-MgGroupSiteListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Command": "New-MgGroupSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgGroupSiteListItem", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Command": "New-MgGroupSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupSiteListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Command": "New-MgGroupSiteListItemLink", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "New-MgGroupSiteListItemLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Command": "New-MgGroupSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Command": "New-MgGroupSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Command": "New-MgGroupSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgGroupSiteListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Command": "New-MgGroupSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Command": "New-MgGroupSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgGroupSiteListOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Command": "New-MgGroupSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Command": "New-MgGroupSiteOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgGroupSiteListSubscription", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", "Command": "New-MgGroupSiteOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgGroupSiteOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSitePage", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", "Command": "New-MgGroupSitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSection", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Command": "New-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", "Command": "New-MgGroupSitePageWebPart", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Command": "New-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "Command": "New-MgGroupSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "Command": "New-MgGroupSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore1", + "Command": "New-MgGroupSitePermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStore1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Command": "New-MgGroupSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgGroupSiteTermStore", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Command": "New-MgGroupSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -192770,30 +192939,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Command": "New-MgGroupSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Command": "New-MgGroupSiteTermStoreGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Command": "New-MgGroupSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -192804,30 +192973,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Command": "New-MgGroupSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgGroupSiteTermStoreGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Command": "New-MgGroupSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -192842,15 +193011,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -192861,30 +193030,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Command": "New-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Command": "New-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -192895,30 +193064,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Command": "New-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Command": "New-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -192929,30 +193098,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -192963,45 +193132,45 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -193012,30 +193181,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Command": "New-MgGroupSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Command": "New-MgGroupSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -193046,30 +193215,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Command": "New-MgGroupSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgGroupSiteTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Command": "New-MgGroupSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -193084,15 +193253,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "New-MgGroupSiteTermStoreSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -193103,30 +193272,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgGroupSiteTermStoreSetChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -193137,15 +193306,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -193156,105 +193325,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Command": "New-MgGroupSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Command": "New-MgGroupSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -193265,30 +193434,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Command": "New-MgGroupSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgGroupSiteTermStoreSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Command": "New-MgGroupSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -193299,30 +193468,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Command": "New-MgGroupSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgGroupSiteTermStoreSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Command": "New-MgGroupSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -193333,45 +193502,45 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Command": "New-MgGroupSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Command": "New-MgGroupSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "Create2", @@ -193382,915 +193551,915 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/team/channels", - "Command": "New-MgGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels", "Command": "New-MgGroupTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/groups/{group-id}/team/channels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Command": "New-MgGroupTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgGroupTeamChannel", + "Uri": "/groups/{group-id}/team/channels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "Command": "New-MgGroupTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Command": "New-MgGroupTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgGroupTeamChannelMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "Command": "New-MgGroupTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Command": "New-MgGroupTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamChannelMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "New-MgGroupTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Command": "New-MgGroupTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "New-MgGroupTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamChannelMessageReply", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Command": "New-MgGroupTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Command": "New-MgGroupTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Command": "New-MgGroupTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "New-MgGroupTeamChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Command": "New-MgGroupTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", - "Uri": "/groups/{group-id}/team/installedApps", - "Command": "New-MgGroupTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "New-MgGroupTeamChannelTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", - "Uri": "/groups/{group-id}/team/installedApps", "Command": "New-MgGroupTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", - "Uri": "/groups/{group-id}/team/members", - "Command": "New-MgGroupTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgGroupTeamInstalledApp", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/groups/{group-id}/team/members", "Command": "New-MgGroupTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/groups/{group-id}/team/operations", - "Command": "New-MgGroupTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "New-MgGroupTeamMember", + "Uri": "/groups/{group-id}/team/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", - "Uri": "/groups/{group-id}/team/operations", "Command": "New-MgGroupTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Uri": "/groups/{group-id}/team/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "POST", - "Uri": "/groups/{group-id}/team/permissionGrants", - "Command": "New-MgGroupTeamPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgGroupTeamOperation", + "Uri": "/groups/{group-id}/team/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Command": "New-MgGroupTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgGroupTeamPermissionGrant", + "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/members", "Command": "New-MgGroupTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Command": "New-MgGroupTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgGroupTeamPrimaryChannelMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", "Command": "New-MgGroupTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamPrimaryChannelMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Command": "New-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Command": "New-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Command": "New-MgGroupTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "Command": "New-MgGroupTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Command": "New-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", + "Command": "New-MgGroupTeamPrimaryChannelTab", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "Command": "New-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Command": "New-MgGroupTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift1", + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShift1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShifts", "Command": "New-MgGroupTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShift", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", + "Command": "New-MgGroupTeamScheduleOpenShift", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Command": "New-MgGroupTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup1", + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "Command": "New-MgGroupTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/shifts", - "Command": "New-MgGroupTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift1", + "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/shifts", "Command": "New-MgGroupTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShift", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Command": "New-MgGroupTeamScheduleShift", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeCards", - "Command": "New-MgGroupTeamScheduleTimeCard", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Command": "New-MgGroupTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff1", + "Command": "New-MgGroupTeamScheduleTimeCard", + "Uri": "/groups/{group-id}/team/schedule/timeCards", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOff1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timesOff", "Command": "New-MgGroupTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOff", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Command": "New-MgGroupTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason1", + "Command": "New-MgGroupTeamScheduleTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "Command": "New-MgGroupTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Command": "New-MgGroupTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest1", + "Command": "New-MgGroupTeamScheduleTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "Command": "New-MgGroupTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "POST", - "Uri": "/groups/{group-id}/team/tags", - "Command": "New-MgGroupTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", - "Uri": "/groups/{group-id}/team/tags", "Command": "New-MgGroupTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/groups/{group-id}/team/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Command": "New-MgGroupTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "New-MgGroupTeamTag", + "Uri": "/groups/{group-id}/team/tags", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "POST", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Command": "New-MgGroupTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", + "Command": "New-MgGroupTeamTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/threads", - "Command": "New-MgGroupThread", - "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "Create", "CreateExpanded", @@ -194302,15 +194471,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationThread1", "Method": "POST", - "Uri": "/groups/{group-id}/threads", "Command": "New-MgGroupThread", - "OutputType": "IMicrosoftGraphConversationThread", + "Uri": "/groups/{group-id}/threads", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -194322,345 +194491,345 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationThread", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Command": "New-MgGroupThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupThread", + "Uri": "/groups/{group-id}/threads", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Command": "New-MgGroupThreadPostAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Command": "New-MgGroupThreadPostAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "Command": "New-MgGroupThreadPostAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Command": "New-MgGroupThreadPostExtension", - "OutputType": null, + "Command": "New-MgGroupThreadPostAttachmentUploadSession", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Command": "New-MgGroupThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Command": "New-MgGroupThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Command": "New-MgGroupThreadPostInReplyToAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Command": "New-MgGroupThreadPostInReplyToExtension", - "OutputType": null, + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Command": "New-MgGroupThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Command": "New-MgGroupThreadPostInReplyToMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgGroupThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", - "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgGroupThreadPostInReplyToMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", - "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Command": "New-MgGroupThreadPostMention", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", - "Command": "New-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgGroupThreadPostMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Command": "New-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", - "Command": "New-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgGroupThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Command": "New-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgGroupThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/apiConnectors", - "Command": "New-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Create1", "CreateExpanded1" @@ -194670,15 +194839,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", - "Uri": "/identity/apiConnectors", "Command": "New-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Uri": "/identity/apiConnectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -194688,28 +194857,28 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", - "Uri": "/identity/authenticationEventListeners", - "Command": "New-MgIdentityAuthenticationEventListener", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "New-MgIdentityApiConnector", + "Uri": "/identity/apiConnectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Method": "POST", - "Uri": "/identity/b2cUserFlows", - "Command": "New-MgIdentityB2CUserFlow", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Command": "New-MgIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -194719,15 +194888,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Command": "New-MgIdentityB2CUserFlowIdentityProviderByRef", - "OutputType": null, + "Command": "New-MgIdentityB2CUserFlow", + "Uri": "/identity/b2cUserFlows", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -194739,60 +194908,60 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "Command": "New-MgIdentityB2CUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "New-MgIdentityB2CUserFlowIdentityProviderByRef", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Command": "New-MgIdentityB2CUserFlowLanguageDefaultPage", - "OutputType": null, + "Command": "New-MgIdentityB2CUserFlowLanguage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Command": "New-MgIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityB2CUserFlowLanguageDefaultPage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "Command": "New-MgIdentityB2CUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgIdentityB2CUserFlowLanguageOverridePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -194804,15 +194973,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "POST", - "Uri": "/identity/b2xUserFlows", - "Command": "New-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", + "Command": "New-MgIdentityB2CUserFlowUserAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -194822,15 +194991,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", "Method": "POST", - "Uri": "/identity/b2xUserFlows", "Command": "New-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Uri": "/identity/b2xUserFlows", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -194840,135 +195009,135 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", - "OutputType": null, + "Command": "New-MgIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Command": "New-MgIdentityB2XUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Command": "New-MgIdentityB2XUserFlowLanguage", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": null, + "Command": "New-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -194980,15 +195149,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -195000,15 +195169,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -195018,15 +195187,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -195036,41 +195205,41 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -195090,15 +195259,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "POST", - "Uri": "/identity/conditionalAccess/namedLocations", - "Command": "New-MgIdentityConditionalAccessNamedLocation", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -195116,15 +195285,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNamedLocation", "Method": "POST", - "Uri": "/identity/conditionalAccess/namedLocations", "Command": "New-MgIdentityConditionalAccessNamedLocation", - "OutputType": "IMicrosoftGraphNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -195142,15 +195311,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNamedLocation", "Method": "POST", - "Uri": "/identity/conditionalAccess/policies", - "Command": "New-MgIdentityConditionalAccessPolicy", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", + "Command": "New-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -195174,15 +195343,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Method": "POST", - "Uri": "/identity/conditionalAccess/policies", "Command": "New-MgIdentityConditionalAccessPolicy", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/policies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -195206,146 +195375,146 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/policies", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Method": "POST", - "Uri": "/identity/customAuthenticationExtensions", "Command": "New-MgIdentityCustomAuthenticationExtension", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Uri": "/identity/customAuthenticationExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions", "Command": "New-MgIdentityGovernanceAccessReviewDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions", - "Command": "New-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Variants": [ "Create", "CreateExpanded" @@ -195355,15 +195524,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions", "Command": "New-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -195373,180 +195542,180 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -195556,15 +195725,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -195574,45 +195743,45 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Generate", "GenerateViaIdentity" @@ -195622,15 +195791,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "ApiVersion": "beta" + }, + { "Variants": [ "Generate1", "GenerateViaIdentity1" @@ -195640,101 +195809,101 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Command": "New-MgIdentityGovernanceAppConsentRequest", - "OutputType": "IMicrosoftGraphAppConsentRequest1", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests", "Command": "New-MgIdentityGovernanceAppConsentRequest", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": "IMicrosoftGraphUserConsentRequest1", + "Command": "New-MgIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStage", "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Command": "New-MgIdentityGovernanceLifecycleWorkflow", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -195744,15 +195913,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -195762,30 +195931,30 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -195797,188 +195966,188 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval1", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval1", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "Command": "New-MgIdentityGovernanceRoleManagementAlert", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "Command": "New-MgIdentityGovernanceRoleManagementAlertConfiguration", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Command": "New-MgIdentityGovernanceRoleManagementAlert", + "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "Command": "New-MgIdentityGovernanceRoleManagementAlertDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Command": "New-MgIdentityGovernanceRoleManagementAlertConfiguration", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "Command": "New-MgIdentityGovernanceRoleManagementAlertIncident", - "OutputType": null, + "Command": "New-MgIdentityGovernanceRoleManagementAlertDefinition", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/operations", - "Command": "New-MgIdentityGovernanceRoleManagementAlertOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "New-MgIdentityGovernanceRoleManagementAlertIncident", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements", - "Command": "New-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "New-MgIdentityGovernanceRoleManagementAlertOperation", + "Uri": "/identityGovernance/roleManagementAlerts/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -195988,15 +196157,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements", "Command": "New-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196006,15 +196175,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgIdentityGovernanceTermOfUseAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "Create3", @@ -196023,15 +196192,15 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -196040,75 +196209,75 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/identityProviders", - "Command": "New-MgIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Create", "CreateExpanded" @@ -196118,15 +196287,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "POST", - "Uri": "/identity/identityProviders", "Command": "New-MgIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Uri": "/identity/identityProviders", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196136,15 +196305,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "POST", - "Uri": "/identity/userFlows", - "Command": "New-MgIdentityUserFlow", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Command": "New-MgIdentityProvider", + "Uri": "/identity/identityProviders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196154,15 +196323,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Method": "POST", - "Uri": "/identity/userFlowAttributes", - "Command": "New-MgIdentityUserFlowAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "New-MgIdentityUserFlow", + "Uri": "/identity/userFlows", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196172,15 +196341,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "POST", - "Uri": "/identity/userFlowAttributes", "Command": "New-MgIdentityUserFlowAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196190,41 +196359,41 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "POST", - "Uri": "/informationProtection/dataLossPreventionPolicies", - "Command": "New-MgInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "New-MgIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "POST", - "Uri": "/informationProtection/policy/labels", - "Command": "New-MgInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "New-MgInformationProtectionDataLossPreventionPolicy", + "Uri": "/informationProtection/dataLossPreventionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests", - "Command": "New-MgInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "New-MgInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196234,15 +196403,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests", "Command": "New-MgInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196252,45 +196421,45 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "New-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "POST", - "Uri": "/invitations", - "Command": "New-MgInvitation", - "OutputType": "IMicrosoftGraphInvitation", + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196314,15 +196483,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInvitation", "Method": "POST", - "Uri": "/invitations", "Command": "New-MgInvitation", - "OutputType": "IMicrosoftGraphInvitation1", + "Uri": "/invitations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196346,15 +196515,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInvitation1", "Method": "POST", - "Uri": "/oauth2PermissionGrants", - "Command": "New-MgOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Command": "New-MgInvitation", + "Uri": "/invitations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196372,15 +196541,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "POST", - "Uri": "/oauth2PermissionGrants", "Command": "New-MgOauth2PermissionGrant", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Uri": "/oauth2PermissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196398,58 +196567,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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "POST", + "Command": "New-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/onPremisesPublishingProfiles", - "Command": "New-MgOnPremisePublishingProfile", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "Command": "New-MgOnPremisePublishingProfileAgent", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "New-MgOnPremisePublishingProfile", + "Uri": "/onPremisesPublishingProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "Command": "New-MgOnPremisePublishingProfileAgentGroup", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "New-MgOnPremisePublishingProfileAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "Command": "New-MgOnPremisePublishingProfileAgentGroupAgent", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "New-MgOnPremisePublishingProfileAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -196461,15 +196630,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Command": "New-MgOnPremisePublishingProfileAgentGroupByRef", - "OutputType": null, + "Command": "New-MgOnPremisePublishingProfileAgentGroupAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -196480,105 +196649,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "New-MgOnPremisePublishingProfileAgentGroupByRef", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPublishedResource", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResource", - "OutputType": "IMicrosoftGraphPublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnector", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "Command": "New-MgOnPremisePublishingProfileConnector", - "OutputType": "IMicrosoftGraphConnector", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "Command": "New-MgOnPremisePublishingProfileConnectorGroup", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "Command": "New-MgOnPremisePublishingProfileConnectorMemberOfByRef", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "Command": "New-MgOnPremisePublishingProfilePublishedResource", - "OutputType": "IMicrosoftGraphPublishedResource", "Variants": [ "Create", "CreateExpanded", @@ -196590,15 +196759,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPublishedResource", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroup", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "New-MgOnPremisePublishingProfilePublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -196610,15 +196779,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "OutputType": null, + "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -196630,41 +196799,41 @@ "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 - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization", - "Command": "New-MgOrganization", - "OutputType": "IMicrosoftGraphOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganization", "Method": "POST", - "Uri": "/organization", "Command": "New-MgOrganization", - "OutputType": "IMicrosoftGraphOrganization1", + "Uri": "/organization", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganization1", "Method": "POST", - "Uri": "/organization/{organization-id}/branding/localizations", - "Command": "New-MgOrganizationBrandingLocalization", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", + "Command": "New-MgOrganization", + "Uri": "/organization", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -196676,15 +196845,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Method": "POST", - "Uri": "/organization/{organization-id}/branding/localizations", "Command": "New-MgOrganizationBrandingLocalization", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -196696,45 +196865,65 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Method": "POST", - "Uri": "/organization/{organization-id}/extensions", - "Command": "New-MgOrganizationExtension", - "OutputType": null, + "Command": "New-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "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 + }, + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "POST", + "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/organization/{organization-id}/extensions", "Command": "New-MgOrganizationExtension", - "OutputType": null, + "Uri": "/organization/{organization-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/organization/{organization-id}/settings/profileCardProperties", - "Command": "New-MgOrganizationSettingProfileCardProperty", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "New-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -196754,15 +196943,15 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "POST", + "Command": "New-MgOrganizationSettingProfileCardProperty", + "Uri": "/organization/{organization-id}/settings/profileCardProperties", + "ApiVersion": "beta" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/planner/buckets", - "Command": "New-MgPlannerBucket", - "OutputType": "IMicrosoftGraphPlannerBucket1", "Variants": [ "Create1", "CreateExpanded1" @@ -196780,15 +196969,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "POST", - "Uri": "/planner/buckets", "Command": "New-MgPlannerBucket", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Uri": "/planner/buckets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196806,15 +196995,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "POST", - "Uri": "/planner/plans", - "Command": "New-MgPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan1", + "Command": "New-MgPlannerBucket", + "Uri": "/planner/buckets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196832,15 +197021,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "POST", - "Uri": "/planner/plans", "Command": "New-MgPlannerPlan", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Uri": "/planner/plans", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196858,15 +197047,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "POST", - "Uri": "/planner/rosters", - "Command": "New-MgPlannerRoster", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Command": "New-MgPlannerPlan", + "Uri": "/planner/plans", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196876,15 +197065,15 @@ "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 - } - }, - { + }, "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerRoster", "Method": "POST", - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "Command": "New-MgPlannerRosterMember", - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Command": "New-MgPlannerRoster", + "Uri": "/planner/rosters", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -196896,15 +197085,15 @@ "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 - } - }, - { + }, "Module": "Planner", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Method": "POST", - "Uri": "/planner/tasks", - "Command": "New-MgPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask1", + "Command": "New-MgPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196922,15 +197111,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "POST", - "Uri": "/planner/tasks", "Command": "New-MgPlannerTask", - "OutputType": "IMicrosoftGraphPlannerTask", + "Uri": "/planner/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -196948,15 +197137,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "POST", + "Command": "New-MgPlannerTask", + "Uri": "/planner/tasks", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/policies/activityBasedTimeoutPolicies", - "Command": "New-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Variants": [ "Create", "CreateExpanded" @@ -196966,15 +197155,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Method": "POST", - "Uri": "/policies/activityBasedTimeoutPolicies", "Command": "New-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -196984,15 +197173,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Method": "POST", - "Uri": "/policies/appManagementPolicies", - "Command": "New-MgPolicyAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Command": "New-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197002,15 +197191,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Method": "POST", - "Uri": "/policies/appManagementPolicies", "Command": "New-MgPolicyAppManagementPolicy", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Uri": "/policies/appManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197020,41 +197209,41 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "POST", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "New-MgPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "POST", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies", - "Command": "New-MgPolicyAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197072,15 +197261,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies", "Command": "New-MgPolicyAuthenticationStrengthPolicy", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197098,73 +197287,73 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "POST", - "Uri": "/policies/authorizationPolicy", - "Command": "New-MgPolicyAuthorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy1", + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Method": "POST", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "Command": "New-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Command": "New-MgPolicyAuthorizationPolicy", + "Uri": "/policies/authorizationPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Method": "POST", - "Uri": "/policies/claimsMappingPolicies", - "Command": "New-MgPolicyClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", + "Command": "New-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197174,15 +197363,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "POST", - "Uri": "/policies/claimsMappingPolicies", "Command": "New-MgPolicyClaimMappingPolicy", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Uri": "/policies/claimsMappingPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197192,15 +197381,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/partners", - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", + "Command": "New-MgPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197210,15 +197399,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/partners", "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197228,15 +197417,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Method": "POST", - "Uri": "/policies/featureRolloutPolicies", - "Command": "New-MgPolicyFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197246,15 +197435,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Method": "POST", - "Uri": "/policies/featureRolloutPolicies", "Command": "New-MgPolicyFeatureRolloutPolicy", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Uri": "/policies/featureRolloutPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197264,15 +197453,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgPolicyFeatureRolloutPolicy", + "Uri": "/policies/featureRolloutPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -197284,15 +197473,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -197304,15 +197493,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", - "OutputType": null, + "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -197324,15 +197513,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", - "OutputType": null, + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -197344,15 +197533,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/policies/homeRealmDiscoveryPolicies", - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197362,15 +197551,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "POST", - "Uri": "/policies/homeRealmDiscoveryPolicies", "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197380,28 +197569,28 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "POST", - "Uri": "/policies/mobileAppManagementPolicies", - "Command": "New-MgPolicyMobileAppManagementPolicy", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "POST", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Command": "New-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", - "OutputType": null, + "Command": "New-MgPolicyMobileAppManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -197413,28 +197602,28 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/policies/mobileDeviceManagementPolicies", - "Command": "New-MgPolicyMobileDeviceManagementPolicy", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "New-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "POST", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Command": "New-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "OutputType": null, + "Command": "New-MgPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -197446,15 +197635,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/policies/permissionGrantPolicies", - "Command": "New-MgPolicyPermissionGrantPolicy", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", + "Command": "New-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197464,15 +197653,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", "Method": "POST", - "Uri": "/policies/permissionGrantPolicies", "Command": "New-MgPolicyPermissionGrantPolicy", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197482,15 +197671,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Command": "New-MgPolicyPermissionGrantPolicyExclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Command": "New-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -197502,15 +197691,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Command": "New-MgPolicyPermissionGrantPolicyExclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -197522,15 +197711,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Command": "New-MgPolicyPermissionGrantPolicyInclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Command": "New-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -197542,15 +197731,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Command": "New-MgPolicyPermissionGrantPolicyInclude", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -197562,170 +197751,170 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "POST", - "Uri": "/policies/roleManagementPolicies", - "Command": "New-MgPolicyRoleManagementPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", + "Command": "New-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "POST", - "Uri": "/policies/roleManagementPolicies", "Command": "New-MgPolicyRoleManagementPolicy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "POST", - "Uri": "/policies/roleManagementPolicyAssignments", - "Command": "New-MgPolicyRoleManagementPolicyAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", + "Command": "New-MgPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", "Method": "POST", - "Uri": "/policies/roleManagementPolicyAssignments", "Command": "New-MgPolicyRoleManagementPolicyAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Command": "New-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Command": "New-MgPolicyRoleManagementPolicyRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Command": "New-MgPolicyRoleManagementPolicyRule", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "POST", - "Uri": "/policies/servicePrincipalCreationPolicies", - "Command": "New-MgPolicyServicePrincipalCreationPolicy", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Command": "New-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Method": "POST", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "Command": "New-MgPolicyServicePrincipalCreationPolicyExclude", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "New-MgPolicyServicePrincipalCreationPolicy", + "Uri": "/policies/servicePrincipalCreationPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "Command": "New-MgPolicyServicePrincipalCreationPolicyInclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "POST", + "Command": "New-MgPolicyServicePrincipalCreationPolicyExclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "POST", - "Uri": "/policies/tokenIssuancePolicies", - "Command": "New-MgPolicyTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Command": "New-MgPolicyServicePrincipalCreationPolicyInclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197735,15 +197924,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "POST", - "Uri": "/policies/tokenIssuancePolicies", "Command": "New-MgPolicyTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197753,15 +197942,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "POST", - "Uri": "/policies/tokenLifetimePolicies", - "Command": "New-MgPolicyTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Command": "New-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -197771,15 +197960,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "POST", - "Uri": "/policies/tokenLifetimePolicies", "Command": "New-MgPolicyTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -197789,110 +197978,110 @@ "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 - } + }, + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "POST", + "Command": "New-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/print/connectors", - "Command": "New-MgPrintConnector", - "OutputType": "IMicrosoftGraphPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintConnector", "Method": "POST", - "Uri": "/print/connectors", "Command": "New-MgPrintConnector", - "OutputType": "IMicrosoftGraphPrintConnector1", + "Uri": "/print/connectors", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "POST", - "Uri": "/print/operations", - "Command": "New-MgPrintOperation", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "New-MgPrintConnector", + "Uri": "/print/connectors", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintOperation", "Method": "POST", - "Uri": "/print/operations", "Command": "New-MgPrintOperation", - "OutputType": "IMicrosoftGraphPrintOperation", + "Uri": "/print/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintOperation", "Method": "POST", - "Uri": "/print/printerShares", - "Command": "New-MgPrintPrinterShare", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "New-MgPrintOperation", + "Uri": "/print/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinterShare", "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Command": "New-MgPrintPrinterShareAllowedGroupByRef", - "OutputType": null, + "Command": "New-MgPrintPrinterShare", + "Uri": "/print/printerShares", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Command": "New-MgPrintPrinterShareAllowedUserByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgPrintPrinterShareAllowedGroupByRef", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Command": "New-MgPrintPrinterTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", + "Command": "New-MgPrintPrinterShareAllowedUserByRef", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -197912,15 +198101,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "POST", - "Uri": "/print/printers/{printer-id}/taskTriggers", "Command": "New-MgPrintPrinterTaskTrigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -197940,71 +198129,71 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Method": "POST", - "Uri": "/print/services", - "Command": "New-MgPrintService", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "New-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintService", "Method": "POST", - "Uri": "/print/services", "Command": "New-MgPrintService", - "OutputType": "IMicrosoftGraphPrintService1", + "Uri": "/print/services", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintService1", "Method": "POST", - "Uri": "/print/services/{printService-id}/endpoints", - "Command": "New-MgPrintServiceEndpoint", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Command": "New-MgPrintService", + "Uri": "/print/services", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Method": "POST", - "Uri": "/print/services/{printService-id}/endpoints", "Command": "New-MgPrintServiceEndpoint", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", + "Uri": "/print/services/{printService-id}/endpoints", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", "Method": "POST", - "Uri": "/print/shares", - "Command": "New-MgPrintShare", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "New-MgPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -198014,15 +198203,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrinterShare", "Method": "POST", - "Uri": "/print/shares", "Command": "New-MgPrintShare", - "OutputType": "IMicrosoftGraphPrinterShare1", + "Uri": "/print/shares", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198032,15 +198221,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Command": "New-MgPrintShareAllowedGroupByRef", - "OutputType": null, + "Command": "New-MgPrintShare", + "Uri": "/print/shares", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -198052,15 +198241,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Command": "New-MgPrintShareAllowedGroupByRef", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -198072,15 +198261,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Command": "New-MgPrintShareAllowedUserByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgPrintShareAllowedGroupByRef", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -198092,15 +198281,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Command": "New-MgPrintShareAllowedUserByRef", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -198112,219 +198301,219 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/print/taskDefinitions", - "Command": "New-MgPrintTaskDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", + "Command": "New-MgPrintShareAllowedUserByRef", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "POST", - "Uri": "/print/taskDefinitions", "Command": "New-MgPrintTaskDefinition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Uri": "/print/taskDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "POST", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Command": "New-MgPrintTaskDefinitionTask", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgPrintTaskDefinition", + "Uri": "/print/taskDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPrintTask", "Method": "POST", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Command": "New-MgPrintTaskDefinitionTask", - "OutputType": "IMicrosoftGraphPrintTask1", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTask1", + "Method": "POST", + "Command": "New-MgPrintTaskDefinitionTask", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedAccess", - "Command": "New-MgPrivilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccess", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "POST", + "Command": "New-MgPrivilegedAccess", + "Uri": "/privilegedAccess", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "Command": "New-MgPrivilegedAccessResource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "Command": "New-MgPrivilegedAccessResourceRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "Command": "New-MgPrivilegedAccessResourceRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "Command": "New-MgPrivilegedAccessResourceRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "Command": "New-MgPrivilegedAccessResourceRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "Command": "New-MgPrivilegedAccessRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "Command": "New-MgPrivilegedAccessRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "Command": "New-MgPrivilegedAccessRoleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "Command": "New-MgPrivilegedAccessRoleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedApproval", - "Command": "New-MgPrivilegedApproval", - "OutputType": "IMicrosoftGraphPrivilegedApproval", "Variants": [ "Create", "CreateExpanded" @@ -198334,41 +198523,41 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "POST", - "Uri": "/privilegedOperationEvents", - "Command": "New-MgPrivilegedOperationEvent", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Command": "New-MgPrivilegedApproval", + "Uri": "/privilegedApproval", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Method": "POST", - "Uri": "/privilegedRoles", - "Command": "New-MgPrivilegedRole", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "New-MgPrivilegedOperationEvent", + "Uri": "/privilegedOperationEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "POST", - "Uri": "/privilegedRoleAssignments", - "Command": "New-MgPrivilegedRoleAssignment", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "New-MgPrivilegedRole", + "Uri": "/privilegedRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198378,15 +198567,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", - "Command": "New-MgPrivilegedRoleAssignmentEligible", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "New-MgPrivilegedRoleAssignment", + "Uri": "/privilegedRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Make", "MakeViaIdentity" @@ -198396,15 +198585,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", - "Command": "New-MgPrivilegedRoleAssignmentPermanent", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "New-MgPrivilegedRoleAssignmentEligible", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", + "ApiVersion": "beta" + }, + { "Variants": [ "Make", "MakeExpanded", @@ -198416,15 +198605,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests", - "Command": "New-MgPrivilegedRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "New-MgPrivilegedRoleAssignmentPermanent", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198434,15 +198623,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "POST", - "Uri": "/programs", - "Command": "New-MgProgram", - "OutputType": "IMicrosoftGraphProgram", + "Command": "New-MgPrivilegedRoleAssignmentRequest", + "Uri": "/privilegedRoleAssignmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198452,15 +198641,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgram", "Method": "POST", - "Uri": "/programControls", - "Command": "New-MgProgramControl", - "OutputType": "IMicrosoftGraphProgramControl", + "Command": "New-MgProgram", + "Uri": "/programs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -198478,207 +198667,207 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProgramControl", "Method": "POST", - "Uri": "/programControlTypes", - "Command": "New-MgProgramControlType", - "OutputType": "IMicrosoftGraphProgramControlType", + "Command": "New-MgProgramControl", + "Uri": "/programControls", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "POST", + "Command": "New-MgProgramControlType", + "Uri": "/programControlTypes", + "ApiVersion": "beta" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Reports", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "POST", + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityProtection/riskDetections", - "Command": "New-MgRiskDetection", - "OutputType": "IMicrosoftGraphRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskDetection", "Method": "POST", - "Uri": "/identityProtection/riskDetections", "Command": "New-MgRiskDetection", - "OutputType": "IMicrosoftGraphRiskDetection1", + "Uri": "/identityProtection/riskDetections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskDetection1", "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals", - "Command": "New-MgRiskyServicePrincipal", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", + "Command": "New-MgRiskDetection", + "Uri": "/identityProtection/riskDetections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals", "Command": "New-MgRiskyServicePrincipal", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Command": "New-MgRiskyServicePrincipalHistory", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", + "Command": "New-MgRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Command": "New-MgRiskyServicePrincipalHistory", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Method": "POST", - "Uri": "/identityProtection/riskyUsers", - "Command": "New-MgRiskyUser", - "OutputType": "IMicrosoftGraphRiskyUser1", + "Command": "New-MgRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyUser1", "Method": "POST", - "Uri": "/identityProtection/riskyUsers", "Command": "New-MgRiskyUser", - "OutputType": "IMicrosoftGraphRiskyUser", + "Uri": "/identityProtection/riskyUsers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRiskyUser", "Method": "POST", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Command": "New-MgRiskyUserHistory", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", + "Command": "New-MgRiskyUser", + "Uri": "/identityProtection/riskyUsers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", "Method": "POST", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Command": "New-MgRiskyUserHistory", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "POST", + "Command": "New-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "Command": "New-MgRoleManagementCloudPcResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Command": "New-MgRoleManagementCloudPcResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "New-MgRoleManagementCloudPcResourceNamespace", + "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleAssignments", - "Command": "New-MgRoleManagementCloudPcRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Command": "New-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198696,30 +198885,30 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Command": "New-MgRoleManagementCloudPcRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "New-MgRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "Command": "New-MgRoleManagementCloudPcRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198755,58 +198944,58 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Command": "New-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "Command": "New-MgRoleManagementDeviceManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "New-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Command": "New-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "New-MgRoleManagementDeviceManagementResourceNamespace", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "Command": "New-MgRoleManagementDeviceManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Command": "New-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198824,30 +199013,30 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Command": "New-MgRoleManagementDeviceManagementRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "New-MgRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppScope", "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "Command": "New-MgRoleManagementDeviceManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198883,86 +199072,86 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Command": "New-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces", - "Command": "New-MgRoleManagementDirectoryResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "New-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces", "Command": "New-MgRoleManagementDirectoryResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "New-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignments", - "Command": "New-MgRoleManagementDirectoryRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -198980,15 +199169,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignments", "Command": "New-MgRoleManagementDirectoryRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -199006,95 +199195,95 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentApproval", + "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -199104,15 +199293,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -199122,15 +199311,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions", - "Command": "New-MgRoleManagementDirectoryRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -199166,15 +199355,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions", "Command": "New-MgRoleManagementDirectoryRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -199210,97 +199399,97 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -199310,15 +199499,15 @@ "Description": "Read, update, and delete all eligible role assignments for your company's directory", "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -199328,84 +199517,84 @@ "Description": "Read, update, and delete all eligible role assignments for your company's directory", "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "POST", - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "Command": "New-MgRoleManagementDirectoryTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "New-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -199423,15 +199612,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -199449,350 +199638,350 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApproval", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphApprovalStep", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "Command": "New-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", - "Uri": "/roleManagement/exchange/resourceNamespaces", - "Command": "New-MgRoleManagementExchangeResourceNamespace", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", + "Command": "New-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Method": "POST", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Command": "New-MgRoleManagementExchangeResourceNamespaceResourceAction", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", + "Command": "New-MgRoleManagementExchangeResourceNamespace", + "Uri": "/roleManagement/exchange/resourceNamespaces", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Method": "POST", - "Uri": "/roleManagement/exchange/roleAssignments", - "Command": "New-MgRoleManagementExchangeRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "New-MgRoleManagementExchangeResourceNamespaceResourceAction", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", - "Uri": "/roleManagement/exchange/roleDefinitions", - "Command": "New-MgRoleManagementExchangeRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementExchangeRoleAssignment", + "Uri": "/roleManagement/exchange/roleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Command": "New-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgRoleManagementExchangeRoleDefinition", + "Uri": "/roleManagement/exchange/roleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "Command": "New-MgRoleManagementExchangeTransitiveRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Command": "New-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Method": "POST", + "Command": "New-MgRoleManagementExchangeTransitiveRoleAssignment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "ApiVersion": "beta" }, { - "Module": "SchemaExtensions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/schemaExtensions", - "Command": "New-MgSchemaExtension", - "OutputType": "IMicrosoftGraphSchemaExtension", "Variants": [ "Create", "CreateExpanded" @@ -199802,15 +199991,15 @@ "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 - } - }, - { + }, "Module": "SchemaExtensions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "POST", - "Uri": "/schemaExtensions", "Command": "New-MgSchemaExtension", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Uri": "/schemaExtensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -199820,15 +200009,15 @@ "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 - } + }, + "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "POST", + "Command": "New-MgSchemaExtension", + "Uri": "/schemaExtensions", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/search/acronyms", - "Command": "New-MgSearchAcronym", - "OutputType": "IMicrosoftGraphSearchAcronym", "Variants": [ "Create", "CreateExpanded" @@ -199846,15 +200035,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSearchAcronym", "Method": "POST", - "Uri": "/search/bookmarks", - "Command": "New-MgSearchBookmark", - "OutputType": "IMicrosoftGraphSearchBookmark", + "Command": "New-MgSearchAcronym", + "Uri": "/search/acronyms", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -199872,15 +200061,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSearchBookmark", "Method": "POST", - "Uri": "/search/qnas", - "Command": "New-MgSearchQna", - "OutputType": "IMicrosoftGraphSearchQna", + "Command": "New-MgSearchBookmark", + "Uri": "/search/bookmarks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -199898,80 +200087,80 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Search", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "POST", + "Command": "New-MgSearchQna", + "Uri": "/search/qnas", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/securityActions", - "Command": "New-MgSecurityAction", - "OutputType": "IMicrosoftGraphSecurityAction", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAction", "Method": "POST", - "Uri": "/security/alerts", - "Command": "New-MgSecurityAlert", - "OutputType": "IMicrosoftGraphAlert", + "Command": "New-MgSecurityAction", + "Uri": "/security/securityActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAlert", "Method": "POST", - "Uri": "/security/alerts", "Command": "New-MgSecurityAlert", - "OutputType": "IMicrosoftGraphAlert", + "Uri": "/security/alerts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAlert", "Method": "POST", - "Uri": "/security/alerts_v2", - "Command": "New-MgSecurityAlertV2", - "OutputType": "IMicrosoftGraphSecurityAlert1", + "Command": "New-MgSecurityAlert", + "Uri": "/security/alerts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Method": "POST", - "Uri": "/security/alerts_v2", "Command": "New-MgSecurityAlertV2", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Uri": "/security/alerts_v2", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "POST", - "Uri": "/security/attackSimulation/simulations", - "Command": "New-MgSecurityAttackSimulation", - "OutputType": "IMicrosoftGraphSimulation1", + "Command": "New-MgSecurityAlertV2", + "Uri": "/security/alerts_v2", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -199981,15 +200170,15 @@ "Description": "Read, create, and update attack simulation data of an organization", "FullDescription": "Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulation1", "Method": "POST", - "Uri": "/security/attackSimulation/simulations", "Command": "New-MgSecurityAttackSimulation", - "OutputType": "IMicrosoftGraphSimulation", + "Uri": "/security/attackSimulation/simulations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -199999,97 +200188,97 @@ "Description": "Read, create, and update attack simulation data of an organization", "FullDescription": "Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSimulation", "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations", - "Command": "New-MgSecurityAttackSimulationAutomation", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "New-MgSecurityAttackSimulation", + "Uri": "/security/attackSimulation/simulations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations", "Command": "New-MgSecurityAttackSimulationAutomation", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Command": "New-MgSecurityAttackSimulationAutomationRun", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "New-MgSecurityAttackSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Command": "New-MgSecurityAttackSimulationAutomationRun", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "POST", - "Uri": "/security/attackSimulation/operations", - "Command": "New-MgSecurityAttackSimulationOperation", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "New-MgSecurityAttackSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Method": "POST", - "Uri": "/security/attackSimulation/payloads", - "Command": "New-MgSecurityAttackSimulationPayload", - "OutputType": "IMicrosoftGraphPayload", + "Command": "New-MgSecurityAttackSimulationOperation", + "Uri": "/security/attackSimulation/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPayload", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases", - "Command": "New-MgSecurityCaseEdiscoveryCase", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", + "Command": "New-MgSecurityAttackSimulationPayload", + "Uri": "/security/attackSimulation/payloads", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -200107,15 +200296,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases", "Command": "New-MgSecurityCaseEdiscoveryCase", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -200133,15 +200322,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", + "Command": "New-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200161,15 +200350,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200189,15 +200378,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200217,15 +200406,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200245,15 +200434,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200273,15 +200462,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200301,15 +200490,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200329,15 +200518,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200357,15 +200546,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHold", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200385,15 +200574,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", + "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200413,15 +200602,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200441,15 +200630,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200469,15 +200658,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200497,45 +200686,45 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200555,15 +200744,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200583,30 +200772,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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetFile", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200626,15 +200815,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200654,15 +200843,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200682,15 +200871,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200710,15 +200899,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200730,15 +200919,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200750,15 +200939,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Command": "New-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -200778,15 +200967,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Command": "New-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -200806,119 +200995,119 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Method": "POST", - "Uri": "/security/cloudAppSecurityProfiles", "Command": "New-MgSecurityCloudAppSecurityProfile", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Uri": "/security/cloudAppSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Method": "POST", - "Uri": "/security/domainSecurityProfiles", "Command": "New-MgSecurityDomainSecurityProfile", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Uri": "/security/domainSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Method": "POST", - "Uri": "/security/fileSecurityProfiles", "Command": "New-MgSecurityFileSecurityProfile", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Uri": "/security/fileSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Method": "POST", - "Uri": "/security/hostSecurityProfiles", "Command": "New-MgSecurityHostSecurityProfile", - "OutputType": "IMicrosoftGraphHostSecurityProfile", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/security/hostSecurityProfiles", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/incidents", - "Command": "New-MgSecurityIncident", - "OutputType": "IMicrosoftGraphSecurityIncident1", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityIncident1", "Method": "POST", - "Uri": "/security/incidents", "Command": "New-MgSecurityIncident", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Uri": "/security/incidents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels", - "Command": "New-MgSecurityInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "New-MgSecurityIncident", + "Uri": "/security/incidents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Method": "POST", - "Uri": "/security/ipSecurityProfiles", - "Command": "New-MgSecurityIPSecurityProfile", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Command": "New-MgSecurityInformationProtectionSensitivityLabel", + "Uri": "/security/informationProtection/sensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Method": "POST", - "Uri": "/security/labels/retentionLabels", - "Command": "New-MgSecurityLabelRetentionLabel", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "New-MgSecurityIPSecurityProfile", + "Uri": "/security/ipSecurityProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -200928,95 +201117,95 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Method": "POST", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "New-MgSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Method": "POST", - "Uri": "/security/providerTenantSettings", - "Command": "New-MgSecurityProviderTenantSetting", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Method": "POST", - "Uri": "/security/secureScores", - "Command": "New-MgSecuritySecureScore", - "OutputType": "IMicrosoftGraphSecureScore", + "Command": "New-MgSecurityProviderTenantSetting", + "Uri": "/security/providerTenantSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecureScore", "Method": "POST", - "Uri": "/security/secureScores", "Command": "New-MgSecuritySecureScore", - "OutputType": "IMicrosoftGraphSecureScore", + "Uri": "/security/secureScores", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecureScore", "Method": "POST", - "Uri": "/security/secureScoreControlProfiles", - "Command": "New-MgSecuritySecureScoreControlProfile", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "New-MgSecuritySecureScore", + "Uri": "/security/secureScores", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "POST", - "Uri": "/security/secureScoreControlProfiles", "Command": "New-MgSecuritySecureScoreControlProfile", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "POST", - "Uri": "/security/subjectRightsRequests", - "Command": "New-MgSecuritySubjectRightsRequest", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "New-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201026,15 +201215,15 @@ "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Method": "POST", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Command": "New-MgSecuritySubjectRightsRequestNote", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "New-MgSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -201046,160 +201235,160 @@ "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true - } + }, + "Module": "Security", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", + "Command": "New-MgSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticle", "Method": "POST", - "Uri": "/security/threatIntelligence/articles", "Command": "New-MgSecurityThreatIntelligenceArticle", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Uri": "/security/threatIntelligence/articles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Method": "POST", - "Uri": "/security/threatIntelligence/articleIndicators", "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Uri": "/security/threatIntelligence/articleIndicators", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHost", "Method": "POST", - "Uri": "/security/threatIntelligence/hosts", "Command": "New-MgSecurityThreatIntelligenceHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Uri": "/security/threatIntelligence/hosts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Method": "POST", - "Uri": "/security/threatIntelligence/hostComponents", "Command": "New-MgSecurityThreatIntelligenceHostComponent", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Uri": "/security/threatIntelligence/hostComponents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Method": "POST", - "Uri": "/security/threatIntelligence/hostCookies", "Command": "New-MgSecurityThreatIntelligenceHostCooky", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Uri": "/security/threatIntelligence/hostCookies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Method": "POST", - "Uri": "/security/threatIntelligence/hostTrackers", "Command": "New-MgSecurityThreatIntelligenceHostTracker", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Uri": "/security/threatIntelligence/hostTrackers", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Method": "POST", - "Uri": "/security/threatIntelligence/intelProfiles", "Command": "New-MgSecurityThreatIntelligenceIntelProfile", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Uri": "/security/threatIntelligence/intelProfiles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Method": "POST", - "Uri": "/security/threatIntelligence/passiveDnsRecords", "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Method": "POST", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Method": "POST", - "Uri": "/security/threatIntelligence/vulnerabilities", "Command": "New-MgSecurityThreatIntelligenceVulnerability", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Method": "POST", - "Uri": "/security/threatSubmission/emailThreats", - "Command": "New-MgSecurityThreatSubmissionEmailThreat", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201217,15 +201406,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Method": "POST", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Command": "New-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Command": "New-MgSecurityThreatSubmissionEmailThreat", + "Uri": "/security/threatSubmission/emailThreats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201235,15 +201424,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Method": "POST", - "Uri": "/security/threatSubmission/fileThreats", - "Command": "New-MgSecurityThreatSubmissionFileThreat", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Command": "New-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201261,15 +201450,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Method": "POST", - "Uri": "/security/threatSubmission/urlThreats", - "Command": "New-MgSecurityThreatSubmissionUrlThreat", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Command": "New-MgSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/fileThreats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201287,15 +201476,15 @@ "FullDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Method": "POST", - "Uri": "/security/tiIndicators", - "Command": "New-MgSecurityTiIndicator", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "New-MgSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/urlThreats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201305,15 +201494,15 @@ "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTiIndicator", "Method": "POST", - "Uri": "/security/triggers/retentionEvents", - "Command": "New-MgSecurityTriggerRetentionEvent", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "New-MgSecurityTiIndicator", + "Uri": "/security/tiIndicators", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201323,15 +201512,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "POST", - "Uri": "/security/triggers/retentionEvents", "Command": "New-MgSecurityTriggerRetentionEvent", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Uri": "/security/triggers/retentionEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -201341,15 +201530,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "POST", - "Uri": "/security/triggerTypes/retentionEventTypes", - "Command": "New-MgSecurityTriggerTypeRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "New-MgSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -201359,15 +201548,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "POST", - "Uri": "/security/triggerTypes/retentionEventTypes", "Command": "New-MgSecurityTriggerTypeRetentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -201377,166 +201566,166 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "POST", - "Uri": "/security/userSecurityProfiles", - "Command": "New-MgSecurityUserSecurityProfile", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "New-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "POST", + "Command": "New-MgSecurityUserSecurityProfile", + "Uri": "/security/userSecurityProfiles", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Command": "New-MgServiceAnnouncementHealthOverview", - "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealth", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews", "Command": "New-MgServiceAnnouncementHealthOverview", - "OutputType": "IMicrosoftGraphServiceHealth", + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceHealth", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Command": "New-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "New-MgServiceAnnouncementHealthOverview", + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Command": "New-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/issues", - "Command": "New-MgServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/issues", "Command": "New-MgServiceAnnouncementIssue", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Uri": "/admin/serviceAnnouncement/issues", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages", - "Command": "New-MgServiceAnnouncementMessage", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "New-MgServiceAnnouncementIssue", + "Uri": "/admin/serviceAnnouncement/issues", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages", "Command": "New-MgServiceAnnouncementMessage", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Command": "New-MgServiceAnnouncementMessageAttachment", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "New-MgServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Command": "New-MgServiceAnnouncementMessageAttachment", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "POST", + "Command": "New-MgServiceAnnouncementMessageAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals", - "Command": "New-MgServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Create", "CreateExpanded" @@ -201554,15 +201743,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "POST", - "Uri": "/servicePrincipals", "Command": "New-MgServicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Uri": "/servicePrincipals", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -201580,15 +201769,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Command": "New-MgServicePrincipalAppRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Command": "New-MgServicePrincipal", + "Uri": "/servicePrincipals", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -201614,15 +201803,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Command": "New-MgServicePrincipalAppRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -201648,15 +201837,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Command": "New-MgServicePrincipalAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -201682,15 +201871,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Command": "New-MgServicePrincipalAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -201716,15 +201905,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", - "OutputType": null, + "Command": "New-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -201750,15 +201939,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -201784,15 +201973,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Command": "New-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -201804,15 +201993,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Command": "New-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -201824,45 +202013,45 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Command": "New-MgServicePrincipalEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Command": "New-MgServicePrincipalEndpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEndpoint", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "OutputType": null, + "Command": "New-MgServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -201888,15 +202077,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -201922,30 +202111,30 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "Command": "New-MgServicePrincipalLicenseDetail", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Command": "New-MgServicePrincipalOwnerByRef", - "OutputType": null, + "Command": "New-MgServicePrincipalLicenseDetail", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -201971,15 +202160,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Command": "New-MgServicePrincipalOwnerByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202005,15 +202194,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "Command": "New-MgServicePrincipalPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Command": "New-MgServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202039,41 +202228,41 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", + "Command": "New-MgServicePrincipalPasswordSingleSignOnCredentials", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Command": "New-MgServicePrincipalRiskDetection", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "POST", - "Uri": "/identityProtection/servicePrincipalRiskDetections", "Command": "New-MgServicePrincipalRiskDetection", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "POST", + "Command": "New-MgServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Command": "New-MgServicePrincipalSynchronizationJob", - "OutputType": "IMicrosoftGraphSynchronizationJob", "Variants": [ "Create", "CreateExpanded", @@ -202085,15 +202274,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Command": "New-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiVersion": "beta" + }, + { "Variants": [ "Provision", "ProvisionExpanded", @@ -202105,210 +202294,210 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Command": "New-MgServicePrincipalSynchronizationTemplate", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Command": "New-MgShareListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", "Command": "New-MgShareListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Command": "New-MgShareListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgShareListColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "Command": "New-MgShareListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Command": "New-MgShareListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "Command": "New-MgShareListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgShareListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgShareListContentTypeColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgShareListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Command": "New-MgShareListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "New-MgShareListContentTypeColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items", "Command": "New-MgShareListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Command": "New-MgShareListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgShareListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "Create3", @@ -202319,15 +202508,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Command": "New-MgShareListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -202338,15 +202527,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Command": "New-MgShareListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgShareListItemDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "Create3", @@ -202357,15 +202546,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Command": "New-MgShareListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -202376,131 +202565,131 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Command": "New-MgShareListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgShareListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Command": "New-MgShareListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Command": "New-MgShareListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgShareListOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Command": "New-MgShareListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/shares", - "Command": "New-MgShareSharedDriveItemSharedDriveItem", - "OutputType": "IMicrosoftGraphSharedDriveItem1", + "Command": "New-MgShareListSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedDriveItem1", "Method": "POST", - "Uri": "/shares", "Command": "New-MgShareSharedDriveItemSharedDriveItem", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Uri": "/shares", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "POST", + "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "Uri": "/shares", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Command": "New-MgSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", "Command": "New-MgSiteAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/sites/{site-id}/columns", - "Command": "New-MgSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202520,15 +202709,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/sites/{site-id}/columns", "Command": "New-MgSiteColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202548,15 +202737,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes", - "Command": "New-MgSiteContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgSiteColumn", + "Uri": "/sites/{site-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202576,15 +202765,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes", "Command": "New-MgSiteContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202604,15 +202793,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Command": "New-MgSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202632,15 +202821,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Command": "New-MgSiteContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202660,45 +202849,45 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgSiteContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/sites/{site-id}/lists", - "Command": "New-MgSiteList", - "OutputType": "IMicrosoftGraphList", + "Command": "New-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202710,15 +202899,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphList", "Method": "POST", - "Uri": "/sites/{site-id}/lists", "Command": "New-MgSiteList", - "OutputType": "IMicrosoftGraphList1", + "Uri": "/sites/{site-id}/lists", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202730,15 +202919,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphList1", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Command": "New-MgSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgSiteList", + "Uri": "/sites/{site-id}/lists", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202758,15 +202947,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Command": "New-MgSiteListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202786,45 +202975,45 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Command": "New-MgSiteListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Command": "New-MgSiteListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Command": "New-MgSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202844,15 +203033,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Command": "New-MgSiteListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202872,45 +203061,45 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgSiteListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Command": "New-MgSiteListItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202922,15 +203111,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items", "Command": "New-MgSiteListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -202942,15 +203131,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Command": "New-MgSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -202976,15 +203165,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Command": "New-MgSiteListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203010,15 +203199,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Command": "New-MgSiteListItemLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203044,105 +203233,105 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Command": "New-MgSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgSiteListItemLink", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Command": "New-MgSiteListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Command": "New-MgSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Command": "New-MgSiteListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Command": "New-MgSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Command": "New-MgSiteListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", + "Method": "POST", + "Command": "New-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks", - "Command": "New-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Create1", "CreateExpanded1", @@ -203168,15 +203357,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks", "Command": "New-MgSiteOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203202,15 +203391,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotebook", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Command": "New-MgSiteOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -203236,15 +203425,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Command": "New-MgSiteOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203270,15 +203459,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Command": "New-MgSiteOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "New-MgSiteOnenoteNotebookSection", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -203304,15 +203493,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Command": "New-MgSiteOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203338,15 +203527,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages", - "Command": "New-MgSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -203372,15 +203561,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages", "Command": "New-MgSiteOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203406,75 +203595,75 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections", - "Command": "New-MgSiteOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections", "Command": "New-MgSiteOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Command": "New-MgSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "New-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups", "Command": "New-MgSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Command": "New-MgSiteOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -203500,15 +203689,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Command": "New-MgSiteOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203534,15 +203723,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Command": "New-MgSiteOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "New-MgSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -203568,15 +203757,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Command": "New-MgSiteOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -203602,15 +203791,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgSiteOnenoteSectionPage", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/pages", - "Command": "New-MgSitePage", - "OutputType": "IMicrosoftGraphSitePage", "Variants": [ "Create", "CreateExpanded", @@ -203622,135 +203811,135 @@ "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 - } + }, + "Module": "Sites", + "OutputType": "IMicrosoftGraphSitePage", + "Method": "POST", + "Command": "New-MgSitePage", + "Uri": "/sites/{site-id}/pages", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Command": "New-MgSitePageCanvaLayoutHorizontalSection", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Command": "New-MgSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", "Command": "New-MgSitePageWebPart", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/permissions", - "Command": "New-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/sites/{site-id}/permissions", "Command": "New-MgSitePermission", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/sites/{site-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/sites/{site-id}/termStores", - "Command": "New-MgSiteTermStore", - "OutputType": "IMicrosoftGraphTermStore1", + "Command": "New-MgSitePermission", + "Uri": "/sites/{site-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStore1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups", - "Command": "New-MgSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgSiteTermStore", + "Uri": "/sites/{site-id}/termStores", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", @@ -203762,15 +203951,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups", "Command": "New-MgSiteTermStoreGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup1", + "Uri": "/sites/{site-id}/termStore/groups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -203786,30 +203975,30 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Command": "New-MgSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Command": "New-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Command": "New-MgSiteTermStoreGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -203820,30 +204009,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Command": "New-MgSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Command": "New-MgSiteTermStoreGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -203858,15 +204047,15 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "New-MgSiteTermStoreGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreGroupSetChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -203877,30 +204066,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Command": "New-MgSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "New-MgSiteTermStoreGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Command": "New-MgSiteTermStoreGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -203911,30 +204100,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Command": "New-MgSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgSiteTermStoreGroupSetRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Command": "New-MgSiteTermStoreGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -203945,30 +204134,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Command": "New-MgSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Command": "New-MgSiteTermStoreGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -203979,45 +204168,45 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreGroupSetTermChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Command": "New-MgSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Command": "New-MgSiteTermStoreGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -204028,15 +204217,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets", - "Command": "New-MgSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet1", + "Command": "New-MgSiteTermStoreGroupSetTermRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", @@ -204048,15 +204237,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets", "Command": "New-MgSiteTermStoreSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -204072,15 +204261,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Command": "New-MgSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgSiteTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create3", "CreateExpanded3", @@ -204092,15 +204281,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Command": "New-MgSiteTermStoreSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -204120,15 +204309,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Command": "New-MgSiteTermStoreSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -204139,30 +204328,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", - "Command": "New-MgSiteTermStoreSetParentGroupSet", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgSiteTermStoreSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Command": "New-MgSiteTermStoreSetParentGroupSetChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreSetParentGroupSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -204173,15 +204362,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -204192,105 +204381,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Command": "New-MgSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Command": "New-MgSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -204301,30 +204490,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Command": "New-MgSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgSiteTermStoreSetRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Command": "New-MgSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -204335,15 +204524,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Command": "New-MgSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Command": "New-MgSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", @@ -204355,15 +204544,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Command": "New-MgSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -204379,30 +204568,30 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Command": "New-MgSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetTermChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Command": "New-MgSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Command": "New-MgSiteTermStoreSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create2", "CreateExpanded2", @@ -204414,15 +204603,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Command": "New-MgSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "Create1", @@ -204438,67 +204627,67 @@ "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 - } + }, + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/subscribedSkus", - "Command": "New-MgSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "POST", - "Uri": "/subscribedSkus", "Command": "New-MgSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Uri": "/subscribedSkus", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST", + "Command": "New-MgSubscribedSku", + "Uri": "/subscribedSkus", + "ApiVersion": "v1.0" }, { - "Module": "ChangeNotifications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/subscriptions", - "Command": "New-MgSubscription", - "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ChangeNotifications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/subscriptions", "Command": "New-MgSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgSubscription", + "Uri": "/subscriptions", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams", - "Command": "New-MgTeam", - "OutputType": "IMicrosoftGraphTeam1", "Variants": [ "Create1", "CreateExpanded1" @@ -204522,15 +204711,15 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeam1", "Method": "POST", - "Uri": "/teams", "Command": "New-MgTeam", - "OutputType": "IMicrosoftGraphTeam", + "Uri": "/teams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -204554,15 +204743,15 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeam", "Method": "POST", - "Uri": "/teams/{team-id}/channels", - "Command": "New-MgTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "New-MgTeam", + "Uri": "/teams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -204588,15 +204777,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "POST", - "Uri": "/teams/{team-id}/channels", "Command": "New-MgTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teams/{team-id}/channels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -204622,15 +204811,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "Command": "New-MgTeamChannelEmail", - "OutputType": null, + "Command": "New-MgTeamChannel", + "Uri": "/teams/{team-id}/channels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Provision1", "ProvisionViaIdentity1" @@ -204640,15 +204829,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", "Command": "New-MgTeamChannelEmail", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "ApiVersion": "beta" + }, + { "Variants": [ "Provision", "ProvisionViaIdentity" @@ -204658,15 +204847,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Command": "New-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamChannelEmail", + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -204678,15 +204867,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Command": "New-MgTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -204698,15 +204887,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Command": "New-MgTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -204738,15 +204927,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Command": "New-MgTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -204778,45 +204967,45 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Command": "New-MgTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "New-MgTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Command": "New-MgTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -204848,15 +205037,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "New-MgTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -204888,75 +205077,75 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Command": "New-MgTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "New-MgTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Command": "New-MgTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "New-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Command": "New-MgTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Command": "New-MgTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "New-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205000,15 +205189,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Command": "New-MgTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205052,15 +205241,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", - "Uri": "/teams/{team-id}/installedApps", - "Command": "New-MgTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "New-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205092,15 +205281,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", - "Uri": "/teams/{team-id}/installedApps", "Command": "New-MgTeamInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/teams/{team-id}/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205132,15 +205321,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", - "Uri": "/teams/{team-id}/members", - "Command": "New-MgTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205152,15 +205341,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teams/{team-id}/members", "Command": "New-MgTeamMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205172,296 +205361,296 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teams/{team-id}/operations", - "Command": "New-MgTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "New-MgTeamMember", + "Uri": "/teams/{team-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", - "Uri": "/teams/{team-id}/operations", "Command": "New-MgTeamOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Uri": "/teams/{team-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants", - "Command": "New-MgTeamPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgTeamOperation", + "Uri": "/teams/{team-id}/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "Command": "New-MgTeamPrimaryChannelEmail", - "OutputType": null, + "Command": "New-MgTeamPermissionGrant", + "Uri": "/teams/{team-id}/permissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Provision1", "ProvisionViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", "Command": "New-MgTeamPrimaryChannelEmail", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiVersion": "beta" + }, + { "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members", - "Command": "New-MgTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamPrimaryChannelEmail", + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members", "Command": "New-MgTeamPrimaryChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages", - "Command": "New-MgTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages", "Command": "New-MgTeamPrimaryChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Command": "New-MgTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamPrimaryChannelMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Command": "New-MgTeamPrimaryChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Command": "New-MgTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Command": "New-MgTeamPrimaryChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamPrimaryChannelMessageReply", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Command": "New-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Command": "New-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Command": "New-MgTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/tabs", "Command": "New-MgTeamPrimaryChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Command": "New-MgTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", + "Command": "New-MgTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205481,15 +205670,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Command": "New-MgTeamScheduleOfferShiftRequest", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205509,15 +205698,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShifts", - "Command": "New-MgTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift1", + "Command": "New-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205543,15 +205732,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShift1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShifts", "Command": "New-MgTeamScheduleOpenShift", - "OutputType": "IMicrosoftGraphOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205577,15 +205766,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShift", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Command": "New-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", + "Command": "New-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205605,15 +205794,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Command": "New-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205633,15 +205822,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Command": "New-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup1", + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205661,15 +205850,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Command": "New-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205689,15 +205878,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/shifts", - "Command": "New-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift1", + "Command": "New-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205717,15 +205906,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/shifts", "Command": "New-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205745,15 +205934,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphShift", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Command": "New-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Command": "New-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205773,15 +205962,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Command": "New-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205801,15 +205990,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards", - "Command": "New-MgTeamScheduleTimeCard", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205821,15 +206010,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timesOff", - "Command": "New-MgTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff1", + "Command": "New-MgTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205849,15 +206038,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOff1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timesOff", "Command": "New-MgTeamScheduleTimeOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205877,15 +206066,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOff", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Command": "New-MgTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason1", + "Command": "New-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205905,15 +206094,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Command": "New-MgTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -205933,45 +206122,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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Command": "New-MgTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest1", + "Command": "New-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Command": "New-MgTeamScheduleTimeOffRequest", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "POST", - "Uri": "/teams/{team-id}/tags", - "Command": "New-MgTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "New-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -205983,15 +206172,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", - "Uri": "/teams/{team-id}/tags", "Command": "New-MgTeamTag", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Uri": "/teams/{team-id}/tags", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -206003,15 +206192,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Command": "New-MgTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "New-MgTeamTag", + "Uri": "/teams/{team-id}/tags", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -206023,15 +206212,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "POST", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Command": "New-MgTeamTagMember", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -206043,363 +206232,363 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "POST", - "Uri": "/teamwork/deletedTeams", - "Command": "New-MgTeamworkDeletedTeam", - "OutputType": "IMicrosoftGraphDeletedTeam1", + "Command": "New-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeletedTeam1", "Method": "POST", - "Uri": "/teamwork/deletedTeams", "Command": "New-MgTeamworkDeletedTeam", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Uri": "/teamwork/deletedTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeletedTeam", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Command": "New-MgTeamworkDeletedTeamChannel", - "OutputType": "IMicrosoftGraphChannel1", + "Command": "New-MgTeamworkDeletedTeam", + "Uri": "/teamwork/deletedTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "Command": "New-MgTeamworkDeletedTeamChannel", - "OutputType": "IMicrosoftGraphChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "Command": "New-MgTeamworkDeletedTeamChannelEmail", - "OutputType": null, + "Command": "New-MgTeamworkDeletedTeamChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Provision1", "ProvisionViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", "Command": "New-MgTeamworkDeletedTeamChannelEmail", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "ApiVersion": "beta" + }, + { "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Command": "New-MgTeamworkDeletedTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamworkDeletedTeamChannelEmail", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "Command": "New-MgTeamworkDeletedTeamChannelMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Command": "New-MgTeamworkDeletedTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgTeamworkDeletedTeamChannelMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "Command": "New-MgTeamworkDeletedTeamChannelMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamworkDeletedTeamChannelMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Command": "New-MgTeamworkDeletedTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "Command": "New-MgTeamworkDeletedTeamChannelTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", - "Uri": "/teamwork/devices", - "Command": "New-MgTeamworkDevice", - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Command": "New-MgTeamworkDeletedTeamChannelTab", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDevice", "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "Command": "New-MgTeamworkDeviceOperation", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Command": "New-MgTeamworkDevice", + "Uri": "/teamwork/devices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Method": "POST", - "Uri": "/teamwork/teamTemplates", - "Command": "New-MgTeamworkTeamTemplate", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Command": "New-MgTeamworkDeviceOperation", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamTemplate", "Method": "POST", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "Command": "New-MgTeamworkTeamTemplateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "New-MgTeamworkTeamTemplate", + "Uri": "/teamwork/teamTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "POST", - "Uri": "/teamwork/workforceIntegrations", - "Command": "New-MgTeamworkWorkforceIntegration", - "OutputType": "IMicrosoftGraphWorkforceIntegration1", + "Command": "New-MgTeamworkTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -206409,15 +206598,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration1", "Method": "POST", - "Uri": "/teamwork/workforceIntegrations", "Command": "New-MgTeamworkWorkforceIntegration", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -206427,459 +206616,459 @@ "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 - } + }, + "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "POST", + "Command": "New-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenants", "Command": "New-MgTenantRelationshipManagedTenant", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Uri": "/tenantRelationships/managedTenants/tenants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "Command": "New-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "Command": "New-MgTenantRelationshipManagedTenantAlert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "Command": "New-MgTenantRelationshipManagedTenantAlertLog", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "Command": "New-MgTenantRelationshipManagedTenantAlertRule", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "Command": "New-MgTenantRelationshipManagedTenantAlertRuleDefinition", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "Command": "New-MgTenantRelationshipManagedTenantApiNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/appPerformances", "Command": "New-MgTenantRelationshipManagedTenantAppPerformance", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Uri": "/tenantRelationships/managedTenants/appPerformances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/auditEvents", "Command": "New-MgTenantRelationshipManagedTenantAuditEvent", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Uri": "/tenantRelationships/managedTenants/auditEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "Command": "New-MgTenantRelationshipManagedTenantCloudPcConnection", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "Command": "New-MgTenantRelationshipManagedTenantCloudPcDevice", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "Command": "New-MgTenantRelationshipManagedTenantCloudPcOverview", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "Command": "New-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "Command": "New-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "Command": "New-MgTenantRelationshipManagedTenantCustomizedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "Command": "New-MgTenantRelationshipManagedTenantDetailedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", "Command": "New-MgTenantRelationshipManagedTenantDeviceAppPerformance", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "Command": "New-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", "Command": "New-MgTenantRelationshipManagedTenantDeviceHealthStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "Command": "New-MgTenantRelationshipManagedTenantEmailNotification", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantGroups", "Command": "New-MgTenantRelationshipManagedTenantGroup", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceCompliance", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementActions", "Command": "New-MgTenantRelationshipManagedTenantManagementAction", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Uri": "/tenantRelationships/managedTenants/managementActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "Command": "New-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementIntents", "Command": "New-MgTenantRelationshipManagedTenantManagementIntent", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Uri": "/tenantRelationships/managedTenants/managementIntents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplates", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplate", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollection", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStep", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/myRoles", - "Command": "New-MgTenantRelationshipManagedTenantMyRole", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "Command": "New-MgTenantRelationshipManagedTenantTag", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "New-MgTenantRelationshipManagedTenantMyRole", + "Uri": "/tenantRelationships/managedTenants/myRoles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -206889,54 +207078,54 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } + }, + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "POST", + "Command": "New-MgTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "Command": "New-MgTenantRelationshipManagedTenantTicketingEndpoint", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "Command": "New-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "Command": "New-MgTenantRelationshipManagedTenantWindowProtectionState", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Permissions": [] + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/trustFramework/keySets", - "Command": "New-MgTrustFrameworkKeySet", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Variants": [ "Create", "CreateExpanded" @@ -206946,15 +207135,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", - "Command": "New-MgTrustFrameworkKeySetKey", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "New-MgTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets", + "ApiVersion": "beta" + }, + { "Variants": [ "Generate", "GenerateExpanded", @@ -206966,15 +207155,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Method": "POST", - "Uri": "/trustFramework/policies", - "Command": "New-MgTrustFrameworkPolicy", - "OutputType": null, + "Command": "New-MgTrustFrameworkKeySetKey", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -206984,15 +207173,15 @@ "Description": "Read and write trust framework policies", "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true - } + }, + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "POST", + "Command": "New-MgTrustFrameworkPolicy", + "Uri": "/trustFramework/policies", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users", - "Command": "New-MgUser", - "OutputType": "IMicrosoftGraphUser", "Variants": [ "Create", "CreateExpanded" @@ -207034,15 +207223,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "POST", - "Uri": "/users", "Command": "New-MgUser", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1" @@ -207084,75 +207273,75 @@ "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 } - ] + ], + "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", + "Method": "POST", + "Command": "New-MgUser", + "Uri": "/users", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/activities", - "Command": "New-MgUserActivity", - "OutputType": "IMicrosoftGraphUserActivity1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserActivity1", "Method": "POST", - "Uri": "/users/{user-id}/activities", "Command": "New-MgUserActivity", - "OutputType": "IMicrosoftGraphUserActivity", + "Uri": "/users/{user-id}/activities", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserActivity", "Method": "POST", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Command": "New-MgUserActivityHistoryItem", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "New-MgUserActivity", + "Uri": "/users/{user-id}/activities", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Method": "POST", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Command": "New-MgUserActivityHistoryItem", - "OutputType": "IMicrosoftGraphActivityHistoryItem1", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphActivityHistoryItem1", + "Method": "POST", + "Command": "New-MgUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/appRoleAssignments", - "Command": "New-MgUserAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Create", "CreateExpanded", @@ -207164,15 +207353,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", - "Uri": "/users/{user-id}/appRoleAssignments", "Command": "New-MgUserAppRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207184,15 +207373,15 @@ "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 - } + }, + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/authentication/emailMethods", - "Command": "New-MgUserAuthenticationEmailMethod", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Variants": [ "Create", "CreateExpanded", @@ -207212,15 +207401,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "POST", - "Uri": "/users/{user-id}/authentication/emailMethods", "Command": "New-MgUserAuthenticationEmailMethod", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207240,45 +207429,45 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "POST", - "Uri": "/users/{user-id}/authentication/operations", - "Command": "New-MgUserAuthenticationOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "New-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "POST", - "Uri": "/users/{user-id}/authentication/operations", "Command": "New-MgUserAuthenticationOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Uri": "/users/{user-id}/authentication/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Command": "New-MgUserAuthenticationPhoneMethod", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Command": "New-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -207298,15 +207487,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods", "Command": "New-MgUserAuthenticationPhoneMethod", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207326,15 +207515,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "POST", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", + "Command": "New-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -207346,15 +207535,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", "Method": "POST", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207366,15 +207555,15 @@ "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 - } + }, + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "POST", + "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/calendars", - "Command": "New-MgUserCalendar", - "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Create", "CreateExpanded", @@ -207386,15 +207575,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "POST", - "Uri": "/users/{user-id}/calendars", "Command": "New-MgUserCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/calendars", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207406,15 +207595,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar", "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Command": "New-MgUserCalendarEvent", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgUserCalendar", + "Uri": "/users/{user-id}/calendars", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -207426,15 +207615,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Command": "New-MgUserCalendarEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207446,15 +207635,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent1", "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups", - "Command": "New-MgUserCalendarGroup", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Command": "New-MgUserCalendarEvent", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -207466,15 +207655,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarGroup", "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups", "Command": "New-MgUserCalendarGroup", - "OutputType": "IMicrosoftGraphCalendarGroup1", + "Uri": "/users/{user-id}/calendarGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207486,15 +207675,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendarGroup1", "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Command": "New-MgUserCalendarGroupCalendar", - "OutputType": "IMicrosoftGraphCalendar1", + "Command": "New-MgUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -207506,15 +207695,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendar1", "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Command": "New-MgUserCalendarGroupCalendar", - "OutputType": "IMicrosoftGraphCalendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -207526,15 +207715,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendar", "Method": "POST", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", - "Command": "New-MgUserCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserCalendarGroupCalendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -207545,15 +207734,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", "Command": "New-MgUserCalendarMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "Create3", @@ -207564,15 +207753,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Command": "New-MgUserCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "New-MgUserCalendarMultiValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -207583,15 +207772,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", - "Uri": "/users/{user-id}/calendar/calendarPermissions", "Command": "New-MgUserCalendarPermission", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "Create3", @@ -207602,15 +207791,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", - "Command": "New-MgUserCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -207621,15 +207810,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", "Command": "New-MgUserCalendarSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "Create3", @@ -207640,315 +207829,315 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserCalendarSingleValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats", - "Command": "New-MgUserChat", - "OutputType": "IMicrosoftGraphChat1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChat1", "Method": "POST", - "Uri": "/users/{user-id}/chats", "Command": "New-MgUserChat", - "OutputType": "IMicrosoftGraphChat", + "Uri": "/users/{user-id}/chats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChat", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Command": "New-MgUserChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Command": "New-MgUserChat", + "Uri": "/users/{user-id}/chats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "Command": "New-MgUserChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Command": "New-MgUserChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members", "Command": "New-MgUserChatMember", - "OutputType": "IMicrosoftGraphConversationMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Command": "New-MgUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Command": "New-MgUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Command": "New-MgUserChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Command": "New-MgUserChatMessageHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Command": "New-MgUserChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage1", + "Command": "New-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Command": "New-MgUserChatMessageReply", - "OutputType": "IMicrosoftGraphChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Command": "New-MgUserChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgUserChatMessageReply", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Command": "New-MgUserChatMessageReplyHostedContent", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "Command": "New-MgUserChatOperation", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Command": "New-MgUserChatMessageReplyHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Command": "New-MgUserChatPermissionGrant", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgUserChatOperation", + "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Command": "New-MgUserChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", + "Command": "New-MgUserChatPermissionGrant", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Command": "New-MgUserChatPinnedMessage", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Command": "New-MgUserChatTab", - "OutputType": "IMicrosoftGraphTeamsTab1", + "Command": "New-MgUserChatPinnedMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Command": "New-MgUserChatTab", - "OutputType": "IMicrosoftGraphTeamsTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgUserChatTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/contacts", - "Command": "New-MgUserContact", - "OutputType": "IMicrosoftGraphContact1", "Variants": [ "Create1", "CreateExpanded1", @@ -207960,15 +208149,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact1", "Method": "POST", - "Uri": "/users/{user-id}/contacts", "Command": "New-MgUserContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -207980,45 +208169,45 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContact", "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Command": "New-MgUserContactExtension", - "OutputType": null, + "Command": "New-MgUserContact", + "Uri": "/users/{user-id}/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Command": "New-MgUserContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/contactFolders", - "Command": "New-MgUserContactFolder", - "OutputType": "IMicrosoftGraphContactFolder1", + "Command": "New-MgUserContactExtension", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -208030,15 +208219,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders", "Command": "New-MgUserContactFolder", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -208050,15 +208239,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContactFolder", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Command": "New-MgUserContactFolderChildFolder", - "OutputType": "IMicrosoftGraphContactFolder1", + "Command": "New-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -208070,15 +208259,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContactFolder1", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Command": "New-MgUserContactFolderChildFolder", - "OutputType": "IMicrosoftGraphContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -208090,195 +208279,195 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContactFolder", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Command": "New-MgUserContactFolderChildFolderContact", - "OutputType": "IMicrosoftGraphContact1", + "Command": "New-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact1", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Command": "New-MgUserContactFolderChildFolderContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContact", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Command": "New-MgUserContactFolderChildFolderContactExtension", - "OutputType": null, + "Command": "New-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Command": "New-MgUserContactFolderChildFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", - "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderChildFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", - "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", - "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", - "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Command": "New-MgUserContactFolderContact", - "OutputType": "IMicrosoftGraphContact1", + "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -208290,15 +208479,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContact1", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Command": "New-MgUserContactFolderContact", - "OutputType": "IMicrosoftGraphContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -208310,1395 +208499,1395 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContact", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Command": "New-MgUserContactFolderContactExtension", - "OutputType": null, + "Command": "New-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Command": "New-MgUserContactFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", - "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", - "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", - "Command": "New-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", "Command": "New-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", - "Command": "New-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", "Command": "New-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", - "Command": "New-MgUserContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserContactFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", "Command": "New-MgUserContactMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", - "Command": "New-MgUserContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", "Command": "New-MgUserContactSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDevice", "Method": "POST", - "Uri": "/users/{user-id}/devices", "Command": "New-MgUserDevice", - "OutputType": "IMicrosoftGraphDevice", + "Uri": "/users/{user-id}/devices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCommand", "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/commands", "Command": "New-MgUserDeviceCommand", - "OutputType": "IMicrosoftGraphCommand", + "Uri": "/users/{user-id}/devices/{device-id}/commands", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "Command": "New-MgUserDeviceEnrollmentConfiguration", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Command": "New-MgUserDeviceEnrollmentConfigurationAssignment", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "Command": "New-MgUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "OutputType": null, + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/extensions", "Command": "New-MgUserDeviceExtension", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Command": "New-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "POST", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Command": "New-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", + "Method": "POST", + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "Command": "New-MgUserDeviceRegisteredOwnerByRef", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "Command": "New-MgUserDeviceRegisteredUserByRef", "OutputType": null, + "Method": "POST", + "Command": "New-MgUserDeviceRegisteredOwnerByRef", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "Command": "New-MgUserDeviceUsageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "New-MgUserDeviceRegisteredUserByRef", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "POST", + "Command": "New-MgUserDeviceUsageRights", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives", - "Command": "New-MgUserDrive", - "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDrive1", "Method": "POST", - "Uri": "/users/{user-id}/drives", "Command": "New-MgUserDrive", - "OutputType": "IMicrosoftGraphDrive", + "Uri": "/users/{user-id}/drives", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDrive", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Command": "New-MgUserDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgUserDrive", + "Uri": "/users/{user-id}/drives", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "Command": "New-MgUserDriveBundle", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Command": "New-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgUserDriveBundle", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items", "Command": "New-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Command": "New-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "New-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Command": "New-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Command": "New-MgUserDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "Command": "New-MgUserDriveItemChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgUserDriveItemChild", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Command": "New-MgUserDriveItemLink", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "Command": "New-MgUserDriveItemLink", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "New-MgUserDriveItemLink", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Command": "New-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Command": "New-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Command": "New-MgUserDriveItemListItemLink", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveItemListItemLink", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Command": "New-MgUserDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Command": "New-MgUserDriveItemListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Command": "New-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgUserDriveItemListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Command": "New-MgUserDriveItemPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Command": "New-MgUserDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgUserDriveItemPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Command": "New-MgUserDriveItemSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Command": "New-MgUserDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgUserDriveItemSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Command": "New-MgUserDriveItemThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgUserDriveItemThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Command": "New-MgUserDriveItemUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Command": "New-MgUserDriveItemUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserDriveItemUploadSession", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Command": "New-MgUserDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Command": "New-MgUserDriveItemVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Command": "New-MgUserDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgUserDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "Command": "New-MgUserDriveListColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Command": "New-MgUserDriveListContentType", - "OutputType": "IMicrosoftGraphContentType1", + "Command": "New-MgUserDriveListColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "Command": "New-MgUserDriveListContentType", - "OutputType": "IMicrosoftGraphContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphContentType", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Command": "New-MgUserDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition1", + "Command": "New-MgUserDriveListContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Command": "New-MgUserDriveListContentTypeColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Command": "New-MgUserDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgUserDriveListContentTypeColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Command": "New-MgUserDriveListContentTypeColumnLink", - "OutputType": "IMicrosoftGraphColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Command": "New-MgUserDriveListItem", - "OutputType": "IMicrosoftGraphListItem1", + "Command": "New-MgUserDriveListContentTypeColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "Command": "New-MgUserDriveListItem", - "OutputType": "IMicrosoftGraphListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Command": "New-MgUserDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgUserDriveListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Command": "New-MgUserDriveListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgUserDriveListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Command": "New-MgUserDriveListItemLink", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveListItemLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Command": "New-MgUserDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Command": "New-MgUserDriveListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Command": "New-MgUserDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgUserDriveListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "Command": "New-MgUserDriveListOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Command": "New-MgUserDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgUserDriveListOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "Command": "New-MgUserDriveListSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Command": "New-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat1", + "Command": "New-MgUserDriveListSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "Command": "New-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Command": "New-MgUserDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "Command": "New-MgUserDriveRootChild", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgUserDriveRootChild", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "Command": "New-MgUserDriveRootLink", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", "Command": "New-MgUserDriveRootLink", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "New-MgUserDriveRootLink", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Command": "New-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Command": "New-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "Command": "New-MgUserDriveRootListItemLink", - "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveRootListItemLink", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Command": "New-MgUserDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "Command": "New-MgUserDriveRootListItemVersion", - "OutputType": "IMicrosoftGraphListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Command": "New-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission1", + "Command": "New-MgUserDriveRootListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "Command": "New-MgUserDriveRootPermission", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Command": "New-MgUserDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription1", + "Command": "New-MgUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "Command": "New-MgUserDriveRootSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Command": "New-MgUserDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgUserDriveRootSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "Command": "New-MgUserDriveRootThumbnail", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgUserDriveRootThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "Command": "New-MgUserDriveRootUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", "Command": "New-MgUserDriveRootUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserDriveRootUploadSession", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Command": "New-MgUserDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "Command": "New-MgUserDriveRootVersion", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgUserDriveRootVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events", - "Command": "New-MgUserEvent", - "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Create", "CreateExpanded", @@ -209710,15 +209899,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEvent", "Method": "POST", - "Uri": "/users/{user-id}/events", "Command": "New-MgUserEvent", - "OutputType": "IMicrosoftGraphEvent1", + "Uri": "/users/{user-id}/events", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -209730,15 +209919,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvent1", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Command": "New-MgUserEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserEvent", + "Uri": "/users/{user-id}/events", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -209750,15 +209939,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments", "Command": "New-MgUserEventAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -209770,15 +209959,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } + }, + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserEventAttachment", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "Command": "New-MgUserEventAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", @@ -209798,15 +209987,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "Command": "New-MgUserEventAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -209826,465 +210015,465 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserEventAttachmentUploadSession", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Command": "New-MgUserEventExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Command": "New-MgUserEventExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Command": "New-MgUserEventExceptionOccurrenceInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Command": "New-MgUserEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Command": "New-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Command": "New-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Command": "New-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Command": "New-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Command": "New-MgUserEventExtension", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/extensions", "Command": "New-MgUserEventExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Command": "New-MgUserEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserEventExtension", + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Command": "New-MgUserEventInstanceAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserEventInstanceAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "Command": "New-MgUserEventInstanceAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", "Command": "New-MgUserEventInstanceAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserEventInstanceAttachmentUploadSession", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Command": "New-MgUserEventInstanceExceptionOccurrenceAttachment", - "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Command": "New-MgUserEventInstanceExceptionOccurrenceExtension", - "OutputType": null, + "Command": "New-MgUserEventInstanceExceptionOccurrenceAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", - "Command": "New-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserEventInstanceExceptionOccurrenceExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", - "Command": "New-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Command": "New-MgUserEventInstanceExtension", - "OutputType": null, + "Command": "New-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Command": "New-MgUserEventInstanceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", - "Command": "New-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserEventInstanceExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Command": "New-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", - "Command": "New-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserEventInstanceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Command": "New-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", - "Command": "New-MgUserEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserEventInstanceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", "Command": "New-MgUserEventMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", - "Command": "New-MgUserEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserEventMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", "Command": "New-MgUserEventSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserEventSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/extensions", - "Command": "New-MgUserExtension", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/extensions", "Command": "New-MgUserExtension", - "OutputType": null, + "Uri": "/users/{user-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "POST", + "Command": "New-MgUserExtension", + "Uri": "/users/{user-id}/extensions", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Command": "New-MgUserInferenceClassificationOverride", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Variants": [ "Create1", "CreateExpanded1", @@ -210296,15 +210485,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "POST", - "Uri": "/users/{user-id}/inferenceClassification/overrides", "Command": "New-MgUserInferenceClassificationOverride", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -210316,105 +210505,105 @@ "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 - } + }, + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "POST", + "Command": "New-MgUserInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "Command": "New-MgUserInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels", "Command": "New-MgUserInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "Command": "New-MgUserInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Command": "New-MgUserInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "Command": "New-MgUserInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Command": "New-MgUserInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiVersion": "beta" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders", - "Command": "New-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Create1", "CreateExpanded1", @@ -210426,15 +210615,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders", "Command": "New-MgUserMailFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Uri": "/users/{user-id}/mailFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -210446,15 +210635,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Command": "New-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder1", + "Command": "New-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -210466,15 +210655,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Command": "New-MgUserMailFolderChildFolder", - "OutputType": "IMicrosoftGraphMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -210486,75 +210675,75 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Command": "New-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Command": "New-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Command": "New-MgUserMailFolderChildFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Command": "New-MgUserMailFolderChildFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Command": "New-MgUserMailFolderChildFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", @@ -210566,15 +210755,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -210586,300 +210775,300 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Command": "New-MgUserMailFolderChildFolderMessageExtension", - "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Command": "New-MgUserMailFolderChildFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "Command": "New-MgUserMailFolderChildFolderMessageForward", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", "Command": "New-MgUserMailFolderChildFolderMessageForward", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageForward", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "Command": "New-MgUserMailFolderChildFolderMessageMention", - "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", - "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderChildFolderMessageMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "Command": "New-MgUserMailFolderChildFolderMessageReply", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", "Command": "New-MgUserMailFolderChildFolderMessageReply", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessageReply", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "ApiVersion": "beta" + }, + { "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Command": "New-MgUserMailFolderChildFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Command": "New-MgUserMailFolderChildFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", - "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderChildFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", - "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", - "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Command": "New-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage1", + "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -210891,15 +211080,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Command": "New-MgUserMailFolderMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -210911,15 +211100,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Command": "New-MgUserMailFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -210931,15 +211120,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Command": "New-MgUserMailFolderMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -210951,75 +211140,75 @@ "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 - } + }, + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Command": "New-MgUserMailFolderMessageExtension", - "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Command": "New-MgUserMailFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { - "Module": "Users.Actions", - "ApiVersion": "beta", + "Permissions": [], + "Module": "Mail", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "Command": "New-MgUserMailFolderMessageForward", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -211031,15 +211220,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", "Command": "New-MgUserMailFolderMessageForward", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -211051,60 +211240,60 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageForward", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "Command": "New-MgUserMailFolderMessageMention", - "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", - "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderMessageMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "Command": "New-MgUserMailFolderMessageReply", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", @@ -211116,15 +211305,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", "Command": "New-MgUserMailFolderMessageReply", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "CreateExpanded2", @@ -211136,15 +211325,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "Command": "New-MgUserMailFolderMessageReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageReply", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -211156,15 +211345,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", "Command": "New-MgUserMailFolderMessageReplyAll", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "ApiVersion": "beta" + }, + { "Variants": [ "Create3", "CreateExpanded3", @@ -211176,384 +211365,384 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageReplyAll", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Command": "New-MgUserMailFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Command": "New-MgUserMailFolderMessageRule", - "OutputType": "IMicrosoftGraphMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", - "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", - "Command": "New-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", "Command": "New-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", - "Command": "New-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserMailFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", "Command": "New-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserMailFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices", - "Command": "New-MgUserManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices", "Command": "New-MgUserManagedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", + "Uri": "/users/{user-id}/managedDevices", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDevice", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Command": "New-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "New-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Command": "New-MgUserManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", + "Command": "New-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Command": "New-MgUserManagedDeviceCompliancePolicyState", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Command": "New-MgUserManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", + "Command": "New-MgUserManagedDeviceCompliancePolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Command": "New-MgUserManagedDeviceConfigurationState", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Command": "New-MgUserManagedDeviceHealthScriptState", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "New-MgUserManagedDeviceConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", + "Command": "New-MgUserManagedDeviceHealthScriptState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "Command": "New-MgUserManagedDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionRequest", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Command": "New-MgUserManagedDeviceLogCollectionResponse", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionResponse", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", - "OutputType": null, "Variants": [ "Create", "CreateViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Command": "New-MgUserManagedDeviceMobileAppConfigurationState", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "Command": "New-MgUserManagedDeviceSecurityBaselineState", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "New-MgUserManagedDeviceMobileAppConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Command": "New-MgUserManagedDeviceSecurityBaselineStateSettingState", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "New-MgUserManagedDeviceSecurityBaselineState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Command": "New-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgUserManagedDeviceSecurityBaselineStateSettingState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", - "OutputType": null, "Variants": [ "Update", "UpdateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages", - "Command": "New-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create", "CreateExpanded", @@ -211565,15 +211754,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/messages", "Command": "New-MgUserMessage", - "OutputType": "IMicrosoftGraphMessage", + "Uri": "/users/{user-id}/messages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -211585,15 +211774,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Command": "New-MgUserMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserMessage", + "Uri": "/users/{user-id}/messages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -211605,15 +211794,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Command": "New-MgUserMessageAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -211625,15 +211814,15 @@ "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 - } + }, + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserMessageAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "Command": "New-MgUserMessageAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", @@ -211653,15 +211842,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "Command": "New-MgUserMessageAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -211681,45 +211870,45 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserMessageAttachmentUploadSession", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Command": "New-MgUserMessageExtension", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Command": "New-MgUserMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "POST", + "Command": "New-MgUserMessageExtension", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "Command": "New-MgUserMessageForward", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", @@ -211731,15 +211920,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createForward", "Command": "New-MgUserMessageForward", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -211751,60 +211940,60 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "POST", + "Command": "New-MgUserMessageForward", + "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "Command": "New-MgUserMessageMention", - "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMention", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", - "Command": "New-MgUserMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserMessageMention", + "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", "Command": "New-MgUserMessageMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "Command": "New-MgUserMessageReply", - "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", @@ -211816,15 +212005,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReply", "Command": "New-MgUserMessageReply", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "CreateExpanded2", @@ -211836,15 +212025,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "Command": "New-MgUserMessageReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMessageReply", + "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -211856,15 +212045,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMessage", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", "Command": "New-MgUserMessageReplyAll", - "OutputType": "IMicrosoftGraphMessage1", + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "ApiVersion": "beta" + }, + { "Variants": [ "Create3", "CreateExpanded3", @@ -211876,45 +212065,45 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", + "Method": "POST", + "Command": "New-MgUserMessageReplyAll", + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", - "Command": "New-MgUserMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", "Command": "New-MgUserMessageSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Method": "POST", + "Command": "New-MgUserMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "Command": "New-MgUserMobileAppIntentAndState", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Variants": [ "Create", "CreateExpanded", @@ -211926,58 +212115,58 @@ "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 - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Method": "POST", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "Command": "New-MgUserMobileAppTroubleshootingEvent", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "New-MgUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "POST", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "New-MgUserMobileAppTroubleshootingEvent", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", + "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Variants": [ "Create", "CreateViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", + "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/notifications", - "Command": "New-MgUserNotification", - "OutputType": "IMicrosoftGraphNotification", "Variants": [ "Create", "CreateExpanded", @@ -211989,15 +212178,15 @@ "Description": "Deliver and manage your notifications for this app", "FullDescription": "Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.", "IsAdmin": false - } + }, + "Module": "Users", + "OutputType": "IMicrosoftGraphNotification", + "Method": "POST", + "Command": "New-MgUserNotification", + "Uri": "/users/{user-id}/notifications", + "ApiVersion": "beta" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks", - "Command": "New-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Create1", "CreateExpanded1", @@ -212023,15 +212212,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphNotebook1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks", "Command": "New-MgUserOnenoteNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212057,15 +212246,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphNotebook", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Command": "New-MgUserOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -212091,15 +212280,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Command": "New-MgUserOnenoteNotebookSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212125,15 +212314,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Command": "New-MgUserOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "New-MgUserOnenoteNotebookSection", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -212159,15 +212348,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Command": "New-MgUserOnenoteNotebookSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212193,15 +212382,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages", - "Command": "New-MgUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "New-MgUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -212227,15 +212416,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages", "Command": "New-MgUserOnenotePage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/users/{user-id}/onenote/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212261,75 +212450,75 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections", - "Command": "New-MgUserOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections", "Command": "New-MgUserOnenoteSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups", - "Command": "New-MgUserOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup1", + "Command": "New-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups", "Command": "New-MgUserOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Command": "New-MgUserOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection1", + "Command": "New-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -212355,15 +212544,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Command": "New-MgUserOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212389,15 +212578,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Command": "New-MgUserOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage1", + "Command": "New-MgUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212423,15 +212612,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Command": "New-MgUserOnenoteSectionPage", - "OutputType": "IMicrosoftGraphOnenotePage", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -212457,15 +212646,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] + ], + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgUserOnenoteSectionPage", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings", - "Command": "New-MgUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Create", "CreateExpanded", @@ -212477,15 +212666,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings", "Command": "New-MgUserOnlineMeeting", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -212497,45 +212686,45 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Command": "New-MgUserOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", + "Command": "New-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Command": "New-MgUserOnlineMeetingAttendanceReport", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord1", + "Command": "New-MgUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "Create1", @@ -212546,60 +212735,60 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "beta" + }, + { "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Command": "New-MgUserOnlineMeetingRegistrationCustomQuestion", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Command": "New-MgUserOnlineMeetingTranscript", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "New-MgUserOnlineMeetingRegistrationCustomQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", + "Command": "New-MgUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/masterCategories", - "Command": "New-MgUserOutlookMasterCategory", - "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "Create1", "CreateExpanded1", @@ -212611,15 +212800,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "POST", - "Uri": "/users/{user-id}/outlook/masterCategories", "Command": "New-MgUserOutlookMasterCategory", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212631,15 +212820,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks", - "Command": "New-MgUserOutlookTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "New-MgUserOutlookMasterCategory", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212651,15 +212840,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "Command": "New-MgUserOutlookTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserOutlookTask", + "Uri": "/users/{user-id}/outlook/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212671,30 +212860,30 @@ "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 - } + }, + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserOutlookTaskAttachment", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", - "Command": "New-MgUserOutlookTaskAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserOutlookTaskAttachmentUploadSession", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders", - "Command": "New-MgUserOutlookTaskFolder", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Variants": [ "Create", "CreateExpanded", @@ -212706,45 +212895,45 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", - "Command": "New-MgUserOutlookTaskFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserOutlookTaskFolder", + "Uri": "/users/{user-id}/outlook/taskFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", - "Command": "New-MgUserOutlookTaskFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "Command": "New-MgUserOutlookTaskFolderTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "New-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212756,75 +212945,75 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Command": "New-MgUserOutlookTaskFolderTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserOutlookTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserOutlookTaskFolderTaskAttachment", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "Command": "New-MgUserOutlookTaskFolderTaskAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserOutlookTaskFolderTaskAttachmentUploadSession", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", - "Command": "New-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", - "Command": "New-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups", - "Command": "New-MgUserOutlookTaskGroup", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Command": "New-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212836,15 +213025,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "Command": "New-MgUserOutlookTaskGroupTaskFolder", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "New-MgUserOutlookTaskGroup", + "Uri": "/users/{user-id}/outlook/taskGroups", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212856,45 +213045,45 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", - "Command": "New-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Command": "New-MgUserOutlookTaskGroupTaskFolder", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", - "Command": "New-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Command": "New-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "Command": "New-MgUserOutlookTaskGroupTaskFolderTask", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "New-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -212906,105 +213095,105 @@ "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 - } + }, + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "New-MgUserOutlookTaskGroupTaskFolderTask", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiVersion": "beta" }, { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachment", - "OutputType": "IMicrosoftGraphAttachment", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", "Command": "New-MgUserOutlookTaskMultiValueExtendedProperty", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", "Command": "New-MgUserOutlookTaskSingleValueExtendedProperty", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", + "ApiVersion": "beta" }, { - "Module": "People", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/profile/account", - "Command": "New-MgUserProfileAccount", - "OutputType": "IMicrosoftGraphUserAccountInformation", "Variants": [ "Create", "CreateExpanded", @@ -213024,15 +213213,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserAccountInformation", "Method": "POST", - "Uri": "/users/{user-id}/profile/addresses", - "Command": "New-MgUserProfileAddress", - "OutputType": "IMicrosoftGraphItemAddress", + "Command": "New-MgUserProfileAccount", + "Uri": "/users/{user-id}/profile/account", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213052,15 +213241,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemAddress", "Method": "POST", - "Uri": "/users/{user-id}/profile/anniversaries", - "Command": "New-MgUserProfileAnniversary", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Command": "New-MgUserProfileAddress", + "Uri": "/users/{user-id}/profile/addresses", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213080,15 +213269,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Method": "POST", - "Uri": "/users/{user-id}/profile/awards", - "Command": "New-MgUserProfileAward", - "OutputType": "IMicrosoftGraphPersonAward", + "Command": "New-MgUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/anniversaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213108,15 +213297,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAward", "Method": "POST", - "Uri": "/users/{user-id}/profile/certifications", - "Command": "New-MgUserProfileCertification", - "OutputType": "IMicrosoftGraphPersonCertification", + "Command": "New-MgUserProfileAward", + "Uri": "/users/{user-id}/profile/awards", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213136,15 +213325,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonCertification", "Method": "POST", - "Uri": "/users/{user-id}/profile/educationalActivities", - "Command": "New-MgUserProfileEducationalActivity", - "OutputType": "IMicrosoftGraphEducationalActivity", + "Command": "New-MgUserProfileCertification", + "Uri": "/users/{user-id}/profile/certifications", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213164,15 +213353,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationalActivity", "Method": "POST", - "Uri": "/users/{user-id}/profile/emails", - "Command": "New-MgUserProfileEmail", - "OutputType": "IMicrosoftGraphItemEmail", + "Command": "New-MgUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/educationalActivities", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213192,15 +213381,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemEmail", "Method": "POST", - "Uri": "/users/{user-id}/profile/interests", - "Command": "New-MgUserProfileInterest", - "OutputType": "IMicrosoftGraphPersonInterest", + "Command": "New-MgUserProfileEmail", + "Uri": "/users/{user-id}/profile/emails", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213220,15 +213409,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonInterest", "Method": "POST", - "Uri": "/users/{user-id}/profile/languages", - "Command": "New-MgUserProfileLanguage", - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Command": "New-MgUserProfileInterest", + "Uri": "/users/{user-id}/profile/interests", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213248,15 +213437,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Method": "POST", - "Uri": "/users/{user-id}/profile/names", - "Command": "New-MgUserProfileName", - "OutputType": "IMicrosoftGraphPersonName", + "Command": "New-MgUserProfileLanguage", + "Uri": "/users/{user-id}/profile/languages", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213294,15 +213483,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonName", "Method": "POST", - "Uri": "/users/{user-id}/profile/notes", - "Command": "New-MgUserProfileNote", - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Command": "New-MgUserProfileName", + "Uri": "/users/{user-id}/profile/names", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213322,15 +213511,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Method": "POST", - "Uri": "/users/{user-id}/profile/patents", - "Command": "New-MgUserProfilePatent", - "OutputType": "IMicrosoftGraphItemPatent", + "Command": "New-MgUserProfileNote", + "Uri": "/users/{user-id}/profile/notes", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213350,15 +213539,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPatent", "Method": "POST", - "Uri": "/users/{user-id}/profile/phones", - "Command": "New-MgUserProfilePhone", - "OutputType": "IMicrosoftGraphItemPhone", + "Command": "New-MgUserProfilePatent", + "Uri": "/users/{user-id}/profile/patents", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213378,15 +213567,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPhone", "Method": "POST", - "Uri": "/users/{user-id}/profile/positions", - "Command": "New-MgUserProfilePosition", - "OutputType": "IMicrosoftGraphWorkPosition", + "Command": "New-MgUserProfilePhone", + "Uri": "/users/{user-id}/profile/phones", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213406,15 +213595,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWorkPosition", "Method": "POST", - "Uri": "/users/{user-id}/profile/projects", - "Command": "New-MgUserProfileProject", - "OutputType": "IMicrosoftGraphProjectParticipation", + "Command": "New-MgUserProfilePosition", + "Uri": "/users/{user-id}/profile/positions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213434,15 +213623,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProjectParticipation", "Method": "POST", - "Uri": "/users/{user-id}/profile/publications", - "Command": "New-MgUserProfilePublication", - "OutputType": "IMicrosoftGraphItemPublication", + "Command": "New-MgUserProfileProject", + "Uri": "/users/{user-id}/profile/projects", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213462,15 +213651,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphItemPublication", "Method": "POST", - "Uri": "/users/{user-id}/profile/skills", - "Command": "New-MgUserProfileSkill", - "OutputType": "IMicrosoftGraphSkillProficiency", + "Command": "New-MgUserProfilePublication", + "Uri": "/users/{user-id}/profile/publications", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213490,15 +213679,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSkillProficiency", "Method": "POST", - "Uri": "/users/{user-id}/profile/webAccounts", - "Command": "New-MgUserProfileWebAccount", - "OutputType": "IMicrosoftGraphWebAccount", + "Command": "New-MgUserProfileSkill", + "Uri": "/users/{user-id}/profile/skills", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213518,15 +213707,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWebAccount", "Method": "POST", - "Uri": "/users/{user-id}/profile/websites", - "Command": "New-MgUserProfileWebsite", - "OutputType": "IMicrosoftGraphPersonWebsite", + "Command": "New-MgUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/webAccounts", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213546,75 +213735,75 @@ "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 } - ] + ], + "Module": "People", + "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "POST", + "Command": "New-MgUserProfileWebsite", + "Uri": "/users/{user-id}/profile/websites", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Command": "New-MgUserScopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", - "Uri": "/users/{user-id}/scopedRoleMemberOf", "Command": "New-MgUserScopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Command": "New-MgUserTeamworkAssociatedTeam", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Method": "POST", - "Uri": "/users/{user-id}/teamwork/associatedTeams", "Command": "New-MgUserTeamworkAssociatedTeam", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Method": "POST", - "Uri": "/users/{user-id}/teamwork/installedApps", - "Command": "New-MgUserTeamworkInstalledApp", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", + "Command": "New-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -213634,15 +213823,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", "Method": "POST", - "Uri": "/users/{user-id}/teamwork/installedApps", "Command": "New-MgUserTeamworkInstalledApp", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213662,15 +213851,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] + ], + "Module": "Teams", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists", - "Command": "New-MgUserTodoList", - "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Create", "CreateExpanded", @@ -213682,15 +213871,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists", "Command": "New-MgUserTodoList", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Uri": "/users/{user-id}/todo/lists", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -213702,45 +213891,45 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Command": "New-MgUserTodoListExtension", - "OutputType": null, + "Command": "New-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Command": "New-MgUserTodoListExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Command": "New-MgUserTodoListTask", - "OutputType": "IMicrosoftGraphTodoTask", + "Command": "New-MgUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213752,15 +213941,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTodoTask", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Command": "New-MgUserTodoListTask", - "OutputType": "IMicrosoftGraphTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -213772,15 +213961,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTodoTask", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Command": "New-MgUserTodoListTaskAttachment", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Command": "New-MgUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213792,15 +213981,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Command": "New-MgUserTodoListTaskAttachment", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -213812,45 +214001,45 @@ "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 - } + }, + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "Command": "New-MgUserTodoListTaskAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", "Command": "New-MgUserTodoListTaskAttachmentUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Command": "New-MgUserTodoListTaskChecklistItem", - "OutputType": "IMicrosoftGraphChecklistItem", "Variants": [ "Create", "CreateExpanded", @@ -213862,15 +214051,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChecklistItem", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Command": "New-MgUserTodoListTaskChecklistItem", - "OutputType": "IMicrosoftGraphChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -213882,45 +214071,45 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChecklistItem", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Command": "New-MgUserTodoListTaskExtension", - "OutputType": null, + "Command": "New-MgUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Command": "New-MgUserTodoListTaskExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Command": "New-MgUserTodoListTaskLinkedResource", - "OutputType": "IMicrosoftGraphLinkedResource", + "Command": "New-MgUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -213932,15 +214121,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphLinkedResource", "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Command": "New-MgUserTodoListTaskLinkedResource", - "OutputType": "IMicrosoftGraphLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiVersion": "beta" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -213952,15 +214141,15 @@ "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 - } + }, + "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "POST", + "Command": "New-MgUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiVersion": "v1.0" }, { - "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/deployments", - "Command": "New-MgWindowsUpdatesDeployment", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", "Variants": [ "Create", "CreateExpanded" @@ -213970,15 +214159,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies", - "Command": "New-MgWindowsUpdatesPolicy", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "New-MgWindowsUpdatesDeployment", + "Uri": "/admin/windows/updates/deployments", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -213988,45 +214177,45 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "Command": "New-MgWindowsUpdatesPolicyAudienceExclusion", - "OutputType": null, + "Command": "New-MgWindowsUpdatesPolicy", + "Uri": "/admin/windows/updates/updatePolicies", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "Command": "New-MgWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "Method": "POST", + "Command": "New-MgWindowsUpdatesPolicyAudienceExclusion", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "Command": "New-MgWindowsUpdatesPolicyComplianceChange", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "New-MgWindowsUpdatesPolicyAudienceMember", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded", @@ -214038,15 +214227,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", "Method": "POST", - "Uri": "/admin/windows/updates/resourceConnections", - "Command": "New-MgWindowsUpdatesResourceConnection", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "New-MgWindowsUpdatesPolicyComplianceChange", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -214056,15 +214245,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets", - "Command": "New-MgWindowsUpdatesUpdatableAsset", - "OutputType": null, + "Command": "New-MgWindowsUpdatesResourceConnection", + "Uri": "/admin/windows/updates/resourceConnections", + "ApiVersion": "beta" + }, + { "Variants": [ "Create", "CreateExpanded" @@ -214074,41 +214263,41 @@ "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 - } + }, + "Module": "WindowsUpdates", + "OutputType": null, + "Method": "POST", + "Command": "New-MgWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatableAssets", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/Ping", - "Command": "Ping-MgApplicationsSynchronization", - "OutputType": null, "Variants": [ "Ping", "PingViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", - "Command": "Ping-MgServicePrincipalsSynchronization", "OutputType": null, + "Method": "GET", + "Command": "Ping-MgApplicationsSynchronization", + "Uri": "/applications/{application-id}/synchronization/Ping", + "ApiVersion": "beta" + }, + { "Variants": [ "Ping", "PingViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "GET", + "Command": "Ping-MgServicePrincipalsSynchronization", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", - "Command": "Publish-MgBookingBusiness", - "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" @@ -214118,15 +214307,15 @@ "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 - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", "Command": "Publish-MgBookingBusiness", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" @@ -214136,15 +214325,15 @@ "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 - } + }, + "Module": "Bookings", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", - "Command": "Publish-MgComplianceEdiscoveryCaseCustodian", - "OutputType": null, "Variants": [ "Release", "ReleaseViaIdentity" @@ -214162,15 +214351,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "Command": "Publish-MgComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "Method": "POST", + "Command": "Publish-MgComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", + "ApiVersion": "beta" + }, + { "Variants": [ "Release", "ReleaseViaIdentity" @@ -214188,41 +214377,41 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgDriveListContentType", - "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Command": "Publish-MgDriveListContentType", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "Command": "Publish-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Publish1", "PublishViaIdentity1" @@ -214240,15 +214429,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "Command": "Publish-MgEducationClassAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish", "PublishViaIdentity" @@ -214266,158 +214455,158 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "Command": "Publish-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", "Command": "Publish-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "Command": "Publish-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgEducationMeAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", "Command": "Publish-MgEducationUserAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Method": "POST", + "Command": "Publish-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgGroupDriveListContentType", - "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Command": "Publish-MgGroupDriveListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgGroupSiteContentType", "OutputType": null, + "Method": "POST", + "Command": "Publish-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", "Command": "Publish-MgGroupSiteContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgGroupSiteListContentType", "OutputType": null, + "Method": "POST", + "Command": "Publish-MgGroupSiteContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Command": "Publish-MgGroupSiteListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/publish", - "Command": "Publish-MgGroupSitePage", "OutputType": null, + "Method": "POST", + "Command": "Publish-MgGroupSiteListContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgGroupSitePage", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/publish", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": null, "Variants": [ "Release1", "ReleaseViaIdentity1" @@ -214435,15 +214624,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiVersion": "beta" + }, + { "Variants": [ "Release", "ReleaseViaIdentity" @@ -214461,15 +214650,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Release", "ReleaseViaIdentity" @@ -214487,15 +214676,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "ApiVersion": "beta" + }, + { "Variants": [ "Release1", "ReleaseViaIdentity1" @@ -214513,41 +214702,41 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgShareListContentType", - "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", "Command": "Publish-MgShareListContentType", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgSiteContentType", - "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" @@ -214557,15 +214746,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", "Command": "Publish-MgSiteContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" @@ -214575,41 +214764,41 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgSiteListContentType", "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Command": "Publish-MgSiteListContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/publish", - "Command": "Publish-MgSitePage", "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Publish", "PublishViaIdentity" @@ -214633,56 +214822,56 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSitePage", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/publish", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Command": "Publish-MgUserDriveListContentType", - "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Command": "Publish-MgUserDriveListContentType", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "beta" + }, + { "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Publish-MgUserDriveListContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", - "Command": "Register-MgPrivilegedAccessResource", - "OutputType": null, "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}", - "Command": "Remove-MgAccessReview", "OutputType": null, + "Method": "POST", + "Command": "Register-MgPrivilegedAccessResource", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -214700,93 +214889,93 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAccessReview", + "Uri": "/accessReviews/{accessReview-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Command": "Remove-MgAccessReviewDecision", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Command": "Remove-MgAccessReviewInstance", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Command": "Remove-MgAccessReviewInstanceDecision", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Command": "Remove-MgAccessReviewInstanceMyDecision", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Command": "Remove-MgAccessReviewInstanceReviewer", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Command": "Remove-MgAccessReviewMyDecision", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Command": "Remove-MgAccessReviewReviewer", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -214804,15 +214993,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Command": "Remove-MgAdministrativeUnit", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -214822,28 +215011,28 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Command": "Remove-MgAdministrativeUnitExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdministrativeUnit", + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Command": "Remove-MgAdministrativeUnitMemberByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdministrativeUnitExtension", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -214853,15 +215042,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Command": "Remove-MgAdministrativeUnitScopedRoleMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdministrativeUnitMemberByRef", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -214871,145 +215060,145 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdministrativeUnitScopedRoleMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/agreements/{agreement-id}", - "Command": "Remove-MgAgreement", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/agreements/{agreement-id}", "Command": "Remove-MgAgreement", - "OutputType": null, + "Uri": "/agreements/{agreement-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Command": "Remove-MgAgreementAcceptance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreement", + "Uri": "/agreements/{agreement-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Command": "Remove-MgAgreementAcceptance", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file", - "Command": "Remove-MgAgreementFile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file", "Command": "Remove-MgAgreementFile", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/file", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Command": "Remove-MgAgreementFileLocalization", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementFile", + "Uri": "/agreements/{agreement-id}/file", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Command": "Remove-MgAgreementFileLocalization", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Command": "Remove-MgAgreementFileLocalizationVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Command": "Remove-MgAgreementFileLocalizationVersion", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalizationVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Command": "Remove-MgAppCatalogTeamApp", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -215033,15 +215222,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Command": "Remove-MgAppCatalogTeamApp", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215065,15 +215254,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Command": "Remove-MgAppCatalogTeamAppDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215097,15 +215286,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Command": "Remove-MgAppCatalogTeamAppDefinition", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215129,93 +215318,93 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIcon", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIconHostedContent", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIcon", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}", - "Command": "Remove-MgApplication", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215225,15 +215414,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}", "Command": "Remove-MgApplication", - "OutputType": null, + "Uri": "/applications/{application-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215243,54 +215432,54 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "Command": "Remove-MgApplicationAppManagementPolicyByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplication", + "Uri": "/applications/{application-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", "Command": "Remove-MgApplicationAppManagementPolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Command": "Remove-MgApplicationConnectorGroupByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationAppManagementPolicyByRef", + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Command": "Remove-MgApplicationExtensionProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationConnectorGroupByRef", + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215308,15 +215497,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Command": "Remove-MgApplicationExtensionProperty", - "OutputType": null, + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215334,15 +215523,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Command": "Remove-MgApplicationFederatedIdentityCredential", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215352,15 +215541,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Command": "Remove-MgApplicationFederatedIdentityCredential", - "OutputType": null, + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215370,15 +215559,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/removeKey", - "Command": "Remove-MgApplicationKey", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove", "RemoveExpanded", @@ -215398,15 +215587,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/removeKey", "Command": "Remove-MgApplicationKey", - "OutputType": null, + "Uri": "/applications/{application-id}/removeKey", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove1", "RemoveExpanded1", @@ -215426,15 +215615,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "Command": "Remove-MgApplicationOwnerByRef", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgApplicationKey", + "Uri": "/applications/{application-id}/removeKey", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215452,15 +215641,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "Command": "Remove-MgApplicationOwnerByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215478,15 +215667,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/removePassword", - "Command": "Remove-MgApplicationPassword", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove", "RemoveExpanded", @@ -215506,15 +215695,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/removePassword", "Command": "Remove-MgApplicationPassword", - "OutputType": null, + "Uri": "/applications/{application-id}/removePassword", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove1", "RemoveExpanded1", @@ -215534,80 +215723,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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgApplicationPassword", + "Uri": "/applications/{application-id}/removePassword", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization", "Command": "Remove-MgApplicationSynchronization", - "OutputType": null, + "Uri": "/applications/{application-id}/synchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Command": "Remove-MgApplicationSynchronizationJob", - "OutputType": null, + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Command": "Remove-MgApplicationSynchronizationJobSchema", - "OutputType": null, + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", - "OutputType": null, + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Command": "Remove-MgApplicationSynchronizationTemplate", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Command": "Remove-MgApplicationSynchronizationTemplateSchema", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -215617,28 +215806,28 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215662,15 +215851,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215694,15 +215883,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215726,15 +215915,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", - "OutputType": null, + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215758,15 +215947,15 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Command": "Remove-MgBookingBusiness", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -215776,15 +215965,15 @@ "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 - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Command": "Remove-MgBookingBusiness", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215794,15 +215983,15 @@ "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 - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Command": "Remove-MgBookingBusinessAppointment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215826,15 +216015,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Command": "Remove-MgBookingBusinessAppointment", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215858,41 +216047,41 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Command": "Remove-MgBookingBusinessCalendarView", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Command": "Remove-MgBookingBusinessCalendarView", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Command": "Remove-MgBookingBusinessCustomer", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215916,15 +216105,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Command": "Remove-MgBookingBusinessCustomer", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215948,15 +216137,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Command": "Remove-MgBookingBusinessCustomQuestion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -215980,15 +216169,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Command": "Remove-MgBookingBusinessCustomQuestion", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -216012,15 +216201,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Command": "Remove-MgBookingBusinessService", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -216038,15 +216227,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Command": "Remove-MgBookingBusinessService", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216064,15 +216253,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Command": "Remove-MgBookingBusinessStaffMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -216090,15 +216279,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Command": "Remove-MgBookingBusinessStaffMember", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216116,54 +216305,54 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Command": "Remove-MgBookingCurrency", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Command": "Remove-MgBookingCurrency", - "OutputType": null, + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Bookings", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingCurrency", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Command": "Remove-MgBusinessFlowTemplate", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBusinessFlowTemplate", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Command": "Remove-MgBusinessScenario", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -216181,41 +216370,41 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Command": "Remove-MgBusinessScenarioPlanner", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Command": "Remove-MgBusinessScenarioPlannerPlanConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBusinessScenarioPlanner", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Command": "Remove-MgBusinessScenarioPlannerPlanConfigurationLocalization", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBusinessScenarioPlannerPlanConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216233,15 +216422,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Command": "Remove-MgBusinessScenarioPlannerTask", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216251,54 +216440,54 @@ "Description": "Read and write data for business scenarios this app creates or owns", "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", "IsAdmin": true - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Command": "Remove-MgBusinessScenarioPlannerTaskConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Bookings", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBusinessScenarioPlannerTaskConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}", - "Command": "Remove-MgChat", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/chats/{chat-id}", "Command": "Remove-MgChat", - "OutputType": null, + "Uri": "/chats/{chat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Command": "Remove-MgChatInstalledApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChat", + "Uri": "/chats/{chat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216316,15 +216505,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Command": "Remove-MgChatInstalledApp", - "OutputType": null, + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -216342,41 +216531,41 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Command": "Remove-MgChatLastMessagePreview", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/chats/{chat-id}/lastMessagePreview", "Command": "Remove-MgChatLastMessagePreview", - "OutputType": null, + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Command": "Remove-MgChatMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatLastMessagePreview", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216386,15 +216575,15 @@ "Description": "Add and remove members from chats", "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Command": "Remove-MgChatMember", - "OutputType": null, + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -216404,67 +216593,67 @@ "Description": "Add and remove members from chats", "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgChatMessageReplyHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatMember", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgChatMessageReplyHostedContent", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Command": "Remove-MgChatOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Remove-MgChatPermissionGrant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatOperation", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Command": "Remove-MgChatPinnedMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216474,15 +216663,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Command": "Remove-MgChatPinnedMessage", - "OutputType": null, + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -216492,15 +216681,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Command": "Remove-MgChatTab", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216524,15 +216713,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Command": "Remove-MgChatTab", - "OutputType": null, + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -216556,343 +216745,343 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}", - "Command": "Remove-MgCommunicationCall", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/calls/{call-id}", "Command": "Remove-MgCommunicationCall", - "OutputType": null, + "Uri": "/communications/calls/{call-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Command": "Remove-MgCommunicationCallAudioRoutingGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCall", + "Uri": "/communications/calls/{call-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Command": "Remove-MgCommunicationCallAudioRoutingGroup", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Command": "Remove-MgCommunicationCallContentSharingSession", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Command": "Remove-MgCommunicationCallContentSharingSession", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Command": "Remove-MgCommunicationCallOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Command": "Remove-MgCommunicationCallOperation", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Command": "Remove-MgCommunicationCallParticipant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Command": "Remove-MgCommunicationCallParticipant", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Command": "Remove-MgCommunicationCallRecordSession", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Command": "Remove-MgCommunicationCallRecordSession", - "OutputType": null, + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Command": "Remove-MgCommunicationOnlineMeeting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallRecordSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Command": "Remove-MgCommunicationOnlineMeeting", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "Command": "Remove-MgCommunicationOnlineMeetingRegistration", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Command": "Remove-MgCommunicationOnlineMeetingRegistrationCustomQuestion", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Command": "Remove-MgCommunicationOnlineMeetingTranscript", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Command": "Remove-MgCommunicationOnlineMeetingVirtualAppointment", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/communications/presences/{presence-id}", - "Command": "Remove-MgCommunicationPresence", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/communications/presences/{presence-id}", "Command": "Remove-MgCommunicationPresence", - "OutputType": null, + "Uri": "/communications/presences/{presence-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationPresence", + "Uri": "/communications/presences/{presence-id}", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery", - "Command": "Remove-MgComplianceEdiscovery", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Command": "Remove-MgComplianceEdiscoveryCase", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscovery", + "Uri": "/compliance/ediscovery", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216910,28 +217099,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseCustodian", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianHold", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "Remove1", @@ -216940,15 +217129,15 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianSiteSource", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -216966,28 +217155,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUserSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217005,15 +217194,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseLegalHold", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217031,67 +217220,67 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldSiteSource", - "OutputType": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "OutputType": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUserSource", - "OutputType": null, + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSource", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", - "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "OutputType": null, "Variants": [ "Remove", "Remove1", @@ -217100,41 +217289,41 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseOperation", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseReviewSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseReviewSetQuery", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217152,28 +217341,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Command": "Remove-MgComplianceEdiscoveryCaseSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseSetting", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217191,28 +217380,28 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Command": "Remove-MgComplianceEdiscoveryCaseTag", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217230,93 +217419,93 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/contacts/{orgContact-id}", - "Command": "Remove-MgContact", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/contacts/{orgContact-id}", "Command": "Remove-MgContact", - "OutputType": null, + "Uri": "/contacts/{orgContact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/contracts/{contract-id}", - "Command": "Remove-MgContract", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgContact", + "Uri": "/contacts/{orgContact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/contracts/{contract-id}", "Command": "Remove-MgContract", - "OutputType": null, + "Uri": "/contracts/{contract-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgContract", + "Uri": "/contracts/{contract-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Command": "Remove-MgDataPolicyOperation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Command": "Remove-MgDataPolicyOperation", - "OutputType": null, + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDataPolicyOperation", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/devices/{device-id}", - "Command": "Remove-MgDevice", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217326,15 +217515,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/devices/{device-id}", "Command": "Remove-MgDevice", - "OutputType": null, + "Uri": "/devices/{device-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217344,15 +217533,15 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDevice", + "Uri": "/devices/{device-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217362,15 +217551,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217380,15 +217569,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217406,15 +217595,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217432,41 +217621,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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217484,15 +217673,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217510,15 +217699,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217536,15 +217725,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217562,41 +217751,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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Command": "Remove-MgDeviceAppMgtEnterpriseCodeSigningCertificate", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217606,28 +217795,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217637,15 +217826,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217655,15 +217844,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217673,15 +217862,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217691,15 +217880,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217709,15 +217898,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217727,15 +217916,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217753,15 +217942,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217779,145 +217968,145 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Command": "Remove-MgDeviceAppMgtManagedAppPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Command": "Remove-MgDeviceAppMgtManagedAppPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Command": "Remove-MgDeviceAppMgtManagedAppRegistration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Command": "Remove-MgDeviceAppMgtManagedAppRegistration", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -217935,15 +218124,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217961,41 +218150,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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Command": "Remove-MgDeviceAppMgtManagedAppStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Command": "Remove-MgDeviceAppMgtManagedAppStatuses", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Command": "Remove-MgDeviceAppMgtManagedEBook", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedAppStatuses", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218005,15 +218194,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Command": "Remove-MgDeviceAppMgtManagedEBook", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218023,15 +218212,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Command": "Remove-MgDeviceAppMgtManagedEBookAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218041,15 +218230,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Command": "Remove-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218059,15 +218248,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Command": "Remove-MgDeviceAppMgtManagedEBookCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218077,15 +218266,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Command": "Remove-MgDeviceAppMgtManagedEBookDeviceState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedEBookCategory", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218095,15 +218284,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Command": "Remove-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218113,41 +218302,41 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218157,15 +218346,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218175,15 +218364,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218193,15 +218382,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218211,15 +218400,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Command": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218229,15 +218418,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Command": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218247,15 +218436,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Command": "Remove-MgDeviceAppMgtMobileApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218265,15 +218454,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Command": "Remove-MgDeviceAppMgtMobileApp", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218283,15 +218472,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218301,15 +218490,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Command": "Remove-MgDeviceAppMgtMobileAppAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218319,15 +218508,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218337,15 +218526,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Command": "Remove-MgDeviceAppMgtMobileAppCategory", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218355,15 +218544,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218373,15 +218562,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Command": "Remove-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218391,15 +218580,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218409,15 +218598,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218427,15 +218616,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218445,15 +218634,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218463,41 +218652,41 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218507,15 +218696,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218525,41 +218714,41 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppDeviceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218569,28 +218758,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", - "Command": "Remove-MgDeviceAppMgtMobileAppInstallSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppRelationship", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppInstallSummary", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218600,15 +218789,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppUserStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218618,15 +218807,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", - "Command": "Remove-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppUserStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218636,15 +218825,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Command": "Remove-MgDeviceAppMgtPolicySet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218654,15 +218843,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Command": "Remove-MgDeviceAppMgtPolicySetAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtPolicySet", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218672,15 +218861,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Command": "Remove-MgDeviceAppMgtPolicySetItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtPolicySetAssignment", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218690,27 +218879,27 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Command": "Remove-MgDeviceAppMgtSymantecCodeSigningCertificate", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtPolicySetItem", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtSymantecCodeSigningCertificate", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218720,15 +218909,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218738,15 +218927,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218764,15 +218953,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218790,15 +218979,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218816,15 +219005,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218842,41 +219031,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 } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Command": "Remove-MgDeviceAppMgtTask", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218894,15 +219083,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Command": "Remove-MgDeviceAppMgtVppToken", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtTask", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218920,15 +219109,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Command": "Remove-MgDeviceAppMgtVppToken", - "OutputType": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218946,15 +219135,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtVppToken", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218964,15 +219153,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicy", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -218982,28 +219171,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219013,15 +219202,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219039,15 +219228,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219065,15 +219254,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219091,15 +219280,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionWipeAction", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219117,15 +219306,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219143,15 +219332,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219169,15 +219358,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219195,66 +219384,66 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/devices/{device-id}/commands/{command-id}", - "Command": "Remove-MgDeviceCommand", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Command": "Remove-MgDeviceExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceCommand", + "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/devices/{device-id}/extensions/{extension-id}", "Command": "Remove-MgDeviceExtension", - "OutputType": null, + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceExtension", + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219264,15 +219453,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Command": "Remove-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219282,15 +219471,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Command": "Remove-MgDeviceManagementAndroidForWorkAppConfigurationSchema", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219300,15 +219489,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Command": "Remove-MgDeviceManagementAndroidForWorkEnrollmentProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219318,39 +219507,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/androidForWorkSettings", "Command": "Remove-MgDeviceManagementAndroidForWorkSetting", - "OutputType": null, + "Uri": "/deviceManagement/androidForWorkSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "Command": "Remove-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Permissions": [] + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Command": "Remove-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219360,39 +219549,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/applePushNotificationCertificate", "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", - "OutputType": null, + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219402,15 +219591,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219420,15 +219609,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Command": "Remove-MgDeviceManagementAssignmentFilter", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219438,15 +219627,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Command": "Remove-MgDeviceManagementAuditEvent", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219456,15 +219645,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Command": "Remove-MgDeviceManagementAuditEvent", - "OutputType": null, + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219474,15 +219663,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Command": "Remove-MgDeviceManagementAutopilotEvent", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219492,15 +219681,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Command": "Remove-MgDeviceManagementAutopilotEventPolicyStatusDetail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219510,15 +219699,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Command": "Remove-MgDeviceManagementCartToClassAssociation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219528,15 +219717,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Command": "Remove-MgDeviceManagementCategory", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219546,15 +219735,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Command": "Remove-MgDeviceManagementCategorySettingDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCategory", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219564,15 +219753,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Command": "Remove-MgDeviceManagementComanagedDevice", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219590,67 +219779,67 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Command": "Remove-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "Command": "Remove-MgDeviceManagementComanagedDeviceCategory", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Remove-MgDeviceManagementComanagedDeviceCompliancePolicyState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Remove-MgDeviceManagementComanagedDeviceConfigurationState", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Command": "Remove-MgDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" @@ -219668,80 +219857,80 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Command": "Remove-MgDeviceManagementComanagedDeviceHealthScriptState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Command": "Remove-MgDeviceManagementComanagedDeviceLogCollectionRequest", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Command": "Remove-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Command": "Remove-MgDeviceManagementComanagedDeviceUserFromSharedAppleDevice", - "OutputType": null, "Variants": [ "Delete", "DeleteExpanded", @@ -219753,41 +219942,41 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDeviceManagementComanagedDeviceUserFromSharedAppleDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionState", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Command": "Remove-MgDeviceManagementComanagementEligibleDevice", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219805,15 +219994,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Command": "Remove-MgDeviceManagementComplianceManagementPartner", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219831,15 +220020,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Command": "Remove-MgDeviceManagementComplianceManagementPartner", - "OutputType": null, + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219857,15 +220046,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Command": "Remove-MgDeviceManagementCompliancePolicy", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219875,15 +220064,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Command": "Remove-MgDeviceManagementCompliancePolicyAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219893,15 +220082,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219911,15 +220100,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219929,15 +220118,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Command": "Remove-MgDeviceManagementCompliancePolicySetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -219947,15 +220136,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementCompliancePolicySetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Remove-MgDeviceManagementComplianceSetting", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -219965,39 +220154,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/conditionalAccessSettings", - "Command": "Remove-MgDeviceManagementConditionalAccessSetting", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/conditionalAccessSettings", "Command": "Remove-MgDeviceManagementConditionalAccessSetting", - "OutputType": null, + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Command": "Remove-MgDeviceManagementConfigurationPolicy", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -220007,15 +220196,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Command": "Remove-MgDeviceManagementConfigurationPolicyAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220025,15 +220214,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Command": "Remove-MgDeviceManagementConfigurationPolicySetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220043,15 +220232,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplate", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220061,15 +220250,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220079,15 +220268,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220097,15 +220286,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Remove-MgDeviceManagementConfigurationSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220115,15 +220304,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Command": "Remove-MgDeviceManagementDataSharingConsent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220141,15 +220330,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Command": "Remove-MgDeviceManagementDepOnboardingSetting", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -220159,15 +220348,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Command": "Remove-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220177,15 +220366,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Command": "Remove-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220195,28 +220384,28 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Command": "Remove-MgDeviceManagementDerivedCredentials", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Command": "Remove-MgDeviceManagementDetectedApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDerivedCredentials", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220234,15 +220423,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Command": "Remove-MgDeviceManagementDetectedApp", - "OutputType": null, + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220260,15 +220449,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Command": "Remove-MgDeviceManagementDeviceCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220286,15 +220475,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Command": "Remove-MgDeviceManagementDeviceCategory", - "OutputType": null, + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220312,15 +220501,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220330,15 +220519,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220348,15 +220537,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220366,15 +220555,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220384,15 +220573,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220402,15 +220591,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220420,39 +220609,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220462,15 +220651,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220480,41 +220669,41 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220524,15 +220713,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220542,15 +220731,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220560,15 +220749,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220578,15 +220767,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220596,15 +220785,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220614,15 +220803,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220632,15 +220821,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220650,15 +220839,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220668,15 +220857,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220686,41 +220875,41 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Command": "Remove-MgDeviceManagementDeviceConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220730,15 +220919,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Command": "Remove-MgDeviceManagementDeviceConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220748,15 +220937,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220766,15 +220955,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220784,15 +220973,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationConflictSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220802,15 +220991,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationConflictSummary", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220820,15 +221009,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220838,39 +221027,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220880,15 +221069,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220898,41 +221087,41 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationGroupAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220942,15 +221131,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -220960,15 +221149,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -220978,27 +221167,27 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStateSummary", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStateSummary", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221008,15 +221197,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221026,41 +221215,41 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221078,15 +221267,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221104,15 +221293,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221130,15 +221319,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221156,15 +221345,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Command": "Remove-MgDeviceManagementDeviceHealthScript", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -221182,15 +221371,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Command": "Remove-MgDeviceManagementDeviceHealthScriptAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221208,15 +221397,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Command": "Remove-MgDeviceManagementDeviceHealthScriptDeviceRunState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221234,28 +221423,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Command": "Remove-MgDeviceManagementDeviceHealthScriptRunSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Command": "Remove-MgDeviceManagementDeviceShellScript", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceHealthScriptRunSummary", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221273,15 +221462,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Command": "Remove-MgDeviceManagementDeviceShellScriptAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221299,15 +221488,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Remove-MgDeviceManagementDeviceShellScriptDeviceRunState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221325,15 +221514,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Command": "Remove-MgDeviceManagementDeviceShellScriptGroupAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221351,15 +221540,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221377,28 +221566,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Command": "Remove-MgDeviceManagementDomainJoinConnector", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -221408,15 +221597,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePool", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -221426,15 +221615,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221444,15 +221633,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221462,15 +221651,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Command": "Remove-MgDeviceManagementExchangeConnector", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221488,15 +221677,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Command": "Remove-MgDeviceManagementExchangeConnector", - "OutputType": null, + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221514,43 +221703,61 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicy", - "OutputType": null, + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", - "OutputType": null, + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Command": "Remove-MgDeviceManagementGroupPolicyCategory", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221560,15 +221767,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "Command": "Remove-MgDeviceManagementGroupPolicyConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221578,15 +221785,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221596,15 +221803,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221614,15 +221821,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221632,163 +221839,145 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "Command": "Remove-MgDeviceManagementGroupPolicyDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - } - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionFile", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReport", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -221798,15 +221987,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221816,15 +222005,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221834,15 +222023,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Command": "Remove-MgDeviceManagementGroupPolicyObjectFile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221852,15 +222041,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementGroupPolicyObjectFile", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", - "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFile", - "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" @@ -221870,28 +222059,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", - "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", @@ -221903,15 +222092,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Command": "Remove-MgDeviceManagementImportedDeviceIdentity", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -221921,15 +222110,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementImportedDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221939,15 +222128,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": null, + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221957,15 +222146,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Command": "Remove-MgDeviceManagementIntent", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -221975,15 +222164,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Command": "Remove-MgDeviceManagementIntentAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntent", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -221993,15 +222182,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Command": "Remove-MgDeviceManagementIntentCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentAssignment", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222011,15 +222200,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Command": "Remove-MgDeviceManagementIntentCategorySetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentCategory", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222029,15 +222218,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Command": "Remove-MgDeviceManagementIntentDeviceSettingStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentCategorySetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222047,15 +222236,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Command": "Remove-MgDeviceManagementIntentDeviceState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentDeviceSettingStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222065,28 +222254,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Command": "Remove-MgDeviceManagementIntentDeviceStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentDeviceState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Command": "Remove-MgDeviceManagementIntentSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentDeviceStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222096,15 +222285,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Command": "Remove-MgDeviceManagementIntentUserState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222114,28 +222303,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Command": "Remove-MgDeviceManagementIntentUserStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentUserState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntentUserStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Command": "Remove-MgDeviceManagementIntuneBrandingProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -222145,15 +222334,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Command": "Remove-MgDeviceManagementIntuneBrandingProfileAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntuneBrandingProfile", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222163,15 +222352,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Command": "Remove-MgDeviceManagementIoUpdateStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222181,15 +222370,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Command": "Remove-MgDeviceManagementIoUpdateStatuses", - "OutputType": null, + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222199,15 +222388,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIoUpdateStatuses", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -222217,15 +222406,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222235,15 +222424,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222253,15 +222442,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Command": "Remove-MgDeviceManagementManagedDevice", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222279,15 +222468,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Command": "Remove-MgDeviceManagementManagedDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222305,106 +222494,106 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Command": "Remove-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Command": "Remove-MgDeviceManagementManagedDeviceCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Command": "Remove-MgDeviceManagementManagedDeviceCategory", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Command": "Remove-MgDeviceManagementManagedDeviceEncryptionState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222414,15 +222603,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" @@ -222440,80 +222629,80 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Command": "Remove-MgDeviceManagementManagedDeviceHealthScriptState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Command": "Remove-MgDeviceManagementManagedDeviceMobileAppConfigurationState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "OutputType": null, "Variants": [ "Delete", "DeleteExpanded", @@ -222525,15 +222714,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteExpanded1", @@ -222545,41 +222734,59 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "Command": "Remove-MgDeviceManagementMicrosoftTunnelConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222589,15 +222796,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "Command": "Remove-MgDeviceManagementMicrosoftTunnelHealthThreshold", - "OutputType": null, + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222607,15 +222814,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "Command": "Remove-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "OutputType": null, + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222625,15 +222832,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "Command": "Remove-MgDeviceManagementMicrosoftTunnelSite", - "OutputType": null, + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222643,15 +222850,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "Command": "Remove-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222661,33 +222868,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "Command": "Remove-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -222697,15 +222886,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222723,15 +222912,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -222749,15 +222938,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": null, + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222775,15 +222964,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Command": "Remove-MgDeviceManagementNdeConnector", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222793,15 +222982,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNdeConnector", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222811,15 +223000,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", - "OutputType": null, + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222829,15 +223018,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222847,15 +223036,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": null, + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -222865,15 +223054,15 @@ "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 - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Command": "Remove-MgDeviceManagementPartner", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -222891,15 +223080,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Command": "Remove-MgDeviceManagementPartner", - "OutputType": null, + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222917,15 +223106,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Command": "Remove-MgDeviceManagementRemoteActionAudit", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -222943,15 +223132,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -222969,15 +223158,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", - "OutputType": null, + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222995,39 +223184,39 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/reports", - "Command": "Remove-MgDeviceManagementReport", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/reports", "Command": "Remove-MgDeviceManagementReport", - "OutputType": null, + "Uri": "/deviceManagement/reports", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] + "Permissions": [], + "Module": "Reports", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementReport", + "Uri": "/deviceManagement/reports", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Command": "Remove-MgDeviceManagementResourceAccessProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223037,15 +223226,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Command": "Remove-MgDeviceManagementResourceAccessProfileAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223055,15 +223244,15 @@ "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 - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Command": "Remove-MgDeviceManagementResourceOperation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223081,15 +223270,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Command": "Remove-MgDeviceManagementResourceOperation", - "OutputType": null, + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223107,15 +223296,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Remove-MgDeviceManagementReusableSetting", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223125,15 +223314,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Command": "Remove-MgDeviceManagementRoleAssignment", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223151,15 +223340,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Command": "Remove-MgDeviceManagementRoleAssignment", - "OutputType": null, + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223177,15 +223366,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Command": "Remove-MgDeviceManagementRoleDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223203,15 +223392,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Command": "Remove-MgDeviceManagementRoleDefinition", - "OutputType": null, + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223229,15 +223418,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223255,15 +223444,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": null, + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223281,15 +223470,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Command": "Remove-MgDeviceManagementRoleScopeTag", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223307,41 +223496,41 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Command": "Remove-MgDeviceManagementRoleScopeTagAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleScopeTagAssignment", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Command": "Remove-MgDeviceManagementScript", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Command": "Remove-MgDeviceManagementScriptAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementScript", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223359,15 +223548,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Remove-MgDeviceManagementScriptDeviceRunState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223385,15 +223574,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Command": "Remove-MgDeviceManagementScriptGroupAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223411,15 +223600,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Command": "Remove-MgDeviceManagementScriptUserRunState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223437,15 +223626,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Remove-MgDeviceManagementScriptUserRunStateDeviceRunState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223463,15 +223652,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Command": "Remove-MgDeviceManagementSettingDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223481,15 +223670,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223499,15 +223688,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": null, + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223517,15 +223706,15 @@ "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 - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Command": "Remove-MgDeviceManagementTemplate", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223535,15 +223724,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Command": "Remove-MgDeviceManagementTemplateCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTemplate", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223553,15 +223742,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Command": "Remove-MgDeviceManagementTemplateCategoryRecommendedSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223571,15 +223760,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Command": "Remove-MgDeviceManagementTemplateMigratableTo", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223589,54 +223778,54 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "Command": "Remove-MgDeviceManagementTemplateMigratableToCategory", - "OutputType": null, + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Command": "Remove-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "OutputType": null, + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "Command": "Remove-MgDeviceManagementTemplateMigratableToSetting", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Command": "Remove-MgDeviceManagementTemplateSetting", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223646,15 +223835,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Command": "Remove-MgDeviceManagementTermAndCondition", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -223664,15 +223853,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Command": "Remove-MgDeviceManagementTermAndCondition", - "OutputType": null, + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223682,15 +223871,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223700,15 +223889,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": null, + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223718,15 +223907,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223736,15 +223925,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", - "OutputType": null, + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223754,15 +223943,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Command": "Remove-MgDeviceManagementTermAndConditionGroupAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223772,15 +223961,15 @@ "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 - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Command": "Remove-MgDeviceManagementTroubleshootingEvent", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223790,15 +223979,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Command": "Remove-MgDeviceManagementTroubleshootingEvent", - "OutputType": null, + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223808,15 +223997,41 @@ "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 - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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 + } + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomaly", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223834,15 +224049,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223860,15 +224075,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223886,15 +224101,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223912,15 +224127,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223938,15 +224153,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223964,15 +224179,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -223990,15 +224205,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224016,15 +224231,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224042,15 +224257,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224068,66 +224283,40 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224145,15 +224334,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224171,27 +224360,27 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224209,15 +224398,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224235,15 +224424,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224261,15 +224450,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224287,15 +224476,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224313,53 +224502,53 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224377,15 +224566,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224403,15 +224592,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -224430,15 +224619,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224456,15 +224645,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224482,15 +224671,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224508,15 +224697,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224534,28 +224723,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224573,15 +224762,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticImpactingProcess", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224599,15 +224788,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224625,15 +224814,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224651,15 +224840,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224677,27 +224866,27 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticRemoteConnection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224715,15 +224904,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticResourcePerformance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224741,15 +224930,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224767,27 +224956,27 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224805,15 +224994,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224831,15 +225020,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224857,15 +225046,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Command": "Remove-MgDeviceManagementUserPfxCertificate", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -224875,27 +225064,27 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Command": "Remove-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224905,41 +225094,41 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointExternalPartnerSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremisesConnection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224949,27 +225138,27 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Command": "Remove-MgDeviceManagementVirtualEndpointOrganizationSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointOrganizationSetting", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -224979,105 +225168,105 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/reports", - "Command": "Remove-MgDeviceManagementVirtualEndpointReport", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointReport", + "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "Command": "Remove-MgDeviceManagementVirtualEndpointReportExportJob", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "Command": "Remove-MgDeviceManagementVirtualEndpointServicePlan", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", "Command": "Remove-MgDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "Command": "Remove-MgDeviceManagementVirtualEndpointSnapshot", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "Command": "Remove-MgDeviceManagementVirtualEndpointSupportedRegion", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -225087,28 +225276,28 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -225118,41 +225307,41 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225162,15 +225351,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity", - "OutputType": null, + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225180,27 +225369,27 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotSettings", - "Command": "Remove-MgDeviceManagementWindowAutopilotSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowAutopilotSetting", + "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225210,15 +225399,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfileAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225228,15 +225417,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Command": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225246,15 +225435,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Command": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": null, + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225264,15 +225453,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Command": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225282,15 +225471,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Command": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": null, + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225300,15 +225489,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Command": "Remove-MgDeviceManagementWindowMalwareInformation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225326,15 +225515,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Command": "Remove-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225352,15 +225541,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Command": "Remove-MgDeviceRegisteredOwnerByRef", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -225370,15 +225559,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "Command": "Remove-MgDeviceRegisteredOwnerByRef", - "OutputType": null, + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225388,15 +225577,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Command": "Remove-MgDeviceRegisteredUserByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredOwnerByRef", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225406,15 +225595,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "Command": "Remove-MgDeviceRegisteredUserByRef", - "OutputType": null, + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225424,28 +225613,28 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Command": "Remove-MgDeviceUsageRights", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Command": "Remove-MgDirectoryAdministrativeUnit", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceUsageRights", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225455,15 +225644,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Command": "Remove-MgDirectoryAdministrativeUnit", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225473,41 +225662,41 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Command": "Remove-MgDirectoryAdministrativeUnitExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Command": "Remove-MgDirectoryAdministrativeUnitExtension", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225517,15 +225706,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225535,15 +225724,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225553,15 +225742,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225571,93 +225760,93 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Command": "Remove-MgDirectoryAttributeSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/attributeSets/{attributeSet-id}", "Command": "Remove-MgDirectoryAttributeSet", - "OutputType": null, + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAttributeSet", + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": null, + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": null, + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Command": "Remove-MgDirectoryDeletedItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225687,15 +225876,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/deletedItems/{directoryObject-id}", "Command": "Remove-MgDirectoryDeletedItem", - "OutputType": null, + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225725,41 +225914,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Command": "Remove-MgDirectoryFeatureRolloutPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryDeletedItem", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Command": "Remove-MgDirectoryFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryFeatureRolloutPolicy", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Command": "Remove-MgDirectoryFederationConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225777,15 +225966,15 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Command": "Remove-MgDirectoryFederationConfiguration", - "OutputType": null, + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225803,41 +225992,41 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/impactedResources/{impactedResource-id}", - "Command": "Remove-MgDirectoryImpactedResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Command": "Remove-MgDirectoryInboundSharedUserProfile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryImpactedResource", + "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", - "Command": "Remove-MgDirectoryInboundSharedUserProfilePersonalData", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryInboundSharedUserProfile", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveViaIdentity" @@ -225855,15 +226044,15 @@ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDirectoryInboundSharedUserProfilePersonalData", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", + "ApiVersion": "beta" }, { - "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directoryObjects/{directoryObject-id}", - "Command": "Remove-MgDirectoryObject", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225887,15 +226076,15 @@ "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 } - ] - }, - { + ], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directoryObjects/{directoryObject-id}", "Command": "Remove-MgDirectoryObject", - "OutputType": null, + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -225919,67 +226108,67 @@ "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 } - ] + ], + "Module": "DirectoryObjects", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryObject", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Command": "Remove-MgDirectoryOnPremisSynchronization", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Command": "Remove-MgDirectoryOnPremisSynchronization", - "OutputType": null, + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Command": "Remove-MgDirectoryOutboundSharedUserProfile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryOnPremisSynchronization", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", - "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenantPersonalData", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveViaIdentity" @@ -225997,54 +226186,54 @@ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/recommendations/{recommendation-id}", - "Command": "Remove-MgDirectoryRecommendation", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenantPersonalData", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}", - "Command": "Remove-MgDirectoryRole", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}", "Command": "Remove-MgDirectoryRole", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Command": "Remove-MgDirectoryRoleMemberByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRole", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -226054,15 +226243,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "Command": "Remove-MgDirectoryRoleMemberByRef", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -226072,67 +226261,67 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Command": "Remove-MgDirectoryRoleScopedMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Command": "Remove-MgDirectoryRoleScopedMember", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Command": "Remove-MgDirectoryRoleTemplate", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleScopedMember", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Command": "Remove-MgDirectoryRoleTemplate", - "OutputType": null, + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/settings/{directorySetting-id}", - "Command": "Remove-MgDirectorySetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -226150,41 +226339,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Command": "Remove-MgDirectorySettingTemplate", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectorySetting", + "Uri": "/settings/{directorySetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Command": "Remove-MgDirectorySharedEmailDomain", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectorySettingTemplate", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/domains/{domain-id}", - "Command": "Remove-MgDomain", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectorySharedEmailDomain", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -226194,15 +226383,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/domains/{domain-id}", "Command": "Remove-MgDomain", - "OutputType": null, + "Uri": "/domains/{domain-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -226212,15 +226401,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Command": "Remove-MgDomainFederationConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomain", + "Uri": "/domains/{domain-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -226230,15 +226419,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Command": "Remove-MgDomainFederationConfiguration", - "OutputType": null, + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -226248,106 +226437,106 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Command": "Remove-MgDomainServiceConfigurationRecord", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomainFederationConfiguration", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Command": "Remove-MgDomainServiceConfigurationRecord", - "OutputType": null, + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Command": "Remove-MgDomainSharedEmailDomainInvitation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Command": "Remove-MgDomainVerificationDnsRecord", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomainSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Command": "Remove-MgDomainVerificationDnsRecord", - "OutputType": null, + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}", - "Command": "Remove-MgDrive", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}", "Command": "Remove-MgDrive", - "OutputType": null, + "Uri": "/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Command": "Remove-MgDriveItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDrive", + "Uri": "/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -226371,15 +226560,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Command": "Remove-MgDriveItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -226403,197 +226592,197 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Remove-MgDriveItemAnalytic", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Remove-MgDriveItemAnalytic", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgDriveItemAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgDriveItemAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Remove-MgDriveItemListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Remove-MgDriveItemListItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgDriveItemListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Remove-MgDriveItemListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Remove-MgDriveItemListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Remove-MgDriveItemListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Remove-MgDriveItemListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgDriveItemListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Remove-MgDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Remove-MgDriveItemPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -226617,15 +226806,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Remove-MgDriveItemPermission", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -226649,769 +226838,769 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Remove-MgDriveItemRetentionLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Remove-MgDriveItemSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Remove-MgDriveItemSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Remove-MgDriveItemThumbnail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Remove-MgDriveItemThumbnail", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Remove-MgDriveItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Remove-MgDriveItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list", - "Command": "Remove-MgDriveList", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list", "Command": "Remove-MgDriveList", - "OutputType": null, + "Uri": "/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Remove-MgDriveListColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveList", + "Uri": "/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Remove-MgDriveListColumn", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Remove-MgDriveListContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListColumn", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Remove-MgDriveListContentType", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgDriveListContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgDriveListContentTypeColumn", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgDriveListContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgDriveListContentTypeColumnLink", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Remove-MgDriveListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Command": "Remove-MgDriveListItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItem", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Remove-MgDriveListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Remove-MgDriveListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Remove-MgDriveListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Remove-MgDriveListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgDriveListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Remove-MgDriveListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Remove-MgDriveListOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Remove-MgDriveListOperation", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Remove-MgDriveListSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListOperation", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Remove-MgDriveListSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root", - "Command": "Remove-MgDriveRoot", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root", "Command": "Remove-MgDriveRoot", - "OutputType": null, + "Uri": "/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics", - "Command": "Remove-MgDriveRootAnalytic", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRoot", + "Uri": "/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics", "Command": "Remove-MgDriveRootAnalytic", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgDriveRootAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalytic", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgDriveRootAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem", - "Command": "Remove-MgDriveRootListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem", "Command": "Remove-MgDriveRootListItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgDriveRootListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItem", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Command": "Remove-MgDriveRootListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/fields", "Command": "Remove-MgDriveRootListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Remove-MgDriveRootListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Remove-MgDriveRootListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgDriveRootListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Remove-MgDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Remove-MgDriveRootPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Remove-MgDriveRootPermission", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Command": "Remove-MgDriveRootRetentionLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Remove-MgDriveRootSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Remove-MgDriveRootSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Remove-MgDriveRootThumbnail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Remove-MgDriveRootThumbnail", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Remove-MgDriveRootVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Remove-MgDriveRootVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}", - "Command": "Remove-MgEducationClass", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}", "Command": "Remove-MgEducationClass", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Command": "Remove-MgEducationClassAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClass", + "Uri": "/education/classes/{educationClass-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227429,15 +227618,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Command": "Remove-MgEducationClassAssignment", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227455,15 +227644,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Command": "Remove-MgEducationClassAssignmentCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227481,15 +227670,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Command": "Remove-MgEducationClassAssignmentCategory", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227507,15 +227696,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Command": "Remove-MgEducationClassAssignmentCategoryByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227532,16 +227721,16 @@ "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 - } - ] - }, - { + } + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Command": "Remove-MgEducationClassAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227559,41 +227748,41 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Command": "Remove-MgEducationClassAssignmentDefault", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Command": "Remove-MgEducationClassAssignmentDefault", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Remove-MgEducationClassAssignmentResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227611,15 +227800,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Remove-MgEducationClassAssignmentResource", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227637,15 +227826,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Command": "Remove-MgEducationClassAssignmentRubric", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227663,15 +227852,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Command": "Remove-MgEducationClassAssignmentRubric", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227689,15 +227878,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Remove-MgEducationClassAssignmentRubricByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227715,15 +227904,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Remove-MgEducationClassAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227741,67 +227930,67 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Command": "Remove-MgEducationClassAssignmentSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Command": "Remove-MgEducationClassAssignmentSetting", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Remove-MgEducationClassAssignmentSubmission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Remove-MgEducationClassAssignmentSubmission", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227819,15 +228008,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227845,15 +228034,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Remove-MgEducationClassAssignmentSubmissionResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227871,15 +228060,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Remove-MgEducationClassAssignmentSubmissionResource", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -227897,351 +228086,351 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "Command": "Remove-MgEducationClassMemberByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", "Command": "Remove-MgEducationClassMemberByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "Command": "Remove-MgEducationClassTeacherByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", "Command": "Remove-MgEducationClassTeacherByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me", - "Command": "Remove-MgEducationMe", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassTeacherByRef", + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me", "Command": "Remove-MgEducationMe", - "OutputType": null, + "Uri": "/education/me", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "Command": "Remove-MgEducationMeAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMe", + "Uri": "/education/me", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}", "Command": "Remove-MgEducationMeAssignment", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Command": "Remove-MgEducationMeAssignmentCategoryByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Command": "Remove-MgEducationMeAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Remove-MgEducationMeAssignmentResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentCategoryByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Remove-MgEducationMeAssignmentResource", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Command": "Remove-MgEducationMeAssignmentRubric", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Command": "Remove-MgEducationMeAssignmentRubric", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Remove-MgEducationMeAssignmentRubricByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Remove-MgEducationMeAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Remove-MgEducationMeAssignmentSubmission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Remove-MgEducationMeAssignmentSubmission", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Remove-MgEducationMeAssignmentSubmissionResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Remove-MgEducationMeAssignmentSubmissionResource", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Command": "Remove-MgEducationMeRubric", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228259,15 +228448,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/me/rubrics/{educationRubric-id}", "Command": "Remove-MgEducationMeRubric", - "OutputType": null, + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228285,93 +228474,93 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}", - "Command": "Remove-MgEducationSchool", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}", "Command": "Remove-MgEducationSchool", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "Command": "Remove-MgEducationSchoolClassByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", "Command": "Remove-MgEducationSchoolClassByRef", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "Command": "Remove-MgEducationSchoolUserByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSchoolClassByRef", + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", "Command": "Remove-MgEducationSchoolUserByRef", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Command": "Remove-MgEducationSynchronizationProfile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSchoolUserByRef", + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228381,327 +228570,327 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Command": "Remove-MgEducationSynchronizationProfileError", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Command": "Remove-MgEducationSynchronizationProfileStatus", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}", - "Command": "Remove-MgEducationUser", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSynchronizationProfileStatus", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}", "Command": "Remove-MgEducationUser", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Command": "Remove-MgEducationUserAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUser", + "Uri": "/education/users/{educationUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Command": "Remove-MgEducationUserAssignment", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Command": "Remove-MgEducationUserAssignmentCategoryByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Command": "Remove-MgEducationUserAssignmentCategoryByRef", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Remove-MgEducationUserAssignmentResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentCategoryByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Remove-MgEducationUserAssignmentResource", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Command": "Remove-MgEducationUserAssignmentRubric", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Command": "Remove-MgEducationUserAssignmentRubric", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Remove-MgEducationUserAssignmentRubricByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubric", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Remove-MgEducationUserAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Remove-MgEducationUserAssignmentSubmission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubricByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Remove-MgEducationUserAssignmentSubmission", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Remove-MgEducationUserAssignmentSubmissionResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Remove-MgEducationUserAssignmentSubmissionResource", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Command": "Remove-MgEducationUserRubric", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Command": "Remove-MgEducationUserRubric", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserRubric", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Command": "Remove-MgEntitlementManagementAccessPackage", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228711,15 +228900,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Command": "Remove-MgEntitlementManagementAccessPackage", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228729,80 +228918,80 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStep", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStep", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228812,41 +229001,41 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228856,15 +229045,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageCatalog", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228874,28 +229063,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Command": "Remove-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228905,15 +229094,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228923,15 +229112,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228941,15 +229130,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228959,15 +229148,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -228977,54 +229166,54 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Command": "Remove-MgEntitlementManagementAccessPackageResourceRequest", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "Command": "Remove-MgEntitlementManagementAssignment", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Command": "Remove-MgEntitlementManagementAssignmentPolicy", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -229034,28 +229223,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Command": "Remove-MgEntitlementManagementAssignmentRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229065,15 +229254,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Command": "Remove-MgEntitlementManagementCatalog", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229083,67 +229272,67 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Command": "Remove-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "Command": "Remove-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Command": "Remove-MgEntitlementManagementConnectedOrganization", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229153,15 +229342,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Command": "Remove-MgEntitlementManagementConnectedOrganization", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229171,15 +229360,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229189,15 +229378,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229207,15 +229396,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229225,15 +229414,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229243,28 +229432,28 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Command": "Remove-MgEntitlementManagementSubject", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementSubject", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiVersion": "beta" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}", - "Command": "Remove-MgExternalConnection", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229282,15 +229471,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}", "Command": "Remove-MgExternalConnection", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229308,15 +229497,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Command": "Remove-MgExternalConnectionGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229334,15 +229523,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Command": "Remove-MgExternalConnectionGroup", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229360,15 +229549,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Command": "Remove-MgExternalConnectionGroupMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229386,15 +229575,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Command": "Remove-MgExternalConnectionGroupMember", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229412,15 +229601,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Command": "Remove-MgExternalConnectionItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229438,15 +229627,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Command": "Remove-MgExternalConnectionItem", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229464,93 +229653,93 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Command": "Remove-MgExternalConnectionItemActivity", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Command": "Remove-MgExternalConnectionOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Command": "Remove-MgExternalConnectionOperation", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/quota", - "Command": "Remove-MgExternalConnectionQuota", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/schema", - "Command": "Remove-MgExternalConnectionSchema", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionQuota", + "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/schema", "Command": "Remove-MgExternalConnectionSchema", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Command": "Remove-MgExternalIndustryDataConnector", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229560,15 +229749,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Command": "Remove-MgExternalIndustryDataInboundFlow", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229578,54 +229767,54 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } + }, + "Module": "Search", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", "Command": "Remove-MgExternalIndustryDataOperation", - "OutputType": null, + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "Command": "Remove-MgExternalIndustryDataReferenceDefinition", - "OutputType": null, + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", "Command": "Remove-MgExternalIndustryDataRoleGroup", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiVersion": "beta" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Command": "Remove-MgExternalIndustryDataSourceSystem", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -229635,15 +229824,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Command": "Remove-MgExternalIndustryDataYear", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalIndustryDataSourceSystem", + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229653,15 +229842,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } + }, + "Module": "Search", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalIndustryDataYear", + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Command": "Remove-MgFinancialCompanyCountryRegion", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -229671,15 +229860,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Command": "Remove-MgFinancialCompanyCurrency", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCountryRegion", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229689,15 +229878,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Command": "Remove-MgFinancialCompanyCustomer", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCurrency", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229707,93 +229896,93 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } + }, + "Module": "Financials", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCustomer", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "Command": "Remove-MgFinancialCompanyCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "Command": "Remove-MgFinancialCompanyCustomerPayment", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournal", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -229803,15 +229992,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournal", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229821,149 +230010,149 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } + }, + "Module": "Financials", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Command": "Remove-MgFinancialCompanyCustomerPaymentMethod", - "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Command": "Remove-MgFinancialCompanyCustomerPaymentTerm", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCustomerPaymentMethod", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Command": "Remove-MgFinancialCompanyCustomerPicture", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCustomerPaymentTerm", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Command": "Remove-MgFinancialCompanyCustomerShipmentMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCustomerPicture", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Command": "Remove-MgFinancialCompanyEmployee", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -229973,28 +230162,28 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Command": "Remove-MgFinancialCompanyEmployeePicture", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyEmployee", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Command": "Remove-MgFinancialCompanyItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyEmployeePicture", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230004,15 +230193,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Command": "Remove-MgFinancialCompanyItemCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyItem", + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -230024,28 +230213,28 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Command": "Remove-MgFinancialCompanyItemPicture", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyItemCategory", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Command": "Remove-MgFinancialCompanyJournal", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyItemPicture", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230055,30 +230244,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Command": "Remove-MgFinancialCompanyJournalLine", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyJournal", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Command": "Remove-MgFinancialCompanyPaymentMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyJournalLine", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230088,15 +230277,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Command": "Remove-MgFinancialCompanyPaymentTerm", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyPaymentMethod", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230106,806 +230295,824 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } + }, + "Module": "Financials", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgFinancialCompanyPaymentTerm", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "Command": "Remove-MgFinancialCompanyPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendor", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "Command": "Remove-MgFinancialCompanySaleCreditMemoCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "Command": "Remove-MgFinancialCompanySaleCreditMemoPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "Command": "Remove-MgFinancialCompanySaleInvoiceCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "Command": "Remove-MgFinancialCompanySaleInvoiceLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "Command": "Remove-MgFinancialCompanySaleInvoicePaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "Command": "Remove-MgFinancialCompanySaleInvoiceShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "Command": "Remove-MgFinancialCompanySaleOrderCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "Command": "Remove-MgFinancialCompanySaleOrderCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "Command": "Remove-MgFinancialCompanySaleOrderCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleOrderCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "Command": "Remove-MgFinancialCompanySaleOrderCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "Command": "Remove-MgFinancialCompanySaleOrderLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "Command": "Remove-MgFinancialCompanySaleOrderLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleOrderLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "Command": "Remove-MgFinancialCompanySaleOrderPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "Command": "Remove-MgFinancialCompanySaleQuoteCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "Command": "Remove-MgFinancialCompanySaleQuoteCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "Command": "Remove-MgFinancialCompanySaleQuoteLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "Command": "Remove-MgFinancialCompanySaleQuoteLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "Command": "Remove-MgFinancialCompanySaleQuoteLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "Command": "Remove-MgFinancialCompanySaleQuotePaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Command": "Remove-MgFinancialCompanySaleQuoteShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "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 + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "Command": "Remove-MgFinancialCompanyShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230915,15 +231122,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "Command": "Remove-MgFinancialCompanyTaxArea", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230933,15 +231140,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "Command": "Remove-MgFinancialCompanyTaxGroup", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230951,15 +231158,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "Command": "Remove-MgFinancialCompanyUnitOfMeasure", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -230969,85 +231176,67 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Command": "Remove-MgFinancialCompanyVendor", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - } - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "Command": "Remove-MgFinancialCompanyVendorCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "Command": "Remove-MgFinancialCompanyVendorPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "Command": "Remove-MgFinancialCompanyVendorPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "Command": "Remove-MgFinancialCompanyVendorPicture", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}", - "Command": "Remove-MgGroup", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -231057,15 +231246,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}", "Command": "Remove-MgGroup", - "OutputType": null, + "Uri": "/groups/{group-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -231075,41 +231264,41 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "Command": "Remove-MgGroupAcceptedSenderByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroup", + "Uri": "/groups/{group-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "Command": "Remove-MgGroupAcceptedSenderByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupAcceptedSenderByRef", + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Remove-MgGroupAppRoleAssignment", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -231119,15 +231308,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Remove-MgGroupAppRoleAssignment", - "OutputType": null, + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -231137,41 +231326,41 @@ "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 - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Command": "Remove-MgGroupCalendarPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -231181,15 +231370,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Command": "Remove-MgGroupCalendarPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -231199,41 +231388,41 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Command": "Remove-MgGroupConversation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -231243,15 +231432,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Command": "Remove-MgGroupConversation", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -231261,15 +231450,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Command": "Remove-MgGroupConversationThread", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversation", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -231279,15 +231468,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Command": "Remove-MgGroupConversationThread", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -231297,1250 +231486,1250 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Command": "Remove-MgGroupConversationThreadPostAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Command": "Remove-MgGroupConversationThreadPostAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Command": "Remove-MgGroupConversationThreadPostExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Command": "Remove-MgGroupConversationThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Command": "Remove-MgGroupConversationThreadPostInReplyToMention", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Command": "Remove-MgGroupConversationThreadPostMention", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostMention", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "Command": "Remove-MgGroupDrive", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}", "Command": "Remove-MgGroupDrive", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Command": "Remove-MgGroupDriveItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Command": "Remove-MgGroupDriveItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Remove-MgGroupDriveItemAnalytic", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Remove-MgGroupDriveItemAnalytic", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Remove-MgGroupDriveItemListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Remove-MgGroupDriveItemListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Remove-MgGroupDriveItemListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Remove-MgGroupDriveItemListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Remove-MgGroupDriveItemListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Remove-MgGroupDriveItemListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgGroupDriveItemListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Remove-MgGroupDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Remove-MgGroupDriveItemPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Remove-MgGroupDriveItemPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Remove-MgGroupDriveItemRetentionLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Remove-MgGroupDriveItemSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Remove-MgGroupDriveItemSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Remove-MgGroupDriveItemThumbnail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Remove-MgGroupDriveItemThumbnail", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Remove-MgGroupDriveItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Remove-MgGroupDriveItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Command": "Remove-MgGroupDriveList", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Command": "Remove-MgGroupDriveList", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Remove-MgGroupDriveListColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Remove-MgGroupDriveListColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Remove-MgGroupDriveListContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Remove-MgGroupDriveListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgGroupDriveListContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgGroupDriveListContentTypeColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgGroupDriveListContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgGroupDriveListContentTypeColumnLink", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Remove-MgGroupDriveListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Command": "Remove-MgGroupDriveListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Remove-MgGroupDriveListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Remove-MgGroupDriveListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Remove-MgGroupDriveListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Remove-MgGroupDriveListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgGroupDriveListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Remove-MgGroupDriveListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Remove-MgGroupDriveListOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Remove-MgGroupDriveListOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Remove-MgGroupDriveListSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Remove-MgGroupDriveListSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Command": "Remove-MgGroupDriveRoot", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Command": "Remove-MgGroupDriveRoot", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Command": "Remove-MgGroupDriveRootAnalytic", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "Command": "Remove-MgGroupDriveRootAnalytic", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Command": "Remove-MgGroupDriveRootListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Command": "Remove-MgGroupDriveRootListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Command": "Remove-MgGroupDriveRootListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Command": "Remove-MgGroupDriveRootListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Remove-MgGroupDriveRootListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Remove-MgGroupDriveRootListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgGroupDriveRootListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Remove-MgGroupDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Remove-MgGroupDriveRootPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Remove-MgGroupDriveRootPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Command": "Remove-MgGroupDriveRootRetentionLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Remove-MgGroupDriveRootSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Remove-MgGroupDriveRootSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Remove-MgGroupDriveRootThumbnail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Remove-MgGroupDriveRootThumbnail", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Remove-MgGroupDriveRootVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Remove-MgGroupDriveRootVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Command": "Remove-MgGroupEndpoint", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}", - "Command": "Remove-MgGroupEvent", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -232558,15 +232747,15 @@ "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 } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}", "Command": "Remove-MgGroupEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -232584,405 +232773,405 @@ "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 } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Command": "Remove-MgGroupEventAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Command": "Remove-MgGroupEventAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Command": "Remove-MgGroupEventExtension", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Command": "Remove-MgGroupEventExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Command": "Remove-MgGroupEventInstanceAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventExtension", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Command": "Remove-MgGroupEventInstanceAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceAttachment", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Command": "Remove-MgGroupEventInstanceExtension", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Command": "Remove-MgGroupEventInstanceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupEventMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupEventSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupEventSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Command": "Remove-MgGroupExtension", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/extensions/{extension-id}", "Command": "Remove-MgGroupExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/removeFavorite", - "Command": "Remove-MgGroupFavorite", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupExtension", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove", "RemoveViaIdentity" @@ -232992,15 +233181,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/removeFavorite", "Command": "Remove-MgGroupFavorite", - "OutputType": null, + "Uri": "/groups/{group-id}/removeFavorite", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove1", "RemoveViaIdentity1" @@ -233010,15 +233199,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "Command": "Remove-MgGroupFromLifecyclePolicy", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgGroupFavorite", + "Uri": "/groups/{group-id}/removeFavorite", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove1", "RemoveExpanded1", @@ -233030,15 +233219,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", "Command": "Remove-MgGroupFromLifecyclePolicy", - "OutputType": null, + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", @@ -233050,15 +233239,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Command": "Remove-MgGroupLifecyclePolicy", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgGroupFromLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -233068,15 +233257,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Command": "Remove-MgGroupLifecyclePolicy", - "OutputType": null, + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -233086,15 +233275,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Command": "Remove-MgGroupMemberByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -233118,15 +233307,15 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Command": "Remove-MgGroupMemberByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -233150,41 +233339,41 @@ "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", "IsAdmin": true } - ] + ], + "Module": "Groups", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupMemberByRef", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Command": "Remove-MgGroupOnenoteNotebook", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Command": "Remove-MgGroupOnenoteNotebook", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Command": "Remove-MgGroupOnenotePage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -233202,15 +233391,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Command": "Remove-MgGroupOnenotePage", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -233228,67 +233417,67 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Command": "Remove-MgGroupOnenoteSection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Command": "Remove-MgGroupOnenoteSection", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Remove-MgGroupOnenoteSectionGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Remove-MgGroupOnenoteSectionGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Command": "Remove-MgGroupOwnerByRef", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -233306,15 +233495,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Command": "Remove-MgGroupOwnerByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -233332,119 +233521,119 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Remove-MgGroupPermissionGrant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOwnerByRef", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Command": "Remove-MgGroupPermissionGrant", - "OutputType": null, + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/photo", - "Command": "Remove-MgGroupPhoto", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/photo", "Command": "Remove-MgGroupPhoto", - "OutputType": null, + "Uri": "/groups/{group-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupPhoto", + "Uri": "/groups/{group-id}/photo", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Command": "Remove-MgGroupPlannerPlanDetail", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Command": "Remove-MgGroupPlannerPlanDetail", - "OutputType": null, + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Planner", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupPlannerPlanDetail", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "Command": "Remove-MgGroupRejectedSenderByRef", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "Command": "Remove-MgGroupRejectedSenderByRef", - "OutputType": null, + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Command": "Remove-MgGroupSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupRejectedSenderByRef", + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -233462,15 +233651,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "Command": "Remove-MgGroupSetting", - "OutputType": null, + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", @@ -233490,883 +233679,896 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSetting", + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/remove", - "Command": "Remove-MgGroupSite", - "OutputType": "IMicrosoftGraphSite", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplateGroupSettingTemplate", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSite1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/remove", "Command": "Remove-MgGroupSite", - "OutputType": "IMicrosoftGraphSite1", + "Uri": "/groups/{group-id}/sites/remove", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove1", "RemoveExpanded1", "RemoveViaIdentity1", "RemoveViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Remove-MgGroupSite", + "Uri": "/groups/{group-id}/sites/remove", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Command": "Remove-MgGroupSiteAnalytic", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "Command": "Remove-MgGroupSiteAnalytic", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalytic", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgGroupSiteColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Command": "Remove-MgGroupSiteColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Command": "Remove-MgGroupSiteContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Command": "Remove-MgGroupSiteContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgGroupSiteContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgGroupSiteContentTypeColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgGroupSiteContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgGroupSiteContentTypeColumnLink", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "Command": "Remove-MgGroupSiteInformationProtection", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Command": "Remove-MgGroupSiteInformationProtectionDataLossPreventionPolicy", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "Command": "Remove-MgGroupSiteInformationProtectionPolicy", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Command": "Remove-MgGroupSiteInformationProtectionPolicyLabel", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Command": "Remove-MgGroupSiteInformationProtectionSensitivityLabel", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Command": "Remove-MgGroupSiteInformationProtectionSensitivityLabelSublabel", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "Command": "Remove-MgGroupSiteInformationProtectionSensitivityPolicySetting", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Command": "Remove-MgGroupSiteInformationProtectionThreatAssessmentRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Command": "Remove-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Command": "Remove-MgGroupSiteList", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Command": "Remove-MgGroupSiteList", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgGroupSiteListColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteList", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Command": "Remove-MgGroupSiteListColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Command": "Remove-MgGroupSiteListContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Command": "Remove-MgGroupSiteListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgGroupSiteListContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgGroupSiteListContentTypeColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgGroupSiteListContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgGroupSiteListContentTypeColumnLink", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Command": "Remove-MgGroupSiteListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Command": "Remove-MgGroupSiteListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItem", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Command": "Remove-MgGroupSiteListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Command": "Remove-MgGroupSiteListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Remove-MgGroupSiteListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemField", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Remove-MgGroupSiteListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgGroupSiteListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Remove-MgGroupSiteListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Command": "Remove-MgGroupSiteListOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersionField", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Command": "Remove-MgGroupSiteListOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Command": "Remove-MgGroupSiteListSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Command": "Remove-MgGroupSiteListSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListSubscription", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Command": "Remove-MgGroupSiteOperation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Command": "Remove-MgGroupSiteOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", "Command": "Remove-MgGroupSitePage", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Command": "Remove-MgGroupSitePageCanvaLayout", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSection", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSection", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Command": "Remove-MgGroupSitePageWebPart", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Command": "Remove-MgGroupSitePermission", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Command": "Remove-MgGroupSitePermission", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Command": "Remove-MgGroupSiteTermStore", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Command": "Remove-MgGroupSiteTermStore", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Command": "Remove-MgGroupSiteTermStoreGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStore", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Command": "Remove-MgGroupSiteTermStoreGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Command": "Remove-MgGroupSiteTermStoreGroupSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Command": "Remove-MgGroupSiteTermStoreGroupSet", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", @@ -234375,209 +234577,209 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "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}", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "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}", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Command": "Remove-MgGroupSiteTermStoreSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Command": "Remove-MgGroupSiteTermStoreSet", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Command": "Remove-MgGroupSiteTermStoreSetChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Command": "Remove-MgGroupSiteTermStoreSetChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", @@ -234586,1160 +234788,1160 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "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}", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "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}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "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}", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": null, + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Command": "Remove-MgGroupSiteTermStoreSetRelation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Command": "Remove-MgGroupSiteTermStoreSetRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Command": "Remove-MgGroupSiteTermStoreSetTerm", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Command": "Remove-MgGroupSiteTermStoreSetTerm", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Remove-MgGroupSiteTermStoreSetTermChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Remove-MgGroupSiteTermStoreSetTermChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team", - "Command": "Remove-MgGroupTeam", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team", "Command": "Remove-MgGroupTeam", - "OutputType": null, + "Uri": "/groups/{group-id}/team", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Command": "Remove-MgGroupTeamChannel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeam", + "Uri": "/groups/{group-id}/team", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Command": "Remove-MgGroupTeamChannel", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Remove-MgGroupTeamChannelMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannel", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Command": "Remove-MgGroupTeamChannelMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Remove-MgGroupTeamChannelMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Remove-MgGroupTeamChannelMessage", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgGroupTeamChannelMessageHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgGroupTeamChannelMessageHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Remove-MgGroupTeamChannelMessageReply", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Remove-MgGroupTeamChannelMessageReply", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReply", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Remove-MgGroupTeamChannelSharedWithTeam", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Remove-MgGroupTeamChannelSharedWithTeam", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Remove-MgGroupTeamChannelTab", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Remove-MgGroupTeamChannelTab", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Command": "Remove-MgGroupTeamInstalledApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Command": "Remove-MgGroupTeamInstalledApp", - "OutputType": null, + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Command": "Remove-MgGroupTeamMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamInstalledApp", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Command": "Remove-MgGroupTeamMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Command": "Remove-MgGroupTeamOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamMember", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Command": "Remove-MgGroupTeamOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Remove-MgGroupTeamPermissionGrant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamOperation", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/photo", - "Command": "Remove-MgGroupTeamPhoto", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPermissionGrant", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/photo", "Command": "Remove-MgGroupTeamPhoto", - "OutputType": null, + "Uri": "/groups/{group-id}/team/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel", - "Command": "Remove-MgGroupTeamPrimaryChannel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPhoto", + "Uri": "/groups/{group-id}/team/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel", "Command": "Remove-MgGroupTeamPrimaryChannel", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Command": "Remove-MgGroupTeamPrimaryChannelMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannel", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Command": "Remove-MgGroupTeamPrimaryChannelMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Command": "Remove-MgGroupTeamPrimaryChannelMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Command": "Remove-MgGroupTeamPrimaryChannelMessage", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Command": "Remove-MgGroupTeamPrimaryChannelTab", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Command": "Remove-MgGroupTeamPrimaryChannelTab", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule", - "Command": "Remove-MgGroupTeamSchedule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelTab", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule", "Command": "Remove-MgGroupTeamSchedule", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamSchedule", + "Uri": "/groups/{group-id}/team/schedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Command": "Remove-MgGroupTeamScheduleOpenShift", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Command": "Remove-MgGroupTeamScheduleOpenShift", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShift", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Command": "Remove-MgGroupTeamScheduleShift", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Command": "Remove-MgGroupTeamScheduleShift", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleShift", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Command": "Remove-MgGroupTeamScheduleTimeCard", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Command": "Remove-MgGroupTeamScheduleTimeOff", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeCard", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Command": "Remove-MgGroupTeamScheduleTimeOff", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Command": "Remove-MgGroupTeamScheduleTimeOffReason", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Command": "Remove-MgGroupTeamScheduleTimeOffReason", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Command": "Remove-MgGroupTeamTag", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Command": "Remove-MgGroupTeamTag", - "OutputType": null, + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Command": "Remove-MgGroupTeamTagMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamTag", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Command": "Remove-MgGroupTeamTagMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Command": "Remove-MgGroupThread", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -235749,15 +235951,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Command": "Remove-MgGroupThread", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -235767,249 +235969,249 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Command": "Remove-MgGroupThreadPostAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Command": "Remove-MgGroupThreadPostAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Command": "Remove-MgGroupThreadPostExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Command": "Remove-MgGroupThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Command": "Remove-MgGroupThreadPostInReplyToAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Command": "Remove-MgGroupThreadPostInReplyToAttachment", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Command": "Remove-MgGroupThreadPostInReplyToExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Command": "Remove-MgGroupThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Command": "Remove-MgGroupThreadPostInReplyToMention", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Command": "Remove-MgGroupThreadPostMention", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostMention", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Command": "Remove-MgIdentityApiConnector", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -236019,15 +236221,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Command": "Remove-MgIdentityApiConnector", - "OutputType": null, + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236037,28 +236239,28 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Command": "Remove-MgIdentityAuthenticationEventListener", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityApiConnector", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Command": "Remove-MgIdentityB2CUserFlow", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236068,15 +236270,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", - "Command": "Remove-MgIdentityB2CUserFlowIdentityProviderByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2CUserFlow", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236086,15 +236288,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Command": "Remove-MgIdentityB2CUserFlowLanguage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2CUserFlowIdentityProviderByRef", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236104,41 +236306,41 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Command": "Remove-MgIdentityB2CUserFlowLanguageDefaultPage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2CUserFlowLanguage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Command": "Remove-MgIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2CUserFlowLanguageDefaultPage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Command": "Remove-MgIdentityB2CUserFlowUserAttributeAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2CUserFlowLanguageOverridePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236148,15 +236350,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Command": "Remove-MgIdentityB2XUserFlow", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2CUserFlowUserAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -236166,15 +236368,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Command": "Remove-MgIdentityB2XUserFlow", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236184,119 +236386,119 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Command": "Remove-MgIdentityB2XUserFlowLanguage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Command": "Remove-MgIdentityB2XUserFlowLanguage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -236306,15 +236508,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236324,15 +236526,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -236342,15 +236544,15 @@ "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": null, + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236360,53 +236562,53 @@ "Description": "Read your organization's conditional access policies", "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrength", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrength", + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236424,15 +236626,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Command": "Remove-MgIdentityConditionalAccessNamedLocation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236450,15 +236652,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Command": "Remove-MgIdentityConditionalAccessNamedLocation", - "OutputType": null, + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -236476,15 +236678,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Command": "Remove-MgIdentityConditionalAccessPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -236502,15 +236704,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Command": "Remove-MgIdentityConditionalAccessPolicy", - "OutputType": null, + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -236528,157 +236730,157 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/continuousAccessEvaluationPolicy", - "Command": "Remove-MgIdentityContinuouAccessEvaluationPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityContinuouAccessEvaluationPolicy", + "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "Command": "Remove-MgIdentityCustomAuthenticationExtension", - "OutputType": null, + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInsight", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstance", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStage", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -236688,15 +236890,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -236706,339 +236908,339 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/policy", - "Command": "Remove-MgIdentityGovernanceAccessReviewPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Command": "Remove-MgIdentityGovernanceAppConsentRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewPolicy", + "Uri": "/identityGovernance/accessReviews/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Command": "Remove-MgIdentityGovernanceAppConsentRequest", - "OutputType": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "OutputType": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237048,15 +237250,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237066,27 +237268,27 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237096,208 +237298,208 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess", "Command": "Remove-MgIdentityGovernancePrivilegedAccess", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Permissions": [] + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "Command": "Remove-MgIdentityGovernanceRoleManagementAlert", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "Command": "Remove-MgIdentityGovernanceRoleManagementAlertConfiguration", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "Command": "Remove-MgIdentityGovernanceRoleManagementAlertDefinition", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "Command": "Remove-MgIdentityGovernanceRoleManagementAlertIncident", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "Command": "Remove-MgIdentityGovernanceRoleManagementAlertOperation", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -237307,15 +237509,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237325,123 +237527,123 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Command": "Remove-MgIdentityProvider", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -237451,15 +237653,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Command": "Remove-MgIdentityProvider", - "OutputType": null, + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -237469,15 +237671,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Command": "Remove-MgIdentityUserFlow", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityProvider", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237487,15 +237689,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Command": "Remove-MgIdentityUserFlowAttribute", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityUserFlow", + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237505,15 +237707,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Command": "Remove-MgIdentityUserFlowAttribute", - "OutputType": null, + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -237523,117 +237725,117 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Command": "Remove-MgInformationProtectionDataLossPreventionPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/informationProtection/policy", - "Command": "Remove-MgInformationProtectionPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionDataLossPreventionPolicy", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Command": "Remove-MgInformationProtectionPolicyLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionPolicy", + "Uri": "/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/informationProtection/sensitivityPolicySettings", - "Command": "Remove-MgInformationProtectionSensitivityPolicySetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionSensitivityPolicySetting", + "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", - "OutputType": null, + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": null, + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Command": "Remove-MgOauth2PermissionGrant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237651,15 +237853,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Command": "Remove-MgOauth2PermissionGrant", - "OutputType": null, + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -237677,41 +237879,41 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Command": "Remove-MgOnPremisePublishingProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Command": "Remove-MgOnPremisePublishingProfileAgent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOnPremisePublishingProfile", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Command": "Remove-MgOnPremisePublishingProfileAgentGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOnPremisePublishingProfileAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237721,121 +237923,121 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Command": "Remove-MgOnPremisePublishingProfileAgentGroupAgent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOnPremisePublishingProfileAgentGroup", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "Command": "Remove-MgOnPremisePublishingProfileAgentGroupByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOnPremisePublishingProfileAgentGroupAgent", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOnPremisePublishingProfileAgentGroupByRef", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResource", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "Command": "Remove-MgOnPremisePublishingProfileConnector", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "Command": "Remove-MgOnPremisePublishingProfileConnectorGroup", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", "Command": "Remove-MgOnPremisePublishingProfileConnectorMemberOfByRef", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "Command": "Remove-MgOnPremisePublishingProfilePublishedResource", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", - "Command": "Remove-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -237845,41 +238047,41 @@ "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 - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/organization/{organization-id}", - "Command": "Remove-MgOrganization", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}", "Command": "Remove-MgOrganization", - "OutputType": null, + "Uri": "/organization/{organization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding", - "Command": "Remove-MgOrganizationBranding", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganization", + "Uri": "/organization/{organization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237889,15 +238091,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding", "Command": "Remove-MgOrganizationBranding", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -237907,15 +238109,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Command": "Remove-MgOrganizationBrandingLocalization", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBranding", + "Uri": "/organization/{organization-id}/branding", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -237925,15 +238127,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Command": "Remove-MgOrganizationBrandingLocalization", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -237943,106 +238145,124 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Command": "Remove-MgOrganizationExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "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 + }, + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Command": "Remove-MgOrganizationExtension", - "OutputType": null, + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings", "Command": "Remove-MgOrganizationSetting", - "OutputType": null, + "Uri": "/organization/{organization-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/contactInsights", "Command": "Remove-MgOrganizationSettingContactInsight", - "OutputType": null, + "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/itemInsights", "Command": "Remove-MgOrganizationSettingItemInsight", - "OutputType": null, + "Uri": "/organization/{organization-id}/settings/itemInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "Command": "Remove-MgOrganizationSettingMicrosoftApplicationDataAccess", - "OutputType": null, + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/peopleInsights", "Command": "Remove-MgOrganizationSettingPersonInsight", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", - "Command": "Remove-MgOrganizationSettingProfileCardProperty", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -238060,54 +238280,54 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/pronouns", - "Command": "Remove-MgOrganizationSettingPronoun", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationSettingProfileCardProperty", + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationSettingPronoun", + "Uri": "/organization/{organization-id}/settings/pronouns", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/places/{place-id}", - "Command": "Remove-MgPlace", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/places/{place-id}", "Command": "Remove-MgPlace", - "OutputType": null, + "Uri": "/places/{place-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlace", + "Uri": "/places/{place-id}", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/buckets/{plannerBucket-id}", - "Command": "Remove-MgPlannerBucket", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238125,15 +238345,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/planner/buckets/{plannerBucket-id}", "Command": "Remove-MgPlannerBucket", - "OutputType": null, + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238151,15 +238371,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/plans/{plannerPlan-id}", - "Command": "Remove-MgPlannerPlan", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238177,15 +238397,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/planner/plans/{plannerPlan-id}", "Command": "Remove-MgPlannerPlan", - "OutputType": null, + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238203,15 +238423,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/rosters/{plannerRoster-id}", - "Command": "Remove-MgPlannerRoster", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238221,15 +238441,15 @@ "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 - } - }, - { + }, "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Command": "Remove-MgPlannerRosterMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerRoster", + "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238239,15 +238459,15 @@ "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 - } - }, - { + }, "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}", - "Command": "Remove-MgPlannerTask", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238265,15 +238485,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}", "Command": "Remove-MgPlannerTask", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238291,105 +238511,105 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Planner", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/accessReviewPolicy", - "Command": "Remove-MgPolicyAccessReviewPolicy", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAccessReviewPolicy", + "Uri": "/policies/accessReviewPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238399,15 +238619,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": null, + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238417,39 +238637,39 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/adminConsentRequestPolicy", - "Command": "Remove-MgPolicyAdminConsentRequestPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/adminConsentRequestPolicy", "Command": "Remove-MgPolicyAdminConsentRequestPolicy", - "OutputType": null, + "Uri": "/policies/adminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Command": "Remove-MgPolicyAppManagementPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "Uri": "/policies/adminConsentRequestPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238459,15 +238679,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Command": "Remove-MgPolicyAppManagementPolicy", - "OutputType": null, + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238477,89 +238697,89 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/authenticationFlowsPolicy", - "Command": "Remove-MgPolicyAuthenticationFlowPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/authenticationFlowsPolicy", "Command": "Remove-MgPolicyAuthenticationFlowPolicy", - "OutputType": null, + "Uri": "/policies/authenticationFlowsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy", - "Command": "Remove-MgPolicyAuthenticationMethodPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "Uri": "/policies/authenticationFlowsPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy", "Command": "Remove-MgPolicyAuthenticationMethodPolicy", - "OutputType": null, + "Uri": "/policies/authenticationMethodsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": null, + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238577,15 +238797,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", - "OutputType": null, + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238603,91 +238823,91 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": null, + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Command": "Remove-MgPolicyAuthorizationPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/authorizationPolicy", "Command": "Remove-MgPolicyAuthorizationPolicy", - "OutputType": null, + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Command": "Remove-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthorizationPolicy", + "Uri": "/policies/authorizationPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Command": "Remove-MgPolicyB2CAuthenticationMethodPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Command": "Remove-MgPolicyClaimMappingPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyB2CAuthenticationMethodPolicy", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238697,15 +238917,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Command": "Remove-MgPolicyClaimMappingPolicy", - "OutputType": null, + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238715,63 +238935,63 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy", - "Command": "Remove-MgPolicyCrossTenantAccessPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy", "Command": "Remove-MgPolicyCrossTenantAccessPolicy", - "OutputType": null, + "Uri": "/policies/crossTenantAccessPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/default", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", + "Uri": "/policies/crossTenantAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/default", "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", - "OutputType": null, + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238781,15 +239001,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": null, + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238799,15 +239019,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238817,63 +239037,63 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/defaultAppManagementPolicy", - "Command": "Remove-MgPolicyDefaultAppManagementPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/defaultAppManagementPolicy", "Command": "Remove-MgPolicyDefaultAppManagementPolicy", - "OutputType": null, + "Uri": "/policies/defaultAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", + "Uri": "/policies/defaultAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/directoryRoleAccessReviewPolicy", "Command": "Remove-MgPolicyDirectoryRoleAccessReviewPolicy", - "OutputType": null, + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/externalIdentitiesPolicy", "Command": "Remove-MgPolicyExternalIdentityPolicy", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Permissions": [] + "Uri": "/policies/externalIdentitiesPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Command": "Remove-MgPolicyFeatureRolloutPolicy", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -238883,15 +239103,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Command": "Remove-MgPolicyFeatureRolloutPolicy", - "OutputType": null, + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238901,15 +239121,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicy", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238918,16 +239138,16 @@ "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 - } - }, - { + "IsAdmin": true + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", - "OutputType": null, + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238937,15 +239157,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -238955,15 +239175,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": null, + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -238973,39 +239193,39 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "OutputType": null, + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Command": "Remove-MgPolicyMobileAppManagementPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239015,15 +239235,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", - "Command": "Remove-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyMobileAppManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239033,15 +239253,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Command": "Remove-MgPolicyMobileDeviceManagementPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239051,15 +239271,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", - "Command": "Remove-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239069,15 +239289,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Command": "Remove-MgPolicyPermissionGrantPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239087,15 +239307,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Command": "Remove-MgPolicyPermissionGrantPolicy", - "OutputType": null, + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239105,15 +239325,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239123,15 +239343,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", - "OutputType": null, + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239141,15 +239361,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239159,15 +239379,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", - "OutputType": null, + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239177,158 +239397,158 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Command": "Remove-MgPolicyRoleManagementPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Command": "Remove-MgPolicyRoleManagementPolicy", - "OutputType": null, + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", - "OutputType": null, + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": null, + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Command": "Remove-MgPolicyRoleManagementPolicyRule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Command": "Remove-MgPolicyRoleManagementPolicyRule", - "OutputType": null, + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "Command": "Remove-MgPolicyServicePrincipalCreationPolicy", - "OutputType": null, + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "Command": "Remove-MgPolicyServicePrincipalCreationPolicyExclude", - "OutputType": null, + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "Command": "Remove-MgPolicyServicePrincipalCreationPolicyInclude", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Command": "Remove-MgPolicyTokenIssuancePolicy", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -239338,15 +239558,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Command": "Remove-MgPolicyTokenIssuancePolicy", - "OutputType": null, + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239356,15 +239576,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Command": "Remove-MgPolicyTokenLifetimePolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239374,15 +239594,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Command": "Remove-MgPolicyTokenLifetimePolicy", - "OutputType": null, + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239392,15 +239612,15 @@ "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 - } + }, + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/connectors/{printConnector-id}", - "Command": "Remove-MgPrintConnector", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -239410,15 +239630,15 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/connectors/{printConnector-id}", "Command": "Remove-MgPrintConnector", - "OutputType": null, + "Uri": "/print/connectors/{printConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239428,41 +239648,41 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/operations/{printOperation-id}", - "Command": "Remove-MgPrintOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/operations/{printOperation-id}", "Command": "Remove-MgPrintOperation", - "OutputType": null, + "Uri": "/print/operations/{printOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/printers/{printer-id}", - "Command": "Remove-MgPrintPrinter", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintOperation", + "Uri": "/print/operations/{printOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239472,15 +239692,15 @@ "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 - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/printers/{printer-id}", "Command": "Remove-MgPrintPrinter", - "OutputType": null, + "Uri": "/print/printers/{printer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239490,41 +239710,41 @@ "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 - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}", - "Command": "Remove-MgPrintPrinterShare", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinter", + "Uri": "/print/printers/{printer-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref", - "Command": "Remove-MgPrintPrinterShareAllowedGroupByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterShare", + "Uri": "/print/printerShares/{printerShare-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "Command": "Remove-MgPrintPrinterShareAllowedUserByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterShareAllowedGroupByRef", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239534,15 +239754,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Command": "Remove-MgPrintPrinterTaskTrigger", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterShareAllowedUserByRef", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239560,15 +239780,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Command": "Remove-MgPrintPrinterTaskTrigger", - "OutputType": null, + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239586,67 +239806,67 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/services/{printService-id}", - "Command": "Remove-MgPrintService", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/services/{printService-id}", "Command": "Remove-MgPrintService", - "OutputType": null, + "Uri": "/print/services/{printService-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Command": "Remove-MgPrintServiceEndpoint", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintService", + "Uri": "/print/services/{printService-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Command": "Remove-MgPrintServiceEndpoint", - "OutputType": null, + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}", - "Command": "Remove-MgPrintShare", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239656,15 +239876,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}", "Command": "Remove-MgPrintShare", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239674,15 +239894,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", - "Command": "Remove-MgPrintShareAllowedGroupByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShare", + "Uri": "/print/shares/{printerShare-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239692,15 +239912,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", "Command": "Remove-MgPrintShareAllowedGroupByRef", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239710,15 +239930,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "Command": "Remove-MgPrintShareAllowedUserByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedGroupByRef", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -239728,15 +239948,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", "Command": "Remove-MgPrintShareAllowedUserByRef", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -239746,405 +239966,405 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Command": "Remove-MgPrintTaskDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedUserByRef", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Command": "Remove-MgPrintTaskDefinition", - "OutputType": null, + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Command": "Remove-MgPrintTaskDefinitionTask", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinition", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Command": "Remove-MgPrintTaskDefinitionTask", - "OutputType": null, + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CloudPrint", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinitionTask", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}", "Command": "Remove-MgPrivilegedAccess", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "Command": "Remove-MgPrivilegedAccessResource", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignment", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequest", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "Command": "Remove-MgPrivilegedAccessResourceRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "Command": "Remove-MgPrivilegedAccessResourceRoleSetting", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Command": "Remove-MgPrivilegedAccessResourceRoleSettingRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "Command": "Remove-MgPrivilegedAccessRoleAssignment", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequest", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Command": "Remove-MgPrivilegedAccessRoleAssignmentSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "Command": "Remove-MgPrivilegedAccessRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "Command": "Remove-MgPrivilegedAccessRoleSetting", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Command": "Remove-MgPrivilegedAccessRoleSettingRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}", "Command": "Remove-MgPrivilegedApproval", - "OutputType": null, + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "Command": "Remove-MgPrivilegedApprovalRoleInfo", - "OutputType": null, + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "Command": "Remove-MgPrivilegedApprovalRoleInfoSetting", - "OutputType": null, + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "Command": "Remove-MgPrivilegedApprovalRoleInfoSummary", - "OutputType": null, + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "Command": "Remove-MgPrivilegedOperationEvent", - "OutputType": null, + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoles/{privilegedRole-id}", "Command": "Remove-MgPrivilegedRole", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Command": "Remove-MgPrivilegedRoleAssignment", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -240154,132 +240374,132 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrivilegedRoleAssignment", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "Command": "Remove-MgPrivilegedRoleAssignmentRequest", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfo", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfo", - "OutputType": null, + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSetting", - "OutputType": null, + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSummary", - "OutputType": null, + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "Command": "Remove-MgPrivilegedRoleSetting", - "OutputType": null, + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Command": "Remove-MgPrivilegedRoleSummary", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/programs/{program-id}", - "Command": "Remove-MgProgram", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -240289,15 +240509,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/programControls/{programControl-id}", - "Command": "Remove-MgProgramControl", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgProgram", + "Uri": "/programs/{program-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -240311,237 +240531,237 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/programControls/{programControl-id}/program", - "Command": "Remove-MgProgramControlProgram", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgProgramControl", + "Uri": "/programControls/{programControl-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/programControlTypes/{programControlType-id}", - "Command": "Remove-MgProgramControlType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgProgramControlProgram", + "Uri": "/programControls/{programControl-id}/program", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgProgramControlType", + "Uri": "/programControlTypes/{programControlType-id}", + "ApiVersion": "beta" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Reports", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Command": "Remove-MgRiskDetection", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Command": "Remove-MgRiskDetection", - "OutputType": null, + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Command": "Remove-MgRiskyServicePrincipal", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskDetection", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Command": "Remove-MgRiskyServicePrincipal", - "OutputType": null, + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Command": "Remove-MgRiskyServicePrincipalHistory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Command": "Remove-MgRiskyServicePrincipalHistory", - "OutputType": null, + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Command": "Remove-MgRiskyUser", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Command": "Remove-MgRiskyUser", - "OutputType": null, + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Command": "Remove-MgRiskyUserHistory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyUser", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Command": "Remove-MgRiskyUserHistory", - "OutputType": null, + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/cloudPC", - "Command": "Remove-MgRoleManagementCloudPc", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementCloudPc", + "Uri": "/roleManagement/cloudPC", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Remove-MgRoleManagementCloudPcResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Command": "Remove-MgRoleManagementCloudPcRoleAssignment", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -240559,28 +240779,28 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Command": "Remove-MgRoleManagementCloudPcRoleAssignmentAppScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Remove-MgRoleManagementCloudPcRoleDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -240616,79 +240836,79 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Remove-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Permissions": [] - }, - { + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement", - "Command": "Remove-MgRoleManagementDeviceManagement", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDeviceManagement", + "Uri": "/roleManagement/deviceManagement", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignment", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -240706,28 +240926,28 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignmentAppScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -240763,117 +240983,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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory", - "Command": "Remove-MgRoleManagementDirectory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory", "Command": "Remove-MgRoleManagementDirectory", - "OutputType": null, + "Uri": "/roleManagement/directory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectory", + "Uri": "/roleManagement/directory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -240891,15 +241111,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -240917,145 +241137,145 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApproval", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApprovalStep", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApproval", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -241091,15 +241311,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", - "OutputType": null, + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -241135,234 +241355,234 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": null, + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": null, + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement", - "Command": "Remove-MgRoleManagementEntitlementManagement", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement", "Command": "Remove-MgRoleManagementEntitlementManagement", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagement", + "Uri": "/roleManagement/entitlementManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -241380,15 +241600,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -241406,430 +241626,430 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApproval", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/roleManagement/exchange", - "Command": "Remove-MgRoleManagementExchange", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementExchange", + "Uri": "/roleManagement/exchange", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Remove-MgRoleManagementExchangeResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Remove-MgRoleManagementExchangeResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Command": "Remove-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "OutputType": null, + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Remove-MgRoleManagementExchangeRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Remove-MgRoleManagementExchangeRoleAssignmentAppScope", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Remove-MgRoleManagementExchangeRoleDefinition", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Remove-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Command": "Remove-MgRoleManagementExchangeTransitiveRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Remove-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" }, { - "Module": "SchemaExtensions", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Command": "Remove-MgSchemaExtension", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -241839,15 +242059,15 @@ "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 - } - }, - { + }, "Module": "SchemaExtensions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/schemaExtensions/{schemaExtension-id}", "Command": "Remove-MgSchemaExtension", - "OutputType": null, + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -241857,15 +242077,15 @@ "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 - } + }, + "Module": "SchemaExtensions", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/search/acronyms/{acronym-id}", - "Command": "Remove-MgSearchAcronym", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -241883,15 +242103,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/search/bookmarks/{bookmark-id}", - "Command": "Remove-MgSearchBookmark", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSearchAcronym", + "Uri": "/search/acronyms/{acronym-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -241909,15 +242129,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/search/qnas/{qna-id}", - "Command": "Remove-MgSearchQna", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSearchBookmark", + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -241935,184 +242155,184 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Search", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSearchQna", + "Uri": "/search/qnas/{qna-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/securityActions/{securityAction-id}", - "Command": "Remove-MgSecurityAction", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/alerts_v2/{alert-id}", - "Command": "Remove-MgSecurityAlertV2", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAction", + "Uri": "/security/securityActions/{securityAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/alerts_v2/{alert-id}", "Command": "Remove-MgSecurityAlertV2", - "OutputType": null, + "Uri": "/security/alerts_v2/{alert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/attackSimulation", - "Command": "Remove-MgSecurityAttackSimulation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAlertV2", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/attackSimulation", "Command": "Remove-MgSecurityAttackSimulation", - "OutputType": null, + "Uri": "/security/attackSimulation", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Command": "Remove-MgSecurityAttackSimulationAutomation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulation", + "Uri": "/security/attackSimulation", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Command": "Remove-MgSecurityAttackSimulationAutomation", - "OutputType": null, + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Command": "Remove-MgSecurityAttackSimulationAutomationRun", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Command": "Remove-MgSecurityAttackSimulationAutomationRun", - "OutputType": null, + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Command": "Remove-MgSecurityAttackSimulationOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Command": "Remove-MgSecurityAttackSimulationPayload", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationOperation", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases", - "Command": "Remove-MgSecurityCase", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationPayload", + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases", "Command": "Remove-MgSecurityCase", - "OutputType": null, + "Uri": "/security/cases", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCase", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCase", + "Uri": "/security/cases", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -242130,15 +242350,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCase", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -242156,41 +242376,41 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove2", "Remove3", @@ -242212,15 +242432,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "Remove1", @@ -242242,93 +242462,93 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHold", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -242346,67 +242566,67 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove", "Remove1", @@ -242428,15 +242648,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove2", "Remove3", @@ -242458,80 +242678,80 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetFile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -242541,15 +242761,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -242559,15 +242779,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -242585,15 +242805,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -242611,67 +242831,67 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -242689,15 +242909,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -242715,168 +242935,168 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "Command": "Remove-MgSecurityCloudAppSecurityProfile", - "OutputType": null, + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "Command": "Remove-MgSecurityDomainSecurityProfile", - "OutputType": null, + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "Command": "Remove-MgSecurityFileSecurityProfile", - "OutputType": null, + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "Command": "Remove-MgSecurityHostSecurityProfile", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/incidents/{incident-id}", - "Command": "Remove-MgSecurityIncident", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/incidents/{incident-id}", "Command": "Remove-MgSecurityIncident", - "OutputType": null, + "Uri": "/security/incidents/{incident-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityIncident", + "Uri": "/security/incidents/{incident-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/informationProtection", "Command": "Remove-MgSecurityInformationProtection", - "OutputType": null, + "Uri": "/security/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/informationProtection/labelPolicySettings", "Command": "Remove-MgSecurityInformationProtectionLabelPolicySetting", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Permissions": [] + "Uri": "/security/informationProtection/labelPolicySettings", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Command": "Remove-MgSecurityInformationProtectionSensitivityLabel", - "OutputType": null, + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "Command": "Remove-MgSecurityInformationProtectionSensitivityLabelParent", - "OutputType": null, + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "Command": "Remove-MgSecurityIPSecurityProfile", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/labels", - "Command": "Remove-MgSecurityLabel", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Command": "Remove-MgSecurityLabelRetentionLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabel", + "Uri": "/security/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -242886,351 +243106,351 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", - "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Command": "Remove-MgSecurityProviderTenantSetting", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/secureScores/{secureScore-id}", - "Command": "Remove-MgSecuritySecureScore", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityProviderTenantSetting", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/secureScores/{secureScore-id}", "Command": "Remove-MgSecuritySecureScore", - "OutputType": null, + "Uri": "/security/secureScores/{secureScore-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Command": "Remove-MgSecuritySecureScoreControlProfile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScore", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Command": "Remove-MgSecuritySecureScoreControlProfile", - "OutputType": null, + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Command": "Remove-MgSecuritySubjectRightsRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Command": "Remove-MgSecuritySubjectRightsRequestNote", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/threatIntelligence", - "Command": "Remove-MgSecurityThreatIntelligence", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligence", + "Uri": "/security/threatIntelligence", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/articles/{article-id}", "Command": "Remove-MgSecurityThreatIntelligenceArticle", - "OutputType": null, + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", - "OutputType": null, + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/hosts/{host-id}", "Command": "Remove-MgSecurityThreatIntelligenceHost", - "OutputType": null, + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", - "OutputType": null, + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "Command": "Remove-MgSecurityThreatIntelligenceHostCooky", - "OutputType": null, + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", - "OutputType": null, + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", - "OutputType": null, + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", - "OutputType": null, + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", - "OutputType": null, + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", - "OutputType": null, + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", - "OutputType": null, + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/threatSubmission", - "Command": "Remove-MgSecurityThreatSubmission", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatSubmission", + "Uri": "/security/threatSubmission", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "Command": "Remove-MgSecurityThreatSubmissionEmailThreat", - "OutputType": null, + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "Command": "Remove-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "OutputType": null, + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "Command": "Remove-MgSecurityThreatSubmissionFileThreat", - "OutputType": null, + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Command": "Remove-MgSecurityThreatSubmissionUrlThreat", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Command": "Remove-MgSecurityTiIndicator", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -243240,65 +243460,65 @@ "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true - } + }, + "Module": "Security", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTiIndicator", + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", - "Command": "Remove-MgSecurityTiIndicatorByExternalId", - "OutputType": "IMicrosoftGraphResultInfo", "Variants": [ "Delete", "DeleteExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/tiIndicators/deleteTiIndicators", - "Command": "Remove-MgSecurityTiIndicatorMultiple", "OutputType": "IMicrosoftGraphResultInfo", + "Method": "POST", + "Command": "Remove-MgSecurityTiIndicatorByExternalId", + "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": "IMicrosoftGraphResultInfo", + "Method": "POST", + "Command": "Remove-MgSecurityTiIndicatorMultiple", + "Uri": "/security/tiIndicators/deleteTiIndicators", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/triggers", - "Command": "Remove-MgSecurityTrigger", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/triggers", "Command": "Remove-MgSecurityTrigger", - "OutputType": null, + "Uri": "/security/triggers", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Command": "Remove-MgSecurityTriggerRetentionEvent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTrigger", + "Uri": "/security/triggers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243308,15 +243528,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Command": "Remove-MgSecurityTriggerRetentionEvent", - "OutputType": null, + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243326,39 +243546,39 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/triggerTypes", - "Command": "Remove-MgSecurityTriggerType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/triggerTypes", "Command": "Remove-MgSecurityTriggerType", - "OutputType": null, + "Uri": "/security/triggerTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerType", + "Uri": "/security/triggerTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243368,15 +243588,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", - "OutputType": null, + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243386,158 +243606,158 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Command": "Remove-MgSecurityUserSecurityProfile", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityUserSecurityProfile", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Command": "Remove-MgServiceAnnouncementHealthOverview", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Command": "Remove-MgServiceAnnouncementHealthOverview", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverview", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Command": "Remove-MgServiceAnnouncementIssue", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Command": "Remove-MgServiceAnnouncementIssue", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Command": "Remove-MgServiceAnnouncementMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementIssue", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Command": "Remove-MgServiceAnnouncementMessage", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Command": "Remove-MgServiceAnnouncementMessageAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Command": "Remove-MgServiceAnnouncementMessageAttachment", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Command": "Remove-MgServicePrincipal", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -243555,15 +243775,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}", "Command": "Remove-MgServicePrincipal", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243581,15 +243801,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243599,15 +243819,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243617,15 +243837,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Remove-MgServicePrincipalAppRoleAssignment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243635,15 +243855,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Remove-MgServicePrincipalAppRoleAssignment", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243653,15 +243873,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243685,15 +243905,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243717,15 +243937,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243735,15 +243955,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243753,41 +243973,41 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Command": "Remove-MgServicePrincipalEndpoint", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Command": "Remove-MgServicePrincipalEndpoint", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243811,15 +244031,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243843,15 +244063,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", - "Command": "Remove-MgServicePrincipalKey", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove", "RemoveExpanded", @@ -243871,28 +244091,28 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Command": "Remove-MgServicePrincipalLicenseDetail", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgServicePrincipalKey", + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "Command": "Remove-MgServicePrincipalOwnerByRef", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalLicenseDetail", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -243910,15 +244130,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "Command": "Remove-MgServicePrincipalOwnerByRef", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -243936,15 +244156,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", - "Command": "Remove-MgServicePrincipalPassword", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove", "RemoveExpanded", @@ -243964,15 +244184,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "Command": "Remove-MgServicePrincipalPasswordSingleSignOnCredentials", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgServicePrincipalPassword", + "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteExpanded", @@ -243998,54 +244218,54 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgServicePrincipalPasswordSingleSignOnCredentials", + "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Command": "Remove-MgServicePrincipalRiskDetection", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Command": "Remove-MgServicePrincipalRiskDetection", - "OutputType": null, + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Command": "Remove-MgServicePrincipalSynchronization", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Command": "Remove-MgServicePrincipalSynchronizationJob", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronization", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244055,15 +244275,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244073,503 +244293,503 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "Command": "Remove-MgServicePrincipalSynchronizationTemplate", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list", - "Command": "Remove-MgShareList", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list", "Command": "Remove-MgShareList", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Command": "Remove-MgShareListColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareList", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Command": "Remove-MgShareListColumn", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Command": "Remove-MgShareListContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Command": "Remove-MgShareListContentType", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgShareListContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgShareListContentTypeColumn", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgShareListContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgShareListContentTypeColumnLink", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", - "Command": "Remove-MgShareListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Command": "Remove-MgShareListItem", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgShareListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgShareListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Command": "Remove-MgShareListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Command": "Remove-MgShareListItemField", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Remove-MgShareListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Remove-MgShareListItemVersion", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgShareListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Remove-MgShareListItemVersionField", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Remove-MgShareListOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemVersionField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Command": "Remove-MgShareListOperation", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Command": "Remove-MgShareListSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Command": "Remove-MgShareListSubscription", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Command": "Remove-MgSharePermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/permission", "Command": "Remove-MgSharePermission", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}", - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}", "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics", - "Command": "Remove-MgSiteAnalytic", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics", "Command": "Remove-MgSiteAnalytic", - "OutputType": null, + "Uri": "/sites/{site-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgSiteAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteAnalytic", + "Uri": "/sites/{site-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgSiteAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgSiteColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244587,15 +244807,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Command": "Remove-MgSiteColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -244613,15 +244833,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Command": "Remove-MgSiteContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244639,15 +244859,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Command": "Remove-MgSiteContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -244665,15 +244885,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgSiteContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244691,15 +244911,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgSiteContentTypeColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -244717,67 +244937,67 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgSiteContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgSiteContentTypeColumnLink", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}", - "Command": "Remove-MgSiteList", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}", "Command": "Remove-MgSiteList", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgSiteListColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteList", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -244795,15 +245015,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Command": "Remove-MgSiteListColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244821,15 +245041,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Command": "Remove-MgSiteListContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -244847,15 +245067,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Command": "Remove-MgSiteListContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244873,15 +245093,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgSiteListContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -244899,15 +245119,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgSiteListContentTypeColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244925,41 +245145,41 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgSiteListContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgSiteListContentTypeColumnLink", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Command": "Remove-MgSiteListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -244969,15 +245189,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Command": "Remove-MgSiteListItem", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -244987,15 +245207,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgSiteListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -245019,15 +245239,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgSiteListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -245051,171 +245271,171 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Command": "Remove-MgSiteListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Command": "Remove-MgSiteListItemField", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Remove-MgSiteListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Remove-MgSiteListItemVersion", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgSiteListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Remove-MgSiteListItemVersionField", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Command": "Remove-MgSiteListOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Command": "Remove-MgSiteListOperation", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Command": "Remove-MgSiteListSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Command": "Remove-MgSiteListSubscription", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Command": "Remove-MgSiteOnenoteNotebook", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Command": "Remove-MgSiteOnenoteNotebook", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Command": "Remove-MgSiteOnenotePage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -245233,15 +245453,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Command": "Remove-MgSiteOnenotePage", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -245259,67 +245479,67 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Command": "Remove-MgSiteOnenoteSection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Command": "Remove-MgSiteOnenoteSection", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Remove-MgSiteOnenoteSectionGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Remove-MgSiteOnenoteSectionGroup", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}", - "Command": "Remove-MgSitePage", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -245329,160 +245549,160 @@ "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 - } + }, + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePage", + "Uri": "/sites/{site-id}/pages/{sitePage-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Command": "Remove-MgSitePageCanvaLayout", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Command": "Remove-MgSitePageCanvaLayoutHorizontalSection", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Command": "Remove-MgSitePageCanvaLayoutVerticalSection", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Command": "Remove-MgSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Command": "Remove-MgSitePageWebPart", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Command": "Remove-MgSitePermission", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/permissions/{permission-id}", "Command": "Remove-MgSitePermission", - "OutputType": null, + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore", - "Command": "Remove-MgSiteTermStore", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePermission", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore", "Command": "Remove-MgSiteTermStore", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Command": "Remove-MgSiteTermStoreGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStore", + "Uri": "/sites/{site-id}/termStore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" @@ -245492,15 +245712,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Command": "Remove-MgSiteTermStoreGroup", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -245512,56 +245732,56 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Command": "Remove-MgSiteTermStoreGroupSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Command": "Remove-MgSiteTermStoreGroupSet", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Command": "Remove-MgSiteTermStoreGroupSetChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete3", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Command": "Remove-MgSiteTermStoreGroupSetChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -245570,168 +245790,168 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreGroupSetRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Command": "Remove-MgSiteTermStoreGroupSetRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Command": "Remove-MgSiteTermStoreGroupSetTerm", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Command": "Remove-MgSiteTermStoreGroupSetTerm", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Remove-MgSiteTermStoreGroupSetTermChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Remove-MgSiteTermStoreGroupSetTermChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Command": "Remove-MgSiteTermStoreSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" @@ -245741,15 +245961,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Command": "Remove-MgSiteTermStoreSet", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -245761,28 +245981,28 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Command": "Remove-MgSiteTermStoreSetChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete3", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Command": "Remove-MgSiteTermStoreSetChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -245791,179 +246011,179 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreSetChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", - "Command": "Remove-MgSiteTermStoreSetParentGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", - "Command": "Remove-MgSiteTermStoreSetParentGroupSet", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroup", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreSetRelation", - "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Command": "Remove-MgSiteTermStoreSetRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Command": "Remove-MgSiteTermStoreSetTerm", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" @@ -245973,15 +246193,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Command": "Remove-MgSiteTermStoreSetTerm", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", @@ -245993,162 +246213,162 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Remove-MgSiteTermStoreSetTermChild", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Remove-MgSiteTermStoreSetTermChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreSetTermChildRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Remove-MgSiteTermStoreSetTermRelation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Remove-MgSiteTermStoreSetTermRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Command": "Remove-MgSubscribedSku", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/subscribedSkus/{subscribedSku-id}", "Command": "Remove-MgSubscribedSku", - "OutputType": null, + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSubscribedSku", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiVersion": "v1.0" }, { - "Module": "ChangeNotifications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/subscriptions/{subscription-id}", - "Command": "Remove-MgSubscription", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ChangeNotifications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/subscriptions/{subscription-id}", "Command": "Remove-MgSubscription", - "OutputType": null, + "Uri": "/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "ChangeNotifications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSubscription", + "Uri": "/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}", - "Command": "Remove-MgTeam", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}", "Command": "Remove-MgTeam", - "OutputType": null, + "Uri": "/teams/{team-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Command": "Remove-MgTeamChannel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeam", + "Uri": "/teams/{team-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246172,15 +246392,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}", "Command": "Remove-MgTeamChannel", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246204,15 +246424,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "Command": "Remove-MgTeamChannelEmail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove1", "RemoveViaIdentity1" @@ -246222,15 +246442,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", "Command": "Remove-MgTeamChannelEmail", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveViaIdentity" @@ -246240,15 +246460,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Remove-MgTeamChannelMember", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgTeamChannelEmail", + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246258,15 +246478,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Command": "Remove-MgTeamChannelMember", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246276,41 +246496,41 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Remove-MgTeamChannelSharedWithTeam", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246320,15 +246540,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Remove-MgTeamChannelSharedWithTeam", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246338,15 +246558,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Remove-MgTeamChannelTab", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246382,15 +246602,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Remove-MgTeamChannelTab", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246426,15 +246646,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Command": "Remove-MgTeamInstalledApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246464,15 +246684,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Command": "Remove-MgTeamInstalledApp", - "OutputType": null, + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246502,15 +246722,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Command": "Remove-MgTeamMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246520,15 +246740,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Command": "Remove-MgTeamMember", - "OutputType": null, + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246538,288 +246758,288 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Command": "Remove-MgTeamOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Command": "Remove-MgTeamOperation", - "OutputType": null, + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Remove-MgTeamPermissionGrant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamOperation", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/photo", - "Command": "Remove-MgTeamPhoto", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPermissionGrant", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/photo", "Command": "Remove-MgTeamPhoto", - "OutputType": null, + "Uri": "/teams/{team-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel", - "Command": "Remove-MgTeamPrimaryChannel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPhoto", + "Uri": "/teams/{team-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel", "Command": "Remove-MgTeamPrimaryChannel", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "Command": "Remove-MgTeamPrimaryChannelEmail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannel", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/removeEmail", "Command": "Remove-MgTeamPrimaryChannelEmail", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Command": "Remove-MgTeamPrimaryChannelMember", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgTeamPrimaryChannelEmail", + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Command": "Remove-MgTeamPrimaryChannelMember", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Command": "Remove-MgTeamPrimaryChannelTab", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Command": "Remove-MgTeamPrimaryChannelTab", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule", - "Command": "Remove-MgTeamSchedule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule", "Command": "Remove-MgTeamSchedule", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Command": "Remove-MgTeamScheduleOfferShiftRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamSchedule", + "Uri": "/teams/{team-id}/schedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Command": "Remove-MgTeamScheduleOfferShiftRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Command": "Remove-MgTeamScheduleOpenShift", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246837,15 +247057,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Command": "Remove-MgTeamScheduleOpenShift", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246863,41 +247083,41 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Command": "Remove-MgTeamScheduleSchedulingGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246915,15 +247135,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Command": "Remove-MgTeamScheduleSchedulingGroup", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246941,15 +247161,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Command": "Remove-MgTeamScheduleShift", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -246967,15 +247187,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Command": "Remove-MgTeamScheduleShift", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -246993,41 +247213,41 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Command": "Remove-MgTeamScheduleTimeCard", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -247037,15 +247257,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Command": "Remove-MgTeamScheduleTimeOff", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -247063,15 +247283,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Command": "Remove-MgTeamScheduleTimeOff", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -247089,15 +247309,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Command": "Remove-MgTeamScheduleTimeOffReason", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -247115,15 +247335,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Command": "Remove-MgTeamScheduleTimeOffReason", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -247141,15 +247361,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Command": "Remove-MgTeamScheduleTimeOffRequest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -247167,15 +247387,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Command": "Remove-MgTeamScheduleTimeOffRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -247193,15 +247413,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Command": "Remove-MgTeamTag", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -247211,15 +247431,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Command": "Remove-MgTeamTag", - "OutputType": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -247229,15 +247449,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Command": "Remove-MgTeamTagMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -247247,15 +247467,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Command": "Remove-MgTeamTagMember", - "OutputType": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -247265,391 +247485,391 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Command": "Remove-MgTeamworkDeletedTeam", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Command": "Remove-MgTeamworkDeletedTeam", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Command": "Remove-MgTeamworkDeletedTeamChannel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeam", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Command": "Remove-MgTeamworkDeletedTeamChannel", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Remove-MgTeamworkDeletedTeamChannelMember", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "Command": "Remove-MgTeamworkDeletedTeamChannelMember", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Remove-MgTeamworkDeletedTeamChannelTab", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Remove-MgTeamworkDeletedTeamChannelTab", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}", "Command": "Remove-MgTeamworkDevice", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "Command": "Remove-MgTeamworkDeviceActivity", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "Command": "Remove-MgTeamworkDeviceConfiguration", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "Command": "Remove-MgTeamworkDeviceHealth", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "Command": "Remove-MgTeamworkDeviceOperation", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/teamsAppSettings", - "Command": "Remove-MgTeamworkTeamAppSetting", - "OutputType": null, "Variants": [ "Delete" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkTeamAppSetting", + "Uri": "/teamwork/teamsAppSettings", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "Command": "Remove-MgTeamworkTeamTemplate", - "OutputType": null, + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "Command": "Remove-MgTeamworkTeamTemplateDefinition", - "OutputType": null, + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", "Command": "Remove-MgTeamworkTeamTemplateDefinitionTeamDefinition", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Command": "Remove-MgTeamworkWorkforceIntegration", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -247659,15 +247879,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Command": "Remove-MgTeamworkWorkforceIntegration", - "OutputType": null, + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -247677,457 +247897,457 @@ "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 - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "Command": "Remove-MgTenantRelationshipManagedTenant", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "Command": "Remove-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "Command": "Remove-MgTenantRelationshipManagedTenantAlert", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "Command": "Remove-MgTenantRelationshipManagedTenantAlertLog", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "Command": "Remove-MgTenantRelationshipManagedTenantAlertRule", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "Command": "Remove-MgTenantRelationshipManagedTenantAlertRuleDefinition", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "Command": "Remove-MgTenantRelationshipManagedTenantApiNotification", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "Command": "Remove-MgTenantRelationshipManagedTenantAppPerformance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Command": "Remove-MgTenantRelationshipManagedTenantAuditEvent", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcConnection", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcDevice", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcOverview", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "Command": "Remove-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "Command": "Remove-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Command": "Remove-MgTenantRelationshipManagedTenantCustomizedInformation", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Command": "Remove-MgTenantRelationshipManagedTenantDetailedInformation", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "Command": "Remove-MgTenantRelationshipManagedTenantDeviceAppPerformance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Command": "Remove-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "Command": "Remove-MgTenantRelationshipManagedTenantDeviceHealthStatuses", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Command": "Remove-MgTenantRelationshipManagedTenantEmailNotification", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Command": "Remove-MgTenantRelationshipManagedTenantGroup", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceCompliance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementAction", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementIntent", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplate", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollection", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStep", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "Command": "Remove-MgTenantRelationshipManagedTenantMyRole", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Command": "Remove-MgTenantRelationshipManagedTenantTag", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -248137,54 +248357,54 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } + }, + "Module": "ManagedTenants", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "Command": "Remove-MgTenantRelationshipManagedTenantTicketingEndpoint", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "Command": "Remove-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "Command": "Remove-MgTenantRelationshipManagedTenantWindowProtectionState", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Command": "Remove-MgTrustFrameworkKeySet", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -248194,15 +248414,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Command": "Remove-MgTrustFrameworkPolicy", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248212,15 +248432,15 @@ "Description": "Read and write trust framework policies", "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true - } + }, + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTrustFrameworkPolicy", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}", - "Command": "Remove-MgUser", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248256,15 +248476,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}", "Command": "Remove-MgUser", - "OutputType": null, + "Uri": "/users/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248300,15 +248520,15 @@ "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 } - ] + ], + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUser", + "Uri": "/users/{user-id}", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Command": "Remove-MgUserActivity", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -248318,15 +248538,15 @@ "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 - } - }, - { + }, "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}", "Command": "Remove-MgUserActivity", - "OutputType": null, + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248336,15 +248556,15 @@ "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 - } - }, - { + }, "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Command": "Remove-MgUserActivityHistoryItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserActivity", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248354,15 +248574,15 @@ "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 - } - }, - { + }, "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Command": "Remove-MgUserActivityHistoryItem", - "OutputType": null, + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248372,15 +248592,15 @@ "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 - } + }, + "Module": "CrossDeviceExperiences", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Remove-MgUserAppRoleAssignment", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -248390,15 +248610,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Remove-MgUserAppRoleAssignment", - "OutputType": null, + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248408,15 +248628,15 @@ "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 - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationEmailMethod", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -248434,15 +248654,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Command": "Remove-MgUserAuthenticationEmailMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248460,15 +248680,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationFido2Method", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248486,15 +248706,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Command": "Remove-MgUserAuthenticationFido2Method", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248512,15 +248732,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248538,15 +248758,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248564,41 +248784,41 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Command": "Remove-MgUserAuthenticationOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Command": "Remove-MgUserAuthenticationOperation", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248616,15 +248836,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationPhoneMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248642,15 +248862,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Command": "Remove-MgUserAuthenticationPhoneMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248668,15 +248888,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248694,15 +248914,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248720,15 +248940,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248746,15 +248966,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248772,15 +248992,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248798,15 +249018,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248824,15 +249044,15 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/calendars/{calendar-id}", - "Command": "Remove-MgUserCalendar", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -248842,15 +249062,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/calendars/{calendar-id}", "Command": "Remove-MgUserCalendar", - "OutputType": null, + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248860,15 +249080,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Command": "Remove-MgUserCalendarGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserCalendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -248878,15 +249098,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Command": "Remove-MgUserCalendarGroup", - "OutputType": null, + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -248896,45 +249116,45 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserCalendarMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserCalendarMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Command": "Remove-MgUserCalendarPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserCalendarMultiValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", @@ -248946,15 +249166,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Command": "Remove-MgUserCalendarPermission", - "OutputType": null, + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete2", "Delete3", @@ -248966,331 +249186,331 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserCalendarSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserCalendarSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserCalendarSingleValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}", - "Command": "Remove-MgUserChat", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}", "Command": "Remove-MgUserChat", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Command": "Remove-MgUserChatInstalledApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Command": "Remove-MgUserChatInstalledApp", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Command": "Remove-MgUserChatLastMessagePreview", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Command": "Remove-MgUserChatLastMessagePreview", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Command": "Remove-MgUserChatMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatLastMessagePreview", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Command": "Remove-MgUserChatMember", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Command": "Remove-MgUserChatMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Command": "Remove-MgUserChatMessage", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgUserChatMessageHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgUserChatMessageHostedContent", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Remove-MgUserChatMessageReply", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Remove-MgUserChatMessageReply", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Remove-MgUserChatMessageReplyHostedContent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReply", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Remove-MgUserChatMessageReplyHostedContent", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Command": "Remove-MgUserChatOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReplyHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Remove-MgUserChatPermissionGrant", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatOperation", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Command": "Remove-MgUserChatPinnedMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatPermissionGrant", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Command": "Remove-MgUserChatPinnedMessage", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Command": "Remove-MgUserChatTab", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatPinnedMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Command": "Remove-MgUserChatTab", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Command": "Remove-MgUserContact", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -249300,15 +249520,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}", "Command": "Remove-MgUserContact", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -249318,41 +249538,41 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Remove-MgUserContactExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Remove-MgUserContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Command": "Remove-MgUserContactFolder", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactExtension", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -249362,15 +249582,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Command": "Remove-MgUserContactFolder", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -249380,41 +249600,41 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Command": "Remove-MgUserContactFolderChildFolder", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Command": "Remove-MgUserContactFolderChildFolder", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Command": "Remove-MgUserContactFolderChildFolderContact", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -249424,15 +249644,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Command": "Remove-MgUserContactFolderChildFolderContact", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -249442,145 +249662,145 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Remove-MgUserContactFolderChildFolderContactExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Remove-MgUserContactFolderChildFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" - ], - "Permissions": [] - }, - { + ], + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Command": "Remove-MgUserContactFolderContact", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -249590,15 +249810,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Command": "Remove-MgUserContactFolderContact", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -249608,1341 +249828,1341 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Remove-MgUserContactFolderContactExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Remove-MgUserContactFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserContactSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserContactSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "PersonalContacts", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}", "Command": "Remove-MgUserDevice", - "OutputType": null, + "Uri": "/users/{user-id}/devices/{device-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "Command": "Remove-MgUserDeviceCommand", - "OutputType": null, + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Command": "Remove-MgUserDeviceEnrollmentConfiguration", - "OutputType": null, + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Command": "Remove-MgUserDeviceEnrollmentConfigurationAssignment", - "OutputType": null, + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "Command": "Remove-MgUserDeviceExtension", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "Command": "Remove-MgUserDeviceFromManagement", - "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", "Command": "Remove-MgUserDeviceFromManagement", - "OutputType": null, + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgUserDeviceFromManagement", + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": null, + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "Command": "Remove-MgUserDeviceRegisteredOwnerByRef", - "OutputType": null, + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "Command": "Remove-MgUserDeviceRegisteredUserByRef", - "OutputType": null, + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "Command": "Remove-MgUserDeviceUsageRights", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}", - "Command": "Remove-MgUserDrive", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}", "Command": "Remove-MgUserDrive", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Command": "Remove-MgUserDriveItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Command": "Remove-MgUserDriveItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Remove-MgUserDriveItemAnalytic", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Remove-MgUserDriveItemAnalytic", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Remove-MgUserDriveItemListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Remove-MgUserDriveItemListItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Remove-MgUserDriveItemListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Remove-MgUserDriveItemListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Remove-MgUserDriveItemListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Remove-MgUserDriveItemListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgUserDriveItemListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Remove-MgUserDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Remove-MgUserDriveItemPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Remove-MgUserDriveItemPermission", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Remove-MgUserDriveItemRetentionLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Remove-MgUserDriveItemSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemRetentionLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Remove-MgUserDriveItemSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Remove-MgUserDriveItemThumbnail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Remove-MgUserDriveItemThumbnail", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Remove-MgUserDriveItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Remove-MgUserDriveItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Command": "Remove-MgUserDriveList", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list", "Command": "Remove-MgUserDriveList", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Remove-MgUserDriveListColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveList", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Remove-MgUserDriveListColumn", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Remove-MgUserDriveListContentType", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Remove-MgUserDriveListContentType", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Remove-MgUserDriveListContentTypeColumn", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Remove-MgUserDriveListContentTypeColumn", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Remove-MgUserDriveListContentTypeColumnLink", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Remove-MgUserDriveListContentTypeColumnLink", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Remove-MgUserDriveListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Command": "Remove-MgUserDriveListItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgUserDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgUserDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Remove-MgUserDriveListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Remove-MgUserDriveListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Remove-MgUserDriveListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Remove-MgUserDriveListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgUserDriveListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Remove-MgUserDriveListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Remove-MgUserDriveListOperation", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Remove-MgUserDriveListOperation", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Remove-MgUserDriveListSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Remove-MgUserDriveListSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Command": "Remove-MgUserDriveRoot", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root", "Command": "Remove-MgUserDriveRoot", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Command": "Remove-MgUserDriveRootAnalytic", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "Command": "Remove-MgUserDriveRootAnalytic", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Command": "Remove-MgUserDriveRootListItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Command": "Remove-MgUserDriveRootListItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Command": "Remove-MgUserDriveRootListItemField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Command": "Remove-MgUserDriveRootListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Remove-MgUserDriveRootListItemVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Remove-MgUserDriveRootListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Remove-MgUserDriveRootListItemVersionField", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Remove-MgUserDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Remove-MgUserDriveRootPermission", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Remove-MgUserDriveRootPermission", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Command": "Remove-MgUserDriveRootRetentionLabel", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Remove-MgUserDriveRootSubscription", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootRetentionLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Remove-MgUserDriveRootSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Remove-MgUserDriveRootThumbnail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Remove-MgUserDriveRootThumbnail", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Remove-MgUserDriveRootVersion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Remove-MgUserDriveRootVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}", - "Command": "Remove-MgUserEvent", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -250952,15 +251172,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}", "Command": "Remove-MgUserEvent", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -250970,405 +251190,405 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Command": "Remove-MgUserEventAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEvent", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Command": "Remove-MgUserEventAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventAttachment", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Command": "Remove-MgUserEventExceptionOccurrenceAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Command": "Remove-MgUserEventExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Command": "Remove-MgUserEventExtension", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Command": "Remove-MgUserEventExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Command": "Remove-MgUserEventInstanceAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventExtension", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Command": "Remove-MgUserEventInstanceAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceAttachment", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Command": "Remove-MgUserEventInstanceExtension", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Command": "Remove-MgUserEventInstanceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserEventMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserEventSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserEventSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "Command": "Remove-MgUserExtension", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/extensions/{extension-id}", "Command": "Remove-MgUserExtension", - "OutputType": null, + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserExtension", + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Command": "Remove-MgUserInferenceClassificationOverride", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -251378,15 +251598,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Command": "Remove-MgUserInferenceClassificationOverride", - "OutputType": null, + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -251396,158 +251616,158 @@ "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 - } + }, + "Module": "Mail", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection", "Command": "Remove-MgUserInformationProtection", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Command": "Remove-MgUserInformationProtectionDataLossPreventionPolicy", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/policy", "Command": "Remove-MgUserInformationProtectionPolicy", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Command": "Remove-MgUserInformationProtectionPolicyLabel", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Command": "Remove-MgUserInformationProtectionSensitivityLabel", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Command": "Remove-MgUserInformationProtectionSensitivityLabelSublabel", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "Command": "Remove-MgUserInformationProtectionSensitivityPolicySetting", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequest", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequestResult", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Command": "Remove-MgUserLicenseDetail", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Command": "Remove-MgUserLicenseDetail", - "OutputType": null, + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserLicenseDetail", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Command": "Remove-MgUserMailFolder", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -251557,15 +251777,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Command": "Remove-MgUserMailFolder", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -251575,262 +251795,262 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Command": "Remove-MgUserMailFolderChildFolder", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Command": "Remove-MgUserMailFolderChildFolder", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Command": "Remove-MgUserMailFolderChildFolderMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Command": "Remove-MgUserMailFolderChildFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Command": "Remove-MgUserMailFolderChildFolderMessageMention", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Command": "Remove-MgUserMailFolderChildFolderMessageRule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Command": "Remove-MgUserMailFolderChildFolderMessageRule", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Command": "Remove-MgUserMailFolderMessage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -251840,15 +252060,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Command": "Remove-MgUserMailFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -251858,67 +252078,67 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Command": "Remove-MgUserMailFolderMessageAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Command": "Remove-MgUserMailFolderMessageAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Command": "Remove-MgUserMailFolderMessageExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageAttachment", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Command": "Remove-MgUserMailFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Command": "Remove-MgUserMailFolderMessageMention", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -251928,396 +252148,396 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageMention", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Command": "Remove-MgUserMailFolderMessageRule", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Command": "Remove-MgUserMailFolderMessageRule", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Command": "Remove-MgUserManagedDevice", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Command": "Remove-MgUserManagedDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Command": "Remove-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Command": "Remove-MgUserManagedDeviceCategory", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Command": "Remove-MgUserManagedDeviceCategory", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCategory", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Command": "Remove-MgUserManagedDeviceConfigurationState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Remove-MgUserManagedDeviceConfigurationState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Command": "Remove-MgUserManagedDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgUserManagedDeviceFirmwareConfigurationInterfaceManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Command": "Remove-MgUserManagedDeviceHealthScriptState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Command": "Remove-MgUserManagedDeviceMobileAppConfigurationState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Command": "Remove-MgUserManagedDeviceSecurityBaselineState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Command": "Remove-MgUserManagedDeviceSecurityBaselineStateSettingState", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", - "OutputType": null, "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteExpanded1", "DeleteViaIdentity1", "DeleteViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Command": "Remove-MgUserManagedDeviceWindowProtectionState", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Command": "Remove-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceWindowProtectionState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/manager/$ref", - "Command": "Remove-MgUserManagerByRef", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -252335,15 +252555,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/manager/$ref", "Command": "Remove-MgUserManagerByRef", - "OutputType": null, + "Uri": "/users/{user-id}/manager/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252361,15 +252581,15 @@ "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 } - ] + ], + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagerByRef", + "Uri": "/users/{user-id}/manager/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}", - "Command": "Remove-MgUserMessage", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -252379,15 +252599,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}", "Command": "Remove-MgUserMessage", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -252397,67 +252617,67 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Command": "Remove-MgUserMessageAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Command": "Remove-MgUserMessageAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Command": "Remove-MgUserMessageExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Command": "Remove-MgUserMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Command": "Remove-MgUserMessageMention", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageExtension", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252467,67 +252687,67 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMessageMultiValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageMention", + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMessageMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Remove-MgUserMessageSingleValueExtendedProperty", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserMessageSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Command": "Remove-MgUserMobileAppIntentAndState", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -252537,80 +252757,80 @@ "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 - } + }, + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Command": "Remove-MgUserMobileAppTroubleshootingEvent", - "OutputType": null, + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Command": "Remove-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": null, + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/notifications/{notification-id}", "Command": "Remove-MgUserNotification", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiVersion": "beta" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Command": "Remove-MgUserOnenoteNotebook", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Command": "Remove-MgUserOnenoteNotebook", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Command": "Remove-MgUserOnenotePage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -252628,15 +252848,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Command": "Remove-MgUserOnenotePage", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252654,67 +252874,67 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ] - }, - { + ], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Command": "Remove-MgUserOnenoteSection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Command": "Remove-MgUserOnenoteSection", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Remove-MgUserOnenoteSectionGroup", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Remove-MgUserOnenoteSectionGroup", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Command": "Remove-MgUserOnlineMeeting", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -252724,15 +252944,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Command": "Remove-MgUserOnlineMeeting", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -252742,71 +252962,71 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Command": "Remove-MgUserOnlineMeetingAttendanceReport", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Command": "Remove-MgUserOnlineMeetingAttendanceReport", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Command": "Remove-MgUserOnlineMeetingRegistration", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252816,15 +253036,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Command": "Remove-MgUserOnlineMeetingRegistrationCustomQuestion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingRegistration", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252834,28 +253054,28 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Command": "Remove-MgUserOnlineMeetingTranscript", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingRegistrationCustomQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", - "Command": "Remove-MgUserOnlineMeetingVirtualAppointment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252873,15 +253093,15 @@ "FullDescription": "Allows the app to read and write virtual appointments on your behalf.  ", "IsAdmin": true } - ] + ], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingVirtualAppointment", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Command": "Remove-MgUserOutlookMasterCategory", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -252891,15 +253111,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Command": "Remove-MgUserOutlookMasterCategory", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252909,15 +253129,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Command": "Remove-MgUserOutlookTask", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOutlookMasterCategory", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252927,28 +253147,28 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Command": "Remove-MgUserOutlookTaskAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOutlookTask", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Command": "Remove-MgUserOutlookTaskFolder", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOutlookTaskAttachment", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -252958,93 +253178,93 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOutlookTaskFolder", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Command": "Remove-MgUserOutlookTaskFolderTask", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Command": "Remove-MgUserOutlookTaskFolderTaskAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Command": "Remove-MgUserOutlookTaskGroup", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -253054,15 +253274,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Command": "Remove-MgUserOutlookTaskGroupTaskFolder", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOutlookTaskGroup", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253072,171 +253292,171 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOutlookTaskGroupTaskFolder", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTask", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Remove-MgUserOutlookTaskSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/photo", - "Command": "Remove-MgUserPhoto", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/photo", "Command": "Remove-MgUserPhoto", - "OutputType": null, + "Uri": "/users/{user-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserPhoto", + "Uri": "/users/{user-id}/photo", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/presence", - "Command": "Remove-MgUserPresence", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/presence", "Command": "Remove-MgUserPresence", - "OutputType": null, + "Uri": "/users/{user-id}/presence", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserPresence", + "Uri": "/users/{user-id}/presence", + "ApiVersion": "v1.0" }, { - "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile", - "Command": "Remove-MgUserProfile", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -253254,15 +253474,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Command": "Remove-MgUserProfileAccount", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfile", + "Uri": "/users/{user-id}/profile", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253280,15 +253500,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Command": "Remove-MgUserProfileAddress", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileAccount", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253306,15 +253526,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Command": "Remove-MgUserProfileAnniversary", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileAddress", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253332,15 +253552,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Command": "Remove-MgUserProfileAward", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253358,15 +253578,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Command": "Remove-MgUserProfileCertification", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileAward", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253384,15 +253604,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Command": "Remove-MgUserProfileEducationalActivity", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileCertification", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253410,15 +253630,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Command": "Remove-MgUserProfileEmail", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253436,15 +253656,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Command": "Remove-MgUserProfileInterest", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileEmail", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253462,15 +253682,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Command": "Remove-MgUserProfileLanguage", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileInterest", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253488,15 +253708,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Command": "Remove-MgUserProfileName", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileLanguage", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253514,15 +253734,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Command": "Remove-MgUserProfileNote", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileName", + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253558,15 +253778,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Command": "Remove-MgUserProfilePatent", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileNote", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253584,15 +253804,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Command": "Remove-MgUserProfilePhone", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfilePatent", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253610,15 +253830,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Command": "Remove-MgUserProfilePosition", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfilePhone", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253636,15 +253856,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Command": "Remove-MgUserProfileProject", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfilePosition", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253662,15 +253882,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Command": "Remove-MgUserProfilePublication", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileProject", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253688,15 +253908,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Command": "Remove-MgUserProfileSkill", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfilePublication", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253714,15 +253934,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Command": "Remove-MgUserProfileWebAccount", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileSkill", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253740,15 +253960,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Command": "Remove-MgUserProfileWebsite", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253766,184 +253986,184 @@ "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 } - ] + ], + "Module": "People", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserProfileWebsite", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Command": "Remove-MgUserScopedRoleMemberOf", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Command": "Remove-MgUserScopedRoleMemberOf", - "OutputType": null, + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/settings", - "Command": "Remove-MgUserSetting", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/settings", "Command": "Remove-MgUserSetting", - "OutputType": null, + "Uri": "/users/{user-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSetting", + "Uri": "/users/{user-id}/settings", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "Command": "Remove-MgUserSettingContactMergeSuggestion", - "OutputType": null, + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/settings/itemInsights", "Command": "Remove-MgUserSettingItemInsight", - "OutputType": null, + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "Command": "Remove-MgUserSettingRegionalAndLanguageSetting", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Command": "Remove-MgUserSettingShiftPreference", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/settings/shiftPreferences", "Command": "Remove-MgUserSettingShiftPreference", - "OutputType": null, + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork", - "Command": "Remove-MgUserTeamwork", - "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork", "Command": "Remove-MgUserTeamwork", - "OutputType": null, + "Uri": "/users/{user-id}/teamwork", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Command": "Remove-MgUserTeamworkAssociatedTeam", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTeamwork", + "Uri": "/users/{user-id}/teamwork", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Command": "Remove-MgUserTeamworkAssociatedTeam", - "OutputType": null, + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Command": "Remove-MgUserTeamworkInstalledApp", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -253961,15 +254181,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Command": "Remove-MgUserTeamworkInstalledApp", - "OutputType": null, + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -253987,15 +254207,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ] + ], + "Module": "Teams", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Command": "Remove-MgUserTodoList", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -254013,15 +254233,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Command": "Remove-MgUserTodoList", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -254039,41 +254259,41 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Command": "Remove-MgUserTodoListExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Command": "Remove-MgUserTodoListExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Command": "Remove-MgUserTodoListTask", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254083,15 +254303,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Command": "Remove-MgUserTodoListTask", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -254101,15 +254321,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Command": "Remove-MgUserTodoListTaskAttachment", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254119,15 +254339,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Command": "Remove-MgUserTodoListTaskAttachment", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -254137,41 +254357,41 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Command": "Remove-MgUserTodoListTaskAttachmentSession", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Command": "Remove-MgUserTodoListTaskAttachmentSession", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Command": "Remove-MgUserTodoListTaskChecklistItem", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254181,15 +254401,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Command": "Remove-MgUserTodoListTaskChecklistItem", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -254199,41 +254419,41 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Command": "Remove-MgUserTodoListTaskExtension", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Command": "Remove-MgUserTodoListTaskExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Command": "Remove-MgUserTodoListTaskLinkedResource", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254243,15 +254463,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Command": "Remove-MgUserTodoListTaskLinkedResource", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -254261,15 +254481,15 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiVersion": "v1.0" }, { - "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Command": "Remove-MgWindowsUpdatesDeployment", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" @@ -254279,45 +254499,45 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "Command": "Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesDeployment", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", - "Command": "Remove-MgWindowsUpdatesDeploymentAudienceMemberById", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Command": "Remove-MgWindowsUpdatesPolicy", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgWindowsUpdatesDeploymentAudienceMemberById", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254327,71 +254547,71 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Command": "Remove-MgWindowsUpdatesPolicyAudience", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesPolicy", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesPolicyAudience", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", - "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusion", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMemberById", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMember", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Command": "Remove-MgWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMemberById", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity", @@ -254400,30 +254620,30 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", - "Command": "Remove-MgWindowsUpdatesPolicyAudienceMemberById", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesPolicyAudienceMember", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Command": "Remove-MgWindowsUpdatesPolicyComplianceChange", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgWindowsUpdatesPolicyAudienceMemberById", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254433,15 +254653,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Command": "Remove-MgWindowsUpdatesResourceConnection", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesPolicyComplianceChange", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254451,15 +254671,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Command": "Remove-MgWindowsUpdatesUpdatableAsset", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesResourceConnection", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" @@ -254469,15 +254689,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", - "Command": "Remove-MgWindowsUpdatesUpdatableAssetMember", "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", @@ -254489,15 +254709,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", - "Command": "Remove-MgWindowsUpdatesUpdatableAssetMemberById", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgWindowsUpdatesUpdatableAssetMember", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", + "ApiVersion": "beta" + }, + { "Variants": [ "Remove", "RemoveExpanded", @@ -254509,60 +254729,60 @@ "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 - } - }, - { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "Command": "Rename-MgCommunicationCallScreenSharingRole", + }, + "Module": "WindowsUpdates", "OutputType": null, + "Method": "POST", + "Command": "Remove-MgWindowsUpdatesUpdatableAssetMemberById", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", + "ApiVersion": "beta" + }, + { "Variants": [ "Change1", "ChangeExpanded1", "ChangeViaIdentity1", "ChangeViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", "Command": "Rename-MgCommunicationCallScreenSharingRole", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "ApiVersion": "beta" + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Rename-MgCommunicationCallScreenSharingRole", + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", - "Command": "Rename-MgDeviceAppMgtTargetedManagedAppConfigurationSetting", - "OutputType": null, "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "POST", + "Command": "Rename-MgDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", - "OutputType": null, "Variants": [ "Rename", "RenameExpanded", @@ -254574,15 +254794,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPcUserAccountType", "OutputType": null, + "Method": "POST", + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "ApiVersion": "beta" + }, + { "Variants": [ "Change", "ChangeExpanded", @@ -254594,15 +254814,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPcUserAccountType", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", - "Command": "Rename-MgUserCloudPc", - "OutputType": null, "Variants": [ "Rename", "RenameExpanded", @@ -254614,30 +254834,30 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", - "Command": "Rename-MgUserCloudPcUserAccountType", "OutputType": null, + "Method": "POST", + "Command": "Rename-MgUserCloudPc", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", + "ApiVersion": "beta" + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Rename-MgUserCloudPcUserAccountType", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", - "Command": "Request-MgDeviceManagementAndroidForWorkSettingSignupUrl", - "OutputType": null, "Variants": [ "Request", "RequestExpanded" @@ -254647,15 +254867,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", - "Command": "Request-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", "OutputType": null, + "Method": "POST", + "Command": "Request-MgDeviceManagementAndroidForWorkSettingSignupUrl", + "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", + "ApiVersion": "beta" + }, + { "Variants": [ "Request", "RequestExpanded" @@ -254665,15 +254885,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", - "Command": "Request-MgDeviceManagementComanagedDeviceRemoteAssistance", "OutputType": null, + "Method": "POST", + "Command": "Request-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", + "ApiVersion": "beta" + }, + { "Variants": [ "Request", "RequestViaIdentity" @@ -254691,15 +254911,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", "OutputType": null, + "Method": "POST", + "Command": "Request-MgDeviceManagementComanagedDeviceRemoteAssistance", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiVersion": "beta" + }, + { "Variants": [ "Request", "RequestViaIdentity" @@ -254717,15 +254937,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiVersion": "beta" + }, + { "Variants": [ "Request1", "RequestViaIdentity1" @@ -254743,15 +254963,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", - "Command": "Request-MgDeviceManagementMicrosoftTunnelSiteUpgrade", "OutputType": null, + "Method": "POST", + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Request", "RequestViaIdentity" @@ -254761,41 +254981,41 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Request-MgDeviceManagementMicrosoftTunnelSiteUpgrade", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Command": "Request-MgUserManagedDeviceRemoteAssistance", - "OutputType": null, "Variants": [ "Request", "RequestViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Command": "Request-MgUserManagedDeviceRemoteAssistance", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiVersion": "beta" + }, + { "Variants": [ "Request1", "RequestViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/resetDecisions", - "Command": "Reset-MgAccessReviewDecision", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" @@ -254813,28 +255033,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", - "Command": "Reset-MgAccessReviewInstanceDecision", "OutputType": null, + "Method": "POST", + "Command": "Reset-MgAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/resetDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgAccessReviewInstanceDecision", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", - "Command": "Reset-MgComplianceEdiscoveryCaseSettingToDefault", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" @@ -254844,15 +255064,15 @@ "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 - } + }, + "Module": "Compliance", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgComplianceEdiscoveryCaseSettingToDefault", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", - "Command": "Reset-MgDeviceManagementComanagedDevicePasscode", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" @@ -254862,15 +255082,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "OutputType": null, + "Method": "POST", + "Command": "Reset-MgDeviceManagementComanagedDevicePasscode", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset", "ResetViaIdentity" @@ -254880,15 +255100,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", "Command": "Reset-MgDeviceManagementManagedDevicePasscode", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset1", "ResetViaIdentity1" @@ -254898,15 +255118,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", - "Command": "Reset-MgEducationSynchronizationProfile", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" @@ -254916,15 +255136,15 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - } + }, + "Module": "Education", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/resetUnseenCount", - "Command": "Reset-MgGroupUnseenCount", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" @@ -254934,15 +255154,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/resetUnseenCount", "Command": "Reset-MgGroupUnseenCount", - "OutputType": null, + "Uri": "/groups/{group-id}/resetUnseenCount", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset1", "ResetViaIdentity1" @@ -254952,28 +255172,28 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgGroupUnseenCount", + "Uri": "/groups/{group-id}/resetUnseenCount", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", - "Command": "Reset-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "Method": "POST", + "Command": "Reset-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset", "ResetViaIdentity" @@ -254983,15 +255203,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset1", "ResetViaIdentity1" @@ -255001,15 +255221,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "OutputType": null, "Variants": [ "Reset" ], @@ -255018,15 +255238,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "OutputType": null, + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset1" ], @@ -255035,28 +255255,28 @@ "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 - } + }, + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/print/printers/{printer-id}/resetDefaults", - "Command": "Reset-MgPrintPrinterDefault", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CloudPrint", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgPrintPrinterDefault", + "Uri": "/print/printers/{printer-id}/resetDefaults", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", - "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" @@ -255066,15 +255286,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset1", "ResetViaIdentity1" @@ -255084,15 +255304,15 @@ "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 - } + }, + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "Command": "Reset-MgUserAuthenticationMethodPassword", - "OutputType": null, "Variants": [ "Reset", "ResetExpanded", @@ -255104,15 +255324,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", "Command": "Reset-MgUserAuthenticationMethodPassword", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset1", "ResetExpanded1", @@ -255124,69 +255344,69 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "Command": "Reset-MgUserManagedDevicePasscode", "OutputType": null, + "Method": "POST", + "Command": "Reset-MgUserAuthenticationMethodPassword", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", "Command": "Reset-MgUserManagedDevicePasscode", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "ApiVersion": "beta" + }, + { "Variants": [ "Reset1", "ResetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", - "Command": "Reset-MgUserPendingAccessReviewInstanceDecision", "OutputType": null, + "Method": "POST", + "Command": "Reset-MgUserManagedDevicePasscode", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Reset-MgUserPendingAccessReviewInstanceDecision", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", - "Command": "Resize-MgDeviceManagementComanagedDeviceCloudPc", - "OutputType": null, "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", - "Command": "Resize-MgDeviceManagementManagedDeviceCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Resize-MgDeviceManagementComanagedDeviceCloudPc", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Resize", "ResizeExpanded", @@ -255198,45 +255418,45 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Resize-MgDeviceManagementManagedDeviceCloudPc", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", - "Command": "Resize-MgUserManagedDeviceCloudPc", - "OutputType": null, "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Resize-MgUserManagedDeviceCloudPc", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Command": "Restart-MgApplicationSynchronizationJob", - "OutputType": null, "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Restart-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", - "Command": "Restart-MgDeviceManagementComanagedDeviceNow", - "OutputType": null, "Variants": [ "Reboot", "RebootViaIdentity" @@ -255246,15 +255466,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "Command": "Restart-MgDeviceManagementManagedDeviceNow", "OutputType": null, + "Method": "POST", + "Command": "Restart-MgDeviceManagementComanagedDeviceNow", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", + "ApiVersion": "beta" + }, + { "Variants": [ "Reboot", "RebootViaIdentity" @@ -255264,15 +255484,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", "Command": "Restart-MgDeviceManagementManagedDeviceNow", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "ApiVersion": "beta" + }, + { "Variants": [ "Reboot1", "RebootViaIdentity1" @@ -255282,15 +255502,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Restart-MgDeviceManagementManagedDeviceNow", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reboot", "RebootViaIdentity" @@ -255300,15 +255520,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Command": "Restart-MgServicePrincipalSynchronizationJob", - "OutputType": null, "Variants": [ "Restart", "RestartExpanded", @@ -255320,15 +255540,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Restart-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", - "Command": "Restart-MgTeamworkDevice", - "OutputType": null, "Variants": [ "Restart", "RestartViaIdentity" @@ -255338,15 +255558,15 @@ "Description": "Read and write Teams devices", "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Restart-MgTeamworkDevice", + "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", - "Command": "Restart-MgUserCloudPc", - "OutputType": null, "Variants": [ "Reboot", "RebootViaIdentity" @@ -255356,56 +255576,56 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "Command": "Restart-MgUserManagedDeviceNow", "OutputType": null, + "Method": "POST", + "Command": "Restart-MgUserCloudPc", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", + "ApiVersion": "beta" + }, + { "Variants": [ "Reboot", "RebootViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", "Command": "Restart-MgUserManagedDeviceNow", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "ApiVersion": "beta" + }, + { "Variants": [ "Reboot1", "RebootViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Restart-MgUserManagedDeviceNow", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", - "Command": "Restore-MgDeviceManagementComanagedDeviceCloudPc", - "OutputType": null, "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", - "Command": "Restore-MgDeviceManagementComanagedDevicePasscode", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDeviceManagementComanagedDeviceCloudPc", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Recover", "RecoverViaIdentity" @@ -255415,15 +255635,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", - "Command": "Restore-MgDeviceManagementManagedDeviceCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDeviceManagementComanagedDevicePasscode", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreExpanded", @@ -255435,15 +255655,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDeviceManagementManagedDeviceCloudPc", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Recover", "RecoverViaIdentity" @@ -255453,15 +255673,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", "Command": "Restore-MgDeviceManagementManagedDevicePasscode", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiVersion": "beta" + }, + { "Variants": [ "Recover1", "RecoverViaIdentity1" @@ -255471,15 +255691,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreExpanded", @@ -255491,15 +255711,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "Command": "Restore-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Restore", "RestoreViaIdentity" @@ -255529,15 +255749,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "Command": "Restore-MgDirectoryDeletedItem", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -255567,97 +255787,97 @@ "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 } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Restore-MgDirectoryDeletedItem", + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "Command": "Restore-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", "Command": "Restore-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Command": "Restore-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgDriveItemListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgDriveItemListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Command": "Restore-MgDriveItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" @@ -255681,15 +255901,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Command": "Restore-MgDriveItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -255713,508 +255933,521 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgDriveListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgDriveListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/restore", - "Command": "Restore-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Restore-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/restore", "Command": "Restore-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Command": "Restore-MgDriveRoot", + "Uri": "/drives/{drive-id}/root/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgDriveRootListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgDriveRootListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Command": "Restore-MgDriveRootVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Command": "Restore-MgDriveRootVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Command": "Restore-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Command": "Restore-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Command": "Restore-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgGroupDriveItemListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgGroupDriveItemListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Command": "Restore-MgGroupDriveItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Command": "Restore-MgGroupDriveItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgGroupDriveListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgGroupDriveListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "Command": "Restore-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", "Command": "Restore-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Command": "Restore-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgGroupDriveRootListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgGroupDriveRootListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Command": "Restore-MgGroupDriveRootVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Command": "Restore-MgGroupDriveRootVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Restore-MgGroupSettingTemplate", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgGroupSiteListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgGroupSiteListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupSiteListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" @@ -256232,15 +256465,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "ApiVersion": "beta" }, { - "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "Command": "Restore-MgPrintPrinterFactoryDefault", - "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -256258,15 +256491,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "Command": "Restore-MgPrintPrinterFactoryDefault", - "OutputType": null, + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" @@ -256284,75 +256517,75 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] + ], + "Module": "Devices.CloudPrint", + "OutputType": null, + "Method": "POST", + "Command": "Restore-MgPrintPrinterFactoryDefault", + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgShareListItemDocumentSetVersion", - "OutputType": null, "Variants": [ "Restore2", "Restore3", "RestoreViaIdentity2", "RestoreViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgShareListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgShareListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgShareListItemDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore2", "Restore3", "RestoreViaIdentity2", "RestoreViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgShareListItemVersion", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Restore-MgShareListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgSiteListItemDocumentSetVersion", - "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -256376,15 +256609,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgSiteListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" @@ -256408,15 +256641,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgSiteListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -256440,15 +256673,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgSiteListItemVersion", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" @@ -256472,339 +256705,339 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Sites", + "OutputType": null, + "Method": "POST", + "Command": "Restore-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", - "Command": "Restore-MgUserCloudPc", - "OutputType": null, "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Command": "Restore-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgUserCloudPc", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Command": "Restore-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Command": "Restore-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgUserDriveItemListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgUserDriveItemListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Command": "Restore-MgUserDriveItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Command": "Restore-MgUserDriveItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgUserDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgUserDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgUserDriveListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgUserDriveListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "Command": "Restore-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgUserDriveListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", "Command": "Restore-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Command": "Restore-MgUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Command": "Restore-MgUserDriveRootListItemVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Command": "Restore-MgUserDriveRootListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Command": "Restore-MgUserDriveRootVersion", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Command": "Restore-MgUserDriveRootVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "beta" + }, + { "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", - "Command": "Restore-MgUserManagedDeviceCloudPc", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveRootVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "Command": "Restore-MgUserManagedDevicePasscode", "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserManagedDeviceCloudPc", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", + "ApiVersion": "beta" + }, + { "Variants": [ "Recover", "RecoverViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", "Command": "Restore-MgUserManagedDevicePasscode", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiVersion": "beta" + }, + { "Variants": [ "Recover1", "RecoverViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserManagedDevicePasscode", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", - "Command": "Resume-MgEducationSynchronizationProfile", - "OutputType": null, "Variants": [ "Resume", "ResumeViaIdentity" @@ -256814,15 +257047,15 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - } + }, + "Module": "Education", + "OutputType": null, + "Method": "POST", + "Command": "Resume-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "Command": "Resume-MgEntitlementManagementAccessPackageAssignmentRequest", - "OutputType": null, "Variants": [ "Resume", "ResumeExpanded", @@ -256834,60 +257067,60 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "OutputType": null, + "Method": "POST", + "Command": "Resume-MgEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "ApiVersion": "beta" + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiVersion": "beta" + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiVersion": "beta" + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", - "Command": "Revoke-MgDeviceAppMgtVppTokenLicense", - "OutputType": null, "Variants": [ "Revoke", "RevokeExpanded", @@ -256907,15 +257140,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgDeviceAppMgtVppTokenLicense", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", - "Command": "Revoke-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "OutputType": null, "Variants": [ "Revoke", "RevokeViaIdentity" @@ -256925,15 +257158,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", - "Command": "Revoke-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" @@ -256943,15 +257176,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Command": "Revoke-MgDeviceManagementComanagedDeviceAppleVppLicense", "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" @@ -256961,15 +257194,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Command": "Revoke-MgDeviceManagementManagedDeviceAppleVppLicense", "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgDeviceManagementComanagedDeviceAppleVppLicense", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" @@ -256979,15 +257212,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgDeviceManagementManagedDeviceAppleVppLicense", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Command": "Revoke-MgDriveItemPermissionGrant", - "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Revoke", "RevokeExpanded", @@ -257013,148 +257246,148 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", + "Method": "POST", + "Command": "Revoke-MgDriveItemPermissionGrant", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" }, { + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "Command": "Revoke-MgDriveRootPermissionGrant", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "Command": "Revoke-MgGroupDriveItemPermissionGrant", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "Command": "Revoke-MgGroupDriveRootPermissionGrant", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", "Command": "Revoke-MgGroupSitePermissionGrant", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", "Command": "Revoke-MgSharePermissionGrant", - "OutputType": "IMicrosoftGraphPermission1", + "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", "Command": "Revoke-MgSitePermissionGrant", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "Command": "Revoke-MgUserDriveItemPermissionGrant", - "OutputType": "IMicrosoftGraphPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPermission", "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "Command": "Revoke-MgUserDriveRootPermissionGrant", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Command": "Revoke-MgUserManagedDeviceAppleVppLicense", - "OutputType": null, "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/revokeSignInSessions", - "Command": "Revoke-MgUserSignInSession", "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgUserManagedDeviceAppleVppLicense", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" @@ -257172,15 +257405,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/revokeSignInSessions", "Command": "Revoke-MgUserSignInSession", - "OutputType": null, + "Uri": "/users/{user-id}/revokeSignInSessions", + "ApiVersion": "beta" + }, + { "Variants": [ "Revoke1", "RevokeViaIdentity1" @@ -257198,80 +257431,80 @@ "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 } - ] + ], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgUserSignInSession", + "Uri": "/users/{user-id}/revokeSignInSessions", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", - "Command": "Search-MgDeviceManagementImportedDeviceIdentityExistingIdentity", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Variants": [ "Search", "SearchExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "POST", + "Command": "Search-MgDeviceManagementImportedDeviceIdentityExistingIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/search(q='{q}')", - "Command": "Search-MgDrive", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/search(q='{q}')", "Command": "Search-MgDrive", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Command": "Search-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Search-MgDrive", + "Uri": "/drives/{drive-id}/search(q='{q}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Command": "Search-MgDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "Command": "Search-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Search-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Search1", "SearchViaIdentity1" @@ -257313,15 +257546,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/drives/{drive-id}/root/search(q='{q}')", "Command": "Search-MgDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search", "SearchViaIdentity" @@ -257363,184 +257596,184 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgDriveRoot", + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "Command": "Search-MgGroupDrive", - "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", "Command": "Search-MgGroupDrive", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Command": "Search-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgGroupDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Command": "Search-MgGroupDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "Command": "Search-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", "Command": "Search-MgGroupDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", + "Method": "GET", + "Command": "Search-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "Command": "Search-MgUserDrive", - "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", "Command": "Search-MgUserDrive", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Command": "Search-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Search-MgUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Command": "Search-MgUserDriveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "Command": "Search-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem1", + "Command": "Search-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", "Command": "Search-MgUserDriveRoot", - "OutputType": "IMicrosoftGraphDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiVersion": "beta" + }, + { "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", - "Command": "Send-MgAccessReviewInstanceReminder", - "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/sendReminder", - "Command": "Send-MgAccessReviewReminder", "OutputType": null, + "Method": "POST", + "Command": "Send-MgAccessReviewInstanceReminder", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendViaIdentity" @@ -257558,15 +257791,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Send-MgAccessReviewReminder", + "Uri": "/accessReviews/{accessReview-id}/sendReminder", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/sendActivityNotification", - "Command": "Send-MgChatActivityNotification", - "OutputType": null, "Variants": [ "Send1", "SendExpanded1", @@ -257578,15 +257811,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/sendActivityNotification", "Command": "Send-MgChatActivityNotification", - "OutputType": null, + "Uri": "/chats/{chat-id}/sendActivityNotification", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendExpanded", @@ -257598,15 +257831,15 @@ "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 - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Send-MgChatActivityNotification", + "Uri": "/chats/{chat-id}/sendActivityNotification", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Command": "Send-MgDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", - "OutputType": null, "Variants": [ "Send", "SendExpanded", @@ -257626,28 +257859,28 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", - "Command": "Send-MgDeviceManagementCustomNotificationToCompanyPortal", "OutputType": null, + "Method": "POST", + "Command": "Send-MgDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Command": "Send-MgDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", "OutputType": null, + "Method": "POST", + "Command": "Send-MgDeviceManagementCustomNotificationToCompanyPortal", + "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendExpanded", @@ -257667,15 +257900,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", "OutputType": null, + "Method": "POST", + "Command": "Send-MgDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendViaIdentity" @@ -257685,15 +257918,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", - "OutputType": null, + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendViaIdentity1" @@ -257703,54 +257936,54 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Send", + "SendViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", "Command": "Send-MgFinancialCompanySaleInvoice", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", "Command": "Send-MgFinancialCompanySaleQuote", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", "Command": "Send-MgIdentityGovernanceAccessReviewDecisionInstanceReminder", - "OutputType": null, - "Variants": [ - "Send", - "SendViaIdentity" - ], - "Permissions": [] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "OutputType": null, "Variants": [ "Send", "SendViaIdentity" @@ -257760,15 +257993,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendViaIdentity1" @@ -257778,15 +258011,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/sendActivityNotification", - "Command": "Send-MgTeamActivityNotification", - "OutputType": null, "Variants": [ "Send1", "SendExpanded1", @@ -257798,15 +258031,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/sendActivityNotification", "Command": "Send-MgTeamActivityNotification", - "OutputType": null, + "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendExpanded", @@ -257818,15 +258051,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "Command": "Send-MgTeamworkActivityNotificationToRecipient", "OutputType": null, + "Method": "POST", + "Command": "Send-MgTeamActivityNotification", + "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Send1", "SendExpanded1" @@ -257836,15 +258069,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/sendActivityNotificationToRecipients", "Command": "Send-MgTeamworkActivityNotificationToRecipient", - "OutputType": null, + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendExpanded" @@ -257854,45 +258087,45 @@ "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 - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "Command": "Send-MgUserChatActivityNotification", - "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", "Command": "Send-MgUserChatActivityNotification", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendExpanded1", "SendViaIdentity1", "SendViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/sendMail", - "Command": "Send-MgUserMail", "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserChatActivityNotification", + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Send", "SendExpanded", @@ -257904,15 +258137,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/sendMail", "Command": "Send-MgUserMail", - "OutputType": null, + "Uri": "/users/{user-id}/sendMail", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendExpanded1", @@ -257924,82 +258157,82 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "Command": "Send-MgUserMailFolderChildFolderMessage", "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMail", + "Uri": "/users/{user-id}/sendMail", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", "Command": "Send-MgUserMailFolderChildFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "Command": "Send-MgUserMailFolderMessage", "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", "Command": "Send-MgUserMailFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Command": "Send-MgUserManagedDeviceCustomNotificationToCompanyPortal", "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/send", - "Command": "Send-MgUserMessage", "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserManagedDeviceCustomNotificationToCompanyPortal", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendViaIdentity" @@ -258009,15 +258242,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/send", "Command": "Send-MgUserMessage", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/send", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendViaIdentity1" @@ -258027,28 +258260,28 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", - "Command": "Send-MgUserPendingAccessReviewInstanceReminder", "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}/send", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "Command": "Send-MgUserTeamworkActivityNotification", "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserPendingAccessReviewInstanceReminder", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", + "ApiVersion": "beta" + }, + { "Variants": [ "Send", "SendExpanded", @@ -258060,15 +258293,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", "Command": "Send-MgUserTeamworkActivityNotification", - "OutputType": null, + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "ApiVersion": "beta" + }, + { "Variants": [ "Send1", "SendExpanded1", @@ -258080,41 +258313,41 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserTeamworkActivityNotification", + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "Command": "Set-MgAppCatalogTeamAppDefinitionColorIconHostedContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "Command": "Set-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Command": "Set-MgApplicationConnectorGroupByRef", - "OutputType": null, "Variants": [ "Set", "SetExpanded", @@ -258126,15 +258359,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/applications/{application-id}/logo", - "Command": "Set-MgApplicationLogo", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgApplicationConnectorGroupByRef", + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -258144,15 +258377,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/applications/{application-id}/logo", "Command": "Set-MgApplicationLogo", - "OutputType": null, + "Uri": "/applications/{application-id}/logo", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -258162,28 +258395,28 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/applications/{application-id}/synchronization/secrets", - "Command": "Set-MgApplicationSynchronizationSecret", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgApplicationLogo", + "Uri": "/applications/{application-id}/logo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/setVerifiedPublisher", - "Command": "Set-MgApplicationVerifiedPublisher", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgApplicationSynchronizationSecret", + "Uri": "/applications/{application-id}/synchronization/secrets", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -258194,16 +258427,16 @@ "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 - } - }, - { + "IsAdmin": true + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/{application-id}/setVerifiedPublisher", "Command": "Set-MgApplicationVerifiedPublisher", - "OutputType": null, + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", @@ -258215,265 +258448,265 @@ "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 - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgApplicationVerifiedPublisher", + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgChatMessageHostedContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgChatMessageHostedContent", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Command": "Set-MgChatMessageReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgChatMessageReplyHostedContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgChatMessageReaction", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgChatMessageReplyHostedContent", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Command": "Set-MgChatMessageReplyReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgChatMessageReplyReaction", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Command": "Set-MgCommunicationOnlineMeetingAlternativeRecording", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingAlternativeRecording", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "Command": "Set-MgCommunicationOnlineMeetingRecording", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Permissions": [] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setPresence", - "Command": "Set-MgCommunicationPresence", - "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setPresence", "Command": "Set-MgCommunicationPresence", - "OutputType": null, + "Uri": "/communications/presences/{presence-id}/setPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "Command": "Set-MgCommunicationPresenceStatusMessage", "OutputType": null, + "Method": "POST", + "Command": "Set-MgCommunicationPresence", + "Uri": "/communications/presences/{presence-id}/setPresence", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "Command": "Set-MgCommunicationPresenceUserPreferredPresence", "OutputType": null, + "Method": "POST", + "Command": "Set-MgCommunicationPresenceStatusMessage", + "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", "Command": "Set-MgCommunicationPresenceUserPreferredPresence", - "OutputType": null, + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", - "Command": "Set-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", - "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "Command": "Set-MgDeviceAppMgtManagedEBook", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258485,15 +258718,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", "Command": "Set-MgDeviceAppMgtManagedEBook", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -258505,15 +258738,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "Command": "Set-MgDeviceAppMgtMobileApp", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppMgtManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258525,15 +258758,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", "Command": "Set-MgDeviceAppMgtMobileApp", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -258545,15 +258778,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "Command": "Set-MgDeviceAppMgtMobileAppConfiguration", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppMgtMobileApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258565,15 +258798,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "Command": "Set-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -258585,15 +258818,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "Command": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppMgtMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258605,15 +258838,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", "Command": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -258625,15 +258858,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", - "Command": "Set-MgDeviceAppMgtWdacSupplementalPolicy", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258645,15 +258878,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", - "Command": "Set-MgDeviceAppMgtWindowManagedAppProtection", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppMgtWdacSupplementalPolicy", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258673,15 +258906,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppMgtWindowManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", - "Command": "Set-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", - "OutputType": null, "Variants": [ "Set", "SetExpanded" @@ -258691,15 +258924,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", - "Command": "Set-MgDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -258711,30 +258944,30 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Command": "Set-MgDeviceManagementComanagedDeviceCloudPcReviewStatus", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", - "Command": "Set-MgDeviceManagementComanagedDeviceName", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementComanagedDeviceCloudPcReviewStatus", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -258746,15 +258979,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", - "Command": "Set-MgDeviceManagementCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Set-MgDeviceManagementComanagedDeviceName", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258766,15 +258999,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", - "Command": "Set-MgDeviceManagementCompliancePolicyScheduledAction", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Command": "Set-MgDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -258786,15 +259019,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", - "Command": "Set-MgDeviceManagementConfigurationPolicy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Set-MgDeviceManagementCompliancePolicyScheduledAction", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258806,15 +259039,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", - "Command": "Set-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", - "OutputType": null, + "Command": "Set-MgDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -258824,15 +259057,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", + "Command": "Set-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -258844,15 +259077,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258864,28 +259097,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", - "Command": "Set-MgDeviceManagementDeviceCompliancePolicyScheduledRetireState", - "OutputType": null, + "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", - "Command": "Set-MgDeviceManagementDeviceComplianceScript", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceCompliancePolicyScheduledRetireState", + "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258905,15 +259138,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "Command": "Set-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", + "Command": "Set-MgDeviceManagementDeviceComplianceScript", + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -258925,15 +259158,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", "Command": "Set-MgDeviceManagementDeviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258945,15 +259178,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", - "Command": "Set-MgDeviceManagementDeviceCustomAttributeShellScript", - "OutputType": null, + "Command": "Set-MgDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -258973,15 +259206,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceCustomAttributeShellScript", + "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259001,15 +259234,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -259029,15 +259262,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", @@ -259057,15 +259290,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", - "OutputType": null, + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", @@ -259085,15 +259318,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", - "Command": "Set-MgDeviceManagementDeviceHealthScript", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259113,15 +259346,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", - "Command": "Set-MgDeviceManagementDeviceShellScript", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259141,15 +259374,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", - "Command": "Set-MgDeviceManagementEmbeddedSimActivationCodePool", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Command": "Set-MgDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259161,15 +259394,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", - "Command": "Set-MgDeviceManagementGroupPolicyConfiguration", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Command": "Set-MgDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259181,15 +259414,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", - "Command": "Set-MgDeviceManagementIntent", - "OutputType": null, + "Command": "Set-MgDeviceManagementGroupPolicyConfiguration", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259201,15 +259434,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", - "Command": "Set-MgDeviceManagementIntuneBrandingProfile", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementIntent", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259221,15 +259454,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Command": "Set-MgDeviceManagementManagedDeviceCloudPcReviewStatus", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementIntuneBrandingProfile", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -259241,15 +259474,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", - "Command": "Set-MgDeviceManagementManagedDeviceName", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementManagedDeviceCloudPcReviewStatus", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -259261,15 +259494,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", - "Command": "Set-MgDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementManagedDeviceName", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -259279,15 +259512,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", - "Command": "Set-MgDeviceManagementResourceAccessProfile", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Command": "Set-MgDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259299,15 +259532,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", - "Command": "Set-MgDeviceManagementRoleScopeTag", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Command": "Set-MgDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259327,30 +259560,30 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", - "Command": "Set-MgDeviceManagementScript", - "OutputType": null, + "Command": "Set-MgDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementScript", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259362,15 +259595,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259382,45 +259615,45 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", - "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfile", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserToDevice", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", - "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityResourceAccountToDevice", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserToDevice", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259432,15 +259665,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityResourceAccountToDevice", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259452,15 +259685,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice", - "OutputType": null, + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -259472,15 +259705,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", - "Command": "Set-MgDeviceManagementWindowDriverUpdateProfile", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259492,15 +259725,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", - "Command": "Set-MgDeviceManagementWindowFeatureUpdateProfile", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowDriverUpdateProfile", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259512,15 +259745,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", - "Command": "Set-MgDeviceManagementWindowQualityUpdateProfile", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259532,93 +259765,93 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowQualityUpdateProfile", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Command": "Set-MgDriveBundleContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Command": "Set-MgDriveBundleContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Command": "Set-MgDriveFollowingContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveBundleContent", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "Command": "Set-MgDriveFollowingContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Command": "Set-MgDriveItemChildContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveFollowingContent", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Command": "Set-MgDriveItemChildContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Command": "Set-MgDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveItemChildContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -259642,15 +259875,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Command": "Set-MgDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -259674,41 +259907,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Command": "Set-MgDriveItemListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Command": "Set-MgDriveItemListItemDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Command": "Set-MgDriveItemSensitivityLabel", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveItemListItemDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", @@ -259728,212 +259961,212 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Command": "Set-MgDriveItemVersionContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDriveItemSensitivityLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Command": "Set-MgDriveItemVersionContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Set-MgDriveListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Command": "Set-MgDriveListItemDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Command": "Set-MgDriveRootChildContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveListItemDriveItemContent", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "Command": "Set-MgDriveRootChildContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/root/content", - "Command": "Set-MgDriveRootContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveRootChildContent", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/root/content", "Command": "Set-MgDriveRootContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Command": "Set-MgDriveRootListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveRootContent", + "Uri": "/drives/{drive-id}/root/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "Command": "Set-MgDriveRootListItemDriveItemContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "Command": "Set-MgDriveRootSensitivityLabel", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveRootListItemDriveItemContent", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Command": "Set-MgDriveRootVersionContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgDriveRootSensitivityLabel", + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Command": "Set-MgDriveRootVersionContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Command": "Set-MgDriveSpecialContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveRootVersionContent", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Command": "Set-MgDriveSpecialContent", - "OutputType": null, + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgDriveSpecialContent", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Set-MgEducationClassAssignmentRubricByRef", - "OutputType": null, "Variants": [ "Set1", "SetExpanded1", @@ -259953,15 +260186,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Set-MgEducationClassAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -259981,15 +260214,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] + ], + "Module": "Education", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Set1", "SetViaIdentity1" @@ -260007,15 +260240,15 @@ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -260033,41 +260266,41 @@ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Command": "Set-MgEducationClassAssignmentUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -260085,15 +260318,15 @@ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Command": "Set-MgEducationClassAssignmentUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -260111,231 +260344,231 @@ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] + ], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Method": "POST", + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Set-MgEducationMeAssignmentRubricByRef", - "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Set-MgEducationMeAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEducationMeAssignmentRubricByRef", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Command": "Set-MgEducationMeAssignmentUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", "Command": "Set-MgEducationMeAssignmentUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Command": "Set-MgEducationUserAssignmentRubricByRef", - "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Command": "Set-MgEducationUserAssignmentRubricByRef", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEducationUserAssignmentRubricByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Command": "Set-MgEducationUserAssignmentUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Command": "Set-MgEducationUserAssignmentUpResourceFolder", - "OutputType": "IMicrosoftGraphEducationAssignment1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Command": "Set-MgEntitlementManagementAccessPackageAssignmentPolicy", - "OutputType": null, "Variants": [ "Set", "SetExpanded", @@ -260347,15 +260580,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "PUT", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Command": "Set-MgEntitlementManagementAssignmentPolicy", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -260367,15 +260600,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEntitlementManagementAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Command": "Set-MgExternalConnectionItem", - "OutputType": null, "Variants": [ "Set1", "SetExpanded1", @@ -260395,15 +260628,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Command": "Set-MgExternalConnectionItem", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -260423,612 +260656,612 @@ "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 } - ] + ], + "Module": "Search", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanyCustomerPaymentCustomerPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanyCustomerPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanyEmployeePictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "Command": "Set-MgFinancialCompanyInformationPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanyItemPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanyPictureContent", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Command": "Set-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" }, { + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanyPurchaseInvoiceVendorPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanySaleCreditMemoCustomerPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanySaleCreditMemoLineItemPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "Command": "Set-MgFinancialCompanySaleInvoiceCustomerPictureContent", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Command": "Set-MgFinancialCompanySaleInvoiceLineItemPictureContent", - "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Command": "Set-MgFinancialCompanySaleOrderCustomerPictureContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgFinancialCompanySaleInvoiceLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Command": "Set-MgFinancialCompanySaleOrderLineItemPictureContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgFinancialCompanySaleOrderCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Command": "Set-MgFinancialCompanySaleQuoteCustomerPictureContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgFinancialCompanySaleOrderLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Command": "Set-MgFinancialCompanySaleQuoteLineItemPictureContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgFinancialCompanySaleQuoteCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Command": "Set-MgFinancialCompanyVendorPictureContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgFinancialCompanySaleQuoteLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgFinancialCompanyVendorPictureContent", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Command": "Set-MgGroupDriveBundleContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Command": "Set-MgGroupDriveBundleContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Command": "Set-MgGroupDriveFollowingContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveBundleContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "Command": "Set-MgGroupDriveFollowingContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Command": "Set-MgGroupDriveItemChildContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveFollowingContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Command": "Set-MgGroupDriveItemChildContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Command": "Set-MgGroupDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveItemChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "Command": "Set-MgGroupDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Command": "Set-MgGroupDriveItemListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Command": "Set-MgGroupDriveItemListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Command": "Set-MgGroupDriveItemSensitivityLabel", - "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgGroupDriveItemSensitivityLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Command": "Set-MgGroupDriveItemVersionContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Command": "Set-MgGroupDriveItemVersionContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Set-MgGroupDriveListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveItemVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Command": "Set-MgGroupDriveListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Command": "Set-MgGroupDriveRootChildContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Command": "Set-MgGroupDriveRootChildContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Command": "Set-MgGroupDriveRootContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveRootChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "Command": "Set-MgGroupDriveRootContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Command": "Set-MgGroupDriveRootListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveRootContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "Command": "Set-MgGroupDriveRootListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Command": "Set-MgGroupDriveRootSensitivityLabel", - "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgGroupDriveRootSensitivityLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Command": "Set-MgGroupDriveRootVersionContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Command": "Set-MgGroupDriveRootVersionContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Command": "Set-MgGroupDriveSpecialContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveRootVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Command": "Set-MgGroupDriveSpecialContent", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupDriveSpecialContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/assignLicense", - "Command": "Set-MgGroupLicense", - "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Assign", "AssignExpanded", @@ -261048,15 +261281,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphGroup1", "Method": "POST", - "Uri": "/groups/{group-id}/assignLicense", "Command": "Set-MgGroupLicense", - "OutputType": "IMicrosoftGraphGroup", + "Uri": "/groups/{group-id}/assignLicense", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -261076,93 +261309,93 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", + "Command": "Set-MgGroupLicense", + "Uri": "/groups/{group-id}/assignLicense", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Command": "Set-MgGroupOnenotePageContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Command": "Set-MgGroupOnenotePageContent", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Command": "Set-MgGroupOnenoteResourceContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupOnenotePageContent", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Command": "Set-MgGroupOnenoteResourceContent", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Command": "Set-MgGroupOnenoteSectionPageContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Command": "Set-MgGroupOnenoteSectionPageContent", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupOnenoteSectionPageContent", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/photo/$value", - "Command": "Set-MgGroupPhotoContent", - "OutputType": null, "Variants": [ "Set", "Set1", @@ -261174,15 +261407,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/photo/$value", "Command": "Set-MgGroupPhotoContent", - "OutputType": null, + "Uri": "/groups/{group-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set2", "Set3", @@ -261194,41 +261427,41 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Command": "Set-MgGroupSiteListItemDriveItemContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Command": "Set-MgGroupSiteListItemDriveItemContent", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupSiteListItemDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team", - "Command": "Set-MgGroupTeam", - "OutputType": null, "Variants": [ "Set", "SetExpanded", @@ -261248,15 +261481,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team", "Command": "Set-MgGroupTeam", - "OutputType": null, + "Uri": "/groups/{group-id}/team", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", @@ -261276,240 +261509,240 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Command": "Set-MgGroupTeamChannelFileFolderContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeam", + "Uri": "/groups/{group-id}/team", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Command": "Set-MgGroupTeamChannelFileFolderContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgGroupTeamChannelMessageHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgGroupTeamChannelMessageHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/photo/$value", - "Command": "Set-MgGroupTeamPhotoContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/photo/$value", "Command": "Set-MgGroupTeamPhotoContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamPhotoContent", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/groups/{group-id}/team/schedule", - "Command": "Set-MgGroupTeamSchedule", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/groups/{group-id}/team/schedule", "Command": "Set-MgGroupTeamSchedule", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamSchedule", + "Uri": "/groups/{group-id}/team/schedule", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Command": "Set-MgIdentityB2CUserFlowLanguageDefaultPageContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Command": "Set-MgIdentityB2CUserFlowLanguageOverridePageContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2CUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261519,56 +261752,56 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Command": "Set-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2CUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -261578,15 +261811,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261596,149 +261829,149 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Command": "Set-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Command": "Set-MgOrganizationBrandingBackgroundImage", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/backgroundImage", "Command": "Set-MgOrganizationBrandingBackgroundImage", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Command": "Set-MgOrganizationBrandingBannerLogo", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBackgroundImage", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/bannerLogo", "Command": "Set-MgOrganizationBrandingBannerLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBannerLogo", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/customCSS", "Command": "Set-MgOrganizationBrandingCustomCss", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/favicon", "Command": "Set-MgOrganizationBrandingFavicon", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/headerLogo", "Command": "Set-MgOrganizationBrandingHeaderLogo", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Permissions": [] + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" @@ -261748,15 +261981,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -261766,15 +261999,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261784,15 +262017,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -261802,15 +262035,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261820,15 +262053,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Command": "Set-MgOrganizationBrandingLocalizationFavicon", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261838,15 +262071,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationFavicon", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261856,15 +262089,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261874,15 +262107,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -261892,15 +262125,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261910,54 +262143,54 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Command": "Set-MgOrganizationBrandingSquareLogo", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/squareLogo", "Command": "Set-MgOrganizationBrandingSquareLogo", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Command": "Set-MgOrganizationBrandingSquareLogoDark", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -261975,15 +262208,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", - "OutputType": null, + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -262001,93 +262234,93 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "Command": "Set-MgServicePrincipalSynchronizationSecret", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" @@ -262097,279 +262330,279 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronizationSecret", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Command": "Set-MgShareDriveItemContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Command": "Set-MgShareDriveItemContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Command": "Set-MgShareItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgShareDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Command": "Set-MgShareItemContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Set-MgShareListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgShareItemContent", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set2", "Set3", "SetViaIdentity2", "SetViaIdentity3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Command": "Set-MgShareListItemDriveItemContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Command": "Set-MgShareRootContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgShareListItemDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/root/content", "Command": "Set-MgShareRootContent", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgShareRootContent", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Command": "Set-MgSiteListItemDriveItemContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Command": "Set-MgSiteListItemDriveItemContent", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgSiteListItemDriveItemContent", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Command": "Set-MgSiteOnenotePageContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Command": "Set-MgSiteOnenotePageContent", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Command": "Set-MgSiteOnenoteResourceContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgSiteOnenotePageContent", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Command": "Set-MgSiteOnenoteResourceContent", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Command": "Set-MgSiteOnenoteSectionPageContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgSiteOnenoteResourceContent", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Command": "Set-MgSiteOnenoteSectionPageContent", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgSiteOnenoteSectionPageContent", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Command": "Set-MgTeamChannelFileFolderContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Command": "Set-MgTeamChannelFileFolderContent", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgTeamChannelMessageHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamChannelFileFolderContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgTeamChannelMessageHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Command": "Set-MgTeamChannelMessageReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", @@ -262395,41 +262628,41 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReaction", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Command": "Set-MgTeamChannelMessageReplyReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", @@ -262455,149 +262688,149 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/photo/$value", - "Command": "Set-MgTeamPhotoContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReplyReaction", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/photo/$value", "Command": "Set-MgTeamPhotoContent", - "OutputType": null, + "Uri": "/teams/{team-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Command": "Set-MgTeamPrimaryChannelFileFolderContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamPhotoContent", + "Uri": "/teams/{team-id}/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "Command": "Set-MgTeamPrimaryChannelFileFolderContent", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "Command": "Set-MgTeamPrimaryChannelMessageReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReaction", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teams/{team-id}/schedule", - "Command": "Set-MgTeamSchedule", "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", @@ -262617,15 +262850,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teams/{team-id}/schedule", "Command": "Set-MgTeamSchedule", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -262645,123 +262878,123 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamSchedule", + "Uri": "/teams/{team-id}/schedule", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Command": "Set-MgTrustFrameworkPolicyContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" @@ -262771,41 +263004,41 @@ "Description": "Read and write trust framework policies", "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true - } + }, + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTrustFrameworkPolicyContent", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgUserChatMessageHostedContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgUserChatMessageHostedContent", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Command": "Set-MgUserChatMessageReaction", - "OutputType": null, "Variants": [ "Set", "SetExpanded", @@ -262831,82 +263064,82 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserChatMessageReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Command": "Set-MgUserChatMessageReplyHostedContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Command": "Set-MgUserChatMessageReplyHostedContent", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserChatMessageReplyHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Command": "Set-MgUserChatMessageReplyReaction", - "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserChatMessageReplyReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiVersion": "beta" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Command": "Set-MgUserContactFolderContactPhotoContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -262916,15 +263149,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "Command": "Set-MgUserContactFolderContactPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -262934,15 +263167,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Command": "Set-MgUserContactPhotoContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserContactFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" @@ -262952,15 +263185,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "Command": "Set-MgUserContactPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" @@ -262970,387 +263203,387 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } + }, + "Module": "PersonalContacts", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserContactPhotoContent", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Command": "Set-MgUserDeviceEnrollmentConfiguration", - "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Command": "Set-MgUserDeviceEnrollmentConfigurationPriority", "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserDeviceEnrollmentConfiguration", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserDeviceEnrollmentConfigurationPriority", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Command": "Set-MgUserDriveBundleContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Command": "Set-MgUserDriveBundleContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Command": "Set-MgUserDriveFollowingContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveBundleContent", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "Command": "Set-MgUserDriveFollowingContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Command": "Set-MgUserDriveItemChildContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveFollowingContent", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Command": "Set-MgUserDriveItemChildContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Command": "Set-MgUserDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveItemChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "Command": "Set-MgUserDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Command": "Set-MgUserDriveItemListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Command": "Set-MgUserDriveItemListItemDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Command": "Set-MgUserDriveItemSensitivityLabel", - "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserDriveItemSensitivityLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Command": "Set-MgUserDriveItemVersionContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Command": "Set-MgUserDriveItemVersionContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Command": "Set-MgUserDriveListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveItemVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Command": "Set-MgUserDriveListItemDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Command": "Set-MgUserDriveRootChildContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Command": "Set-MgUserDriveRootChildContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Command": "Set-MgUserDriveRootContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveRootChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "Command": "Set-MgUserDriveRootContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Command": "Set-MgUserDriveRootListItemDriveItemContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveRootContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "Command": "Set-MgUserDriveRootListItemDriveItemContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Command": "Set-MgUserDriveRootSensitivityLabel", - "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserDriveRootSensitivityLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Command": "Set-MgUserDriveRootVersionContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Command": "Set-MgUserDriveRootVersionContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Command": "Set-MgUserDriveSpecialContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveRootVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Command": "Set-MgUserDriveSpecialContent", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserDriveSpecialContent", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/assignLicense", - "Command": "Set-MgUserLicense", - "OutputType": "IMicrosoftGraphUser", "Variants": [ "Assign", "AssignExpanded", @@ -263370,15 +263603,15 @@ "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 } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUser", "Method": "POST", - "Uri": "/users/{user-id}/assignLicense", "Command": "Set-MgUserLicense", - "OutputType": "IMicrosoftGraphUser1", + "Uri": "/users/{user-id}/assignLicense", + "ApiVersion": "beta" + }, + { "Variants": [ "Assign1", "AssignExpanded1", @@ -263398,97 +263631,97 @@ "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 } - ] + ], + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUser1", + "Method": "POST", + "Command": "Set-MgUserLicense", + "Uri": "/users/{user-id}/assignLicense", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Command": "Set-MgUserMailFolderChildFolderMessageContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Command": "Set-MgUserMailFolderChildFolderMessageContent", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Command": "Set-MgUserMailFolderMessageContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserMailFolderChildFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Command": "Set-MgUserMailFolderMessageContent", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserMailFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Command": "Set-MgUserManagedDeviceCloudPcReviewStatus", - "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", - "Command": "Set-MgUserManagedDeviceName", "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserManagedDeviceCloudPcReviewStatus", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserManagedDeviceName", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/manager/$ref", - "Command": "Set-MgUserManagerByRef", - "OutputType": null, "Variants": [ "Set1", "SetExpanded1", @@ -263508,15 +263741,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/manager/$ref", "Command": "Set-MgUserManagerByRef", - "OutputType": null, + "Uri": "/users/{user-id}/manager/$ref", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -263536,197 +263769,197 @@ "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 } - ] + ], + "Module": "Users", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserManagerByRef", + "Uri": "/users/{user-id}/manager/$ref", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Command": "Set-MgUserMessageContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/messages/{message-id}/$value", "Command": "Set-MgUserMessageContent", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserMessageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Command": "Set-MgUserOnenotePageContent", - "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Command": "Set-MgUserOnenotePageContent", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Command": "Set-MgUserOnenoteResourceContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Command": "Set-MgUserOnenoteResourceContent", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Command": "Set-MgUserOnenoteSectionPageContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserOnenoteResourceContent", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Command": "Set-MgUserOnenoteSectionPageContent", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserOnenoteSectionPageContent", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Command": "Set-MgUserOnlineMeetingAlternativeRecording", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Command": "Set-MgUserOnlineMeetingAttendeeReport", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingAlternativeRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Command": "Set-MgUserOnlineMeetingAttendeeReport", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "Command": "Set-MgUserOnlineMeetingRecording", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Command": "Set-MgUserOnlineMeetingTranscriptContent", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/photo/$value", - "Command": "Set-MgUserPhotoContent", - "OutputType": null, "Variants": [ "Set", "Set1", @@ -263738,15 +263971,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/photo/$value", "Command": "Set-MgUserPhotoContent", - "OutputType": null, + "Uri": "/users/{user-id}/photo/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set2", "Set3", @@ -263758,15 +263991,15 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/presence/setPresence", - "Command": "Set-MgUserPresence", - "OutputType": null, "Variants": [ "Set", "SetExpanded", @@ -263778,15 +264011,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/presence/setPresence", "Command": "Set-MgUserPresence", - "OutputType": null, + "Uri": "/users/{user-id}/presence/setPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", @@ -263798,15 +264031,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/presence/setStatusMessage", - "Command": "Set-MgUserPresenceStatusMessage", "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserPresence", + "Uri": "/users/{user-id}/presence/setPresence", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetExpanded", @@ -263818,15 +264051,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "Command": "Set-MgUserPresenceUserPreferredPresence", "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserPresenceStatusMessage", + "Uri": "/users/{user-id}/presence/setStatusMessage", + "ApiVersion": "beta" + }, + { "Variants": [ "Set", "SetExpanded", @@ -263838,15 +264071,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", "Command": "Set-MgUserPresenceUserPreferredPresence", - "OutputType": null, + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetExpanded1", @@ -263858,67 +264091,67 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserPresenceUserPreferredPresence", + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Command": "Set-MgUserTodoListTaskAttachmentContent", - "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Command": "Set-MgUserTodoListTaskAttachmentContent", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserTodoListTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiVersion": "beta" + }, + { "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", - "Command": "Skip-MgDeviceManagementComanagedDeviceActivationLock", - "OutputType": null, "Variants": [ "Bypass", "BypassViaIdentity" @@ -263928,15 +264161,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", "OutputType": null, + "Method": "POST", + "Command": "Skip-MgDeviceManagementComanagedDeviceActivationLock", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", + "ApiVersion": "beta" + }, + { "Variants": [ "Bypass", "BypassViaIdentity" @@ -263946,15 +264179,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiVersion": "beta" + }, + { "Variants": [ "Bypass1", "BypassViaIdentity1" @@ -263964,84 +264197,84 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "Command": "Skip-MgUserManagedDeviceActivationLock", - "OutputType": null, "Variants": [ "Bypass", "BypassViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", "Command": "Skip-MgUserManagedDeviceActivationLock", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiVersion": "beta" + }, + { "Variants": [ "Bypass1", "BypassViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Skip-MgUserManagedDeviceActivationLock", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Command": "Start-MgApplicationSynchronizationJob", - "OutputType": null, "Variants": [ "Start", "StartViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Start-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "Command": "Start-MgCommunicationCallParticipantHoldMusic", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Variants": [ "Start1", "StartExpanded1", "StartViaIdentity1", "StartViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "Command": "Start-MgCommunicationCallParticipantHoldMusic", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "ApiVersion": "beta" + }, + { "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Method": "POST", + "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Command": "Start-MgDeviceManagementComanagedDeviceConfigurationManagerAction", - "OutputType": null, "Variants": [ "Trigger", "TriggerExpanded", @@ -264053,15 +264286,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Command": "Start-MgDeviceManagementManagedDeviceConfigurationManagerAction", "OutputType": null, + "Method": "POST", + "Command": "Start-MgDeviceManagementComanagedDeviceConfigurationManagerAction", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiVersion": "beta" + }, + { "Variants": [ "Trigger", "TriggerExpanded", @@ -264073,15 +264306,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope/triggerDeviceScopeAction", - "Command": "Start-MgDeviceManagementUserExperienceAnalyticDeviceScopeAction", - "OutputType": "IMicrosoftGraphDeviceScopeActionResult", + "Command": "Start-MgDeviceManagementManagedDeviceConfigurationManagerAction", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiVersion": "beta" + }, + { "Variants": [ "Trigger", "TriggerExpanded" @@ -264099,54 +264332,54 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceScopeActionResult", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/start", - "Command": "Start-MgDeviceManagementVirtualEndpointCloudPc", - "OutputType": null, + "Command": "Start-MgDeviceManagementUserExperienceAnalyticDeviceScopeAction", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope/triggerDeviceScopeAction", + "ApiVersion": "beta" + }, + { "Variants": [ "Start", "StartViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", - "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOff", "OutputType": null, + "Method": "POST", + "Command": "Start-MgDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/start", + "ApiVersion": "beta" + }, + { "Variants": [ "Power", "PowerViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", - "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOn", "OutputType": null, + "Method": "POST", + "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOff", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", + "ApiVersion": "beta" + }, + { "Variants": [ "Power", "PowerViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "Command": "Start-MgDeviceManagementVirtualEndpointOnPremisConnectionHealthCheck", "OutputType": null, + "Method": "POST", + "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOn", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", + "ApiVersion": "beta" + }, + { "Variants": [ "Run", "RunViaIdentity" @@ -264156,15 +264389,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Start-MgDeviceManagementVirtualEndpointOnPremisConnectionHealthCheck", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "ApiVersion": "beta" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", - "Command": "Start-MgEducationSynchronizationProfile", - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", "Variants": [ "Start", "StartViaIdentity" @@ -264174,15 +264407,15 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - } + }, + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "Method": "POST", + "Command": "Start-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", - "Command": "Start-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Variants": [ "Run", "RunViaIdentity" @@ -264200,15 +264433,15 @@ "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 } - ] + ], + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "GET", + "Command": "Start-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/runHuntingQuery", - "Command": "Start-MgSecurityHuntingQuery", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", "Variants": [ "Run", "RunExpanded" @@ -264218,15 +264451,15 @@ "Description": "Run hunting queries", "FullDescription": "Allows the app to run hunting queries that you can execute.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", "Method": "POST", - "Uri": "/security/runHuntingQuery", "Command": "Start-MgSecurityHuntingQuery", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Uri": "/security/runHuntingQuery", + "ApiVersion": "beta" + }, + { "Variants": [ "Run1", "RunExpanded1" @@ -264236,15 +264469,15 @@ "Description": "Run hunting queries", "FullDescription": "Allows the app to run hunting queries that you can execute.", "IsAdmin": true - } + }, + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Method": "POST", + "Command": "Start-MgSecurityHuntingQuery", + "Uri": "/security/runHuntingQuery", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Command": "Start-MgServicePrincipalSynchronizationJob", - "OutputType": null, "Variants": [ "Start", "StartViaIdentity" @@ -264254,15 +264487,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Start-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", - "Command": "Start-MgTeamScheduleTimeCardBreak", - "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "Start", "StartExpanded", @@ -264274,15 +264507,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", - "Command": "Start-MgTeamworkDeviceDiagnostic", - "OutputType": null, + "Command": "Start-MgTeamScheduleTimeCardBreak", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", + "ApiVersion": "beta" + }, + { "Variants": [ "Run", "RunViaIdentity" @@ -264292,69 +264525,69 @@ "Description": "Read and write Teams devices", "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Start-MgTeamworkDeviceDiagnostic", + "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/start", - "Command": "Start-MgUserCloudPc", - "OutputType": null, "Variants": [ "Start", "StartViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", - "Command": "Start-MgUserCloudPcOff", "OutputType": null, + "Method": "POST", + "Command": "Start-MgUserCloudPc", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/start", + "ApiVersion": "beta" + }, + { "Variants": [ "Power", "PowerViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", - "Command": "Start-MgUserCloudPcOn", "OutputType": null, + "Method": "POST", + "Command": "Start-MgUserCloudPcOff", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", + "ApiVersion": "beta" + }, + { "Variants": [ "Power", "PowerViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Command": "Start-MgUserManagedDeviceConfigurationManagerAction", "OutputType": null, + "Method": "POST", + "Command": "Start-MgUserCloudPcOn", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", + "ApiVersion": "beta" + }, + { "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Start-MgUserManagedDeviceConfigurationManagerAction", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/stop", - "Command": "Stop-MgAccessReview", - "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" @@ -264372,41 +264605,41 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", - "Command": "Stop-MgAccessReviewInstance", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgAccessReview", + "Uri": "/accessReviews/{accessReview-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgAccessReviewInstance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/stop", - "Command": "Stop-MgApplicationSynchronizationJob", - "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/stop", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "Command": "Stop-MgBookingBusinessAppointment", - "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", @@ -264432,15 +264665,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "Command": "Stop-MgBookingBusinessAppointment", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelExpanded1", @@ -264466,118 +264699,118 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "Command": "Stop-MgBookingBusinessCalendarView", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", "Command": "Stop-MgBookingBusinessCalendarView", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Bookings", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "Command": "Stop-MgCommunicationCallMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", "Command": "Stop-MgCommunicationCallMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "Command": "Stop-MgCommunicationCallParticipantHoldMusic", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Command": "Stop-MgCommunicationCallMediaProcessing", + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Stop1", "StopExpanded1", "StopViaIdentity1", "StopViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "Command": "Stop-MgCommunicationCallParticipantHoldMusic", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Method": "POST", + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/stop", - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPc", - "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "End", "EndViaIdentity" @@ -264587,15 +264820,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", - "Command": "Stop-MgDeviceManagementZebraFotaDeployment", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" @@ -264605,15 +264838,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgDeviceManagementZebraFotaDeployment", + "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Command": "Stop-MgEntitlementManagementAccessPackageAssignmentRequest", - "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" @@ -264623,15 +264856,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Command": "Stop-MgEntitlementManagementAssignmentRequest", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" @@ -264641,41 +264874,41 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiVersion": "v1.0" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", - "Command": "Stop-MgFinancialCompanySaleInvoice", - "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", - "Command": "Stop-MgFinancialCompanySaleInvoiceAndSend", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgFinancialCompanySaleInvoice", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Financials", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgFinancialCompanySaleInvoiceAndSend", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "Command": "Stop-MgGroupCalendarEvent", - "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", @@ -264687,15 +264920,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", "Command": "Stop-MgGroupCalendarEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelExpanded1", @@ -264707,15 +264940,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "Command": "Stop-MgGroupEvent", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Cancel", "CancelExpanded", @@ -264727,15 +264960,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/cancel", "Command": "Stop-MgGroupEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelExpanded1", @@ -264747,67 +264980,67 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", - "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstance", - "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", - "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstanceStage", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop1", "StopViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Stop", "StopViaIdentity" @@ -264817,15 +265050,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop1", "StopViaIdentity1" @@ -264835,15 +265068,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Stop", "StopViaIdentity" @@ -264853,15 +265086,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop1", "StopViaIdentity1" @@ -264871,67 +265104,67 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "Command": "Stop-MgPrivilegedAccessResourceRoleAssignmentRequest", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "Command": "Stop-MgPrivilegedAccessRoleAssignmentRequest", - "OutputType": null, - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Permissions": [] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", - "Command": "Stop-MgPrivilegedRoleAssignmentRequest", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" @@ -264941,15 +265174,15 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "POST", + "Command": "Stop-MgPrivilegedRoleAssignmentRequest", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" @@ -264967,15 +265200,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelViaIdentity1" @@ -264993,15 +265226,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" @@ -265019,15 +265252,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelViaIdentity1" @@ -265045,93 +265278,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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", - "Command": "Stop-MgSecurityAction", - "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgSecurityAction", + "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/stop", - "Command": "Stop-MgServicePrincipalSynchronizationJob", - "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/stop", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", - "Command": "Stop-MgTeamScheduleTimeCardBreak", - "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "End", "EndExpanded", @@ -265143,41 +265376,41 @@ "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 - } + }, + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Stop-MgTeamScheduleTimeCardBreak", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/stop", - "Command": "Stop-MgUserCloudPc", - "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", - "Command": "Stop-MgUserCloudPcGracePeriod", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgUserCloudPc", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "End", "EndViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/cancel", - "Command": "Stop-MgUserEvent", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgUserCloudPcGracePeriod", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel", "CancelExpanded", @@ -265189,15 +265422,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/cancel", "Command": "Stop-MgUserEvent", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelExpanded1", @@ -265209,71 +265442,71 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "Command": "Stop-MgUserEventInstance", "OutputType": null, + "Method": "POST", + "Command": "Stop-MgUserEvent", + "Uri": "/users/{user-id}/events/{event-id}/cancel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", "Command": "Stop-MgUserEventInstance", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "ApiVersion": "beta" + }, + { "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Stop-MgUserEventInstance", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Stop", + "StopViaIdentity" + ], + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", "Command": "Stop-MgUserPendingAccessReviewInstance", - "OutputType": null, + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", + "ApiVersion": "beta" + }, + { "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "Command": "Stop-MgUserPendingAccessReviewInstanceStage", - "OutputType": null, - "Variants": [ - "Stop", - "StopViaIdentity" - ], - "Permissions": [] + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiVersion": "beta" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Command": "Submit-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Submit1", "SubmitViaIdentity1" @@ -265291,15 +265524,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Command": "Submit-MgEducationClassAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiVersion": "beta" + }, + { "Variants": [ "Submit", "SubmitViaIdentity" @@ -265317,93 +265550,93 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Command": "Submit-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Submit", "SubmitViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Command": "Submit-MgEducationMeAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiVersion": "beta" + }, + { "Variants": [ "Submit1", "SubmitViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Command": "Submit-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Submit", "SubmitViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Command": "Submit-MgEducationUserAssignmentSubmission", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiVersion": "beta" + }, + { "Variants": [ "Submit1", "SubmitViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Method": "POST", + "Command": "Submit-MgEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/tiIndicators/submitTiIndicators", - "Command": "Submit-MgSecurityTiIndicator", - "OutputType": "IMicrosoftGraphTiIndicator", "Variants": [ "Submit", "SubmitExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", + "Command": "Submit-MgSecurityTiIndicator", + "Uri": "/security/tiIndicators/submitTiIndicators", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Command": "Suspend-MgApplicationSynchronizationJob", - "OutputType": null, "Variants": [ "Pause", "PauseViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiVersion": "beta" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", - "Command": "Suspend-MgEducationSynchronizationProfile", - "OutputType": null, "Variants": [ "Pause", "PauseViaIdentity" @@ -265413,15 +265646,15 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - } + }, + "Module": "Education", + "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Command": "Suspend-MgServicePrincipalSynchronizationJob", - "OutputType": null, "Variants": [ "Pause", "PauseViaIdentity" @@ -265431,15 +265664,15 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp", - "OutputType": null, "Variants": [ "Sync" ], @@ -265456,15 +265689,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp", - "OutputType": null, + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync1" ], @@ -265481,15 +265714,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "Command": "Sync-MgDeviceAppMgtVppTokenLicense", - "OutputType": "IMicrosoftGraphVppToken2", + "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp", + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Sync", "SyncViaIdentity" @@ -265507,15 +265740,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphVppToken2", "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "Command": "Sync-MgDeviceAppMgtVppTokenLicense", - "OutputType": "IMicrosoftGraphVppToken", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync1", "SyncViaIdentity1" @@ -265533,27 +265766,27 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphVppToken", "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", - "Command": "Sync-MgDeviceAppMgtVppTokenLicenseCount", - "OutputType": null, + "Command": "Sync-MgDeviceAppMgtVppTokenLicense", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Sync" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceAppMgtVppTokenLicenseCount", + "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/syncApps", - "Command": "Sync-MgDeviceManagementAndroidForWorkSettingApp", - "OutputType": null, "Variants": [ "Sync" ], @@ -265562,15 +265795,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", - "Command": "Sync-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementAndroidForWorkSettingApp", + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync" ], @@ -265579,15 +265812,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", - "Command": "Sync-MgDeviceManagementComanagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync", "SyncViaIdentity" @@ -265597,15 +265830,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", - "Command": "Sync-MgDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync", "SyncViaIdentity" @@ -265615,15 +265848,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "Command": "Sync-MgDeviceManagementExchangeConnector", "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync", "SyncExpanded", @@ -265643,15 +265876,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "Command": "Sync-MgDeviceManagementExchangeConnector", - "OutputType": null, + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync1", "SyncExpanded1", @@ -265671,15 +265904,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "Command": "Sync-MgDeviceManagementManagedDevice", "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Sync", "SyncViaIdentity" @@ -265689,15 +265922,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "Command": "Sync-MgDeviceManagementManagedDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync1", "SyncViaIdentity1" @@ -265707,15 +265940,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotSettings/sync", - "Command": "Sync-MgDeviceManagementWindowAutopilotSetting", "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Sync" ], @@ -265724,15 +265957,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", - "Command": "Sync-MgDeviceManagementWindowDriverUpdateProfileInventory", "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementWindowAutopilotSetting", + "Uri": "/deviceManagement/windowsAutopilotSettings/sync", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync", "SyncViaIdentity" @@ -265742,531 +265975,531 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementWindowDriverUpdateProfileInventory", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "Command": "Sync-MgUserManagedDevice", - "OutputType": null, "Variants": [ "Sync", "SyncViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", "Command": "Sync-MgUserManagedDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "ApiVersion": "beta" + }, + { "Variants": [ "Sync1", "SyncViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Sync-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/administrativeUnits/validateProperties", - "Command": "Test-MgAdministrativeUnitProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgAdministrativeUnitProperty", + "Uri": "/administrativeUnits/validateProperties", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/validateProperties", - "Command": "Test-MgApplicationProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/applications/validateProperties", "Command": "Test-MgApplicationProperty", - "OutputType": null, + "Uri": "/applications/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Command": "Test-MgApplicationSynchronizationJobCredentials", "OutputType": null, + "Method": "POST", + "Command": "Test-MgApplicationProperty", + "Uri": "/applications/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgApplicationSynchronizationJobCredentials", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", - "Command": "Test-MgChatPermissionGrantProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgChatPermissionGrantProperty", + "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contacts/validateProperties", - "Command": "Test-MgContactProperty", - "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contacts/validateProperties", "Command": "Test-MgContactProperty", - "OutputType": null, + "Uri": "/contacts/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/contracts/validateProperties", - "Command": "Test-MgContractProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgContactProperty", + "Uri": "/contacts/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/contracts/validateProperties", "Command": "Test-MgContractProperty", - "OutputType": null, + "Uri": "/contracts/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgContractProperty", + "Uri": "/contracts/validateProperties", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/validateXml", "Command": "Test-MgDeviceAppMgtMobileAppXml", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileApps/validateXml", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/assignmentFilters/validateFilter", "Command": "Test-MgDeviceManagementAssignmentFilter", - "OutputType": null, + "Uri": "/deviceManagement/assignmentFilters/validateFilter", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", "Command": "Test-MgDeviceManagementDeviceCompliancePolicyComplianceScript", - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", "Command": "Test-MgDeviceManagementVirtualEndpointCloudPcBulkResize", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/devices/validateProperties", - "Command": "Test-MgDeviceProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/devices/validateProperties", "Command": "Test-MgDeviceProperty", - "OutputType": null, + "Uri": "/devices/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/administrativeUnits/validateProperties", - "Command": "Test-MgDirectoryAdministrativeUnitProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgDeviceProperty", + "Uri": "/devices/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/deletedItems/validateProperties", - "Command": "Test-MgDirectoryDeletedItemProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryAdministrativeUnitProperty", + "Uri": "/directory/administrativeUnits/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directory/deletedItems/validateProperties", "Command": "Test-MgDirectoryDeletedItemProperty", - "OutputType": null, + "Uri": "/directory/deletedItems/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", - "Command": "Test-MgDirectoryFeatureRolloutPolicyApplyToProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryDeletedItemProperty", + "Uri": "/directory/deletedItems/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryFeatureRolloutPolicyApplyToProperty", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", + "ApiVersion": "beta" }, { - "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryObjects/validateProperties", - "Command": "Test-MgDirectoryObjectProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryObjects/validateProperties", "Command": "Test-MgDirectoryObjectProperty", - "OutputType": null, + "Uri": "/directoryObjects/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "DirectoryObjects", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryObjectProperty", + "Uri": "/directoryObjects/validateProperties", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoles/validateProperties", - "Command": "Test-MgDirectoryRoleProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoles/validateProperties", "Command": "Test-MgDirectoryRoleProperty", - "OutputType": null, + "Uri": "/directoryRoles/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directoryRoleTemplates/validateProperties", - "Command": "Test-MgDirectoryRoleTemplateProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryRoleProperty", + "Uri": "/directoryRoles/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/directoryRoleTemplates/validateProperties", "Command": "Test-MgDirectoryRoleTemplateProperty", - "OutputType": null, + "Uri": "/directoryRoleTemplates/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/directorySettingTemplates/validateProperties", - "Command": "Test-MgDirectorySettingTemplateProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryRoleTemplateProperty", + "Uri": "/directoryRoleTemplates/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectorySettingTemplateProperty", + "Uri": "/directorySettingTemplates/validateProperties", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Command": "Test-MgDriveItemPermission", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Command": "Test-MgDriveItemPermission", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgDriveListContentTypePublished", "OutputType": null, + "Method": "POST", + "Command": "Test-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgDriveListContentTypePublished", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/root/validatePermission", - "Command": "Test-MgDriveRootPermission", "OutputType": null, + "Method": "GET", + "Command": "Test-MgDriveListContentTypePublished", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/root/validatePermission", "Command": "Test-MgDriveRootPermission", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/validatePermission", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/validatePermission", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", - "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", - "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", - "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", - "Command": "Test-MgExternalIndustryDataConnector", - "OutputType": null, "Variants": [ "Validate", "ValidateViaIdentity" @@ -266284,159 +266517,159 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ] + ], + "Module": "Search", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Command": "Test-MgGroupDriveItemPermission", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Command": "Test-MgGroupDriveItemPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgGroupDriveListContentTypePublished", "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgGroupDriveListContentTypePublished", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "Command": "Test-MgGroupDriveRootPermission", "OutputType": null, + "Method": "GET", + "Command": "Test-MgGroupDriveListContentTypePublished", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", "Command": "Test-MgGroupDriveRootPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/evaluateDynamicMembership", - "Command": "Test-MgGroupDynamicMembership", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Command": "Test-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/evaluateDynamicMembership", - "Command": "Test-MgGroupDynamicMembershipRule", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST", + "Command": "Test-MgGroupDynamicMembership", + "Uri": "/groups/{group-id}/evaluateDynamicMembership", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/validateProperties", - "Command": "Test-MgGroupPermissionGrantProperty", - "OutputType": null, + "Command": "Test-MgGroupDynamicMembershipRule", + "Uri": "/groups/evaluateDynamicMembership", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants/validateProperties", "Command": "Test-MgGroupPermissionGrantProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/permissionGrants/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/validateProperties", - "Command": "Test-MgGroupProperty", "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupPermissionGrantProperty", + "Uri": "/groups/{group-id}/permissionGrants/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded", @@ -266456,15 +266689,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/validateProperties", "Command": "Test-MgGroupProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate2", "ValidateExpanded2", @@ -266484,345 +266717,358 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupProperty", + "Uri": "/groups/{group-id}/validateProperties", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgGroupSiteContentTypePublished", "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupSettingTemplateProperty", + "Uri": "/groupSettingTemplates/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgGroupSiteContentTypePublished", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "GET", + "Command": "Test-MgGroupSiteContentTypePublished", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", "Command": "Test-MgGroupSiteInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelClassificationResult", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", "Command": "Test-MgGroupSiteInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", "Command": "Test-MgGroupSiteInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgGroupSiteListContentTypePublished", - "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgGroupSiteListContentTypePublished", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "GET", + "Command": "Test-MgGroupSiteListContentTypePublished", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "Method": "POST", + "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "ApiVersion": "beta" }, { + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Method": "POST", - "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", "Command": "Test-MgInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/informationProtection/policy/labels/evaluateApplication", "Command": "Test-MgInformationProtectionPolicyLabelApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/informationProtection/policy/labels/evaluateApplication", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", "Command": "Test-MgInformationProtectionPolicyLabelClassificationResult", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/informationProtection/policy/labels/evaluateRemoval", "Command": "Test-MgInformationProtectionPolicyLabelRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Permissions": [] + "Uri": "/informationProtection/policy/labels/evaluateRemoval", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/organization/validateProperties", - "Command": "Test-MgOrganizationProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/organization/validateProperties", "Command": "Test-MgOrganizationProperty", - "OutputType": null, + "Uri": "/organization/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgOrganizationProperty", + "Uri": "/organization/validateProperties", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", - "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", - "OutputType": null, + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", "Command": "Test-MgSecurityInformationProtectionSensitivityLabelApplication", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", "Command": "Test-MgSecurityInformationProtectionSensitivityLabelClassificationResult", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", "Command": "Test-MgSecurityInformationProtectionSensitivityLabelRemoval", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Permissions": [] + "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/validateProperties", - "Command": "Test-MgServicePrincipalProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/servicePrincipals/validateProperties", "Command": "Test-MgServicePrincipalProperty", - "OutputType": null, + "Uri": "/servicePrincipals/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Command": "Test-MgServicePrincipalSynchronizationJobCredentials", "OutputType": null, + "Method": "POST", + "Command": "Test-MgServicePrincipalProperty", + "Uri": "/servicePrincipals/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Validate", "ValidateExpanded", @@ -266834,41 +267080,41 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgServicePrincipalSynchronizationJobCredentials", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgShareListContentTypePublished", - "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgShareListContentTypePublished", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "GET", + "Command": "Test-MgShareListContentTypePublished", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgSiteContentTypePublished", - "OutputType": null, "Variants": [ "Is", "IsViaIdentity" @@ -266878,15 +267124,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgSiteContentTypePublished", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is1", "IsViaIdentity1" @@ -266896,397 +267142,397 @@ "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 - } + }, + "Module": "Sites", + "OutputType": null, + "Method": "GET", + "Command": "Test-MgSiteContentTypePublished", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", "Command": "Test-MgSiteInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", "Command": "Test-MgSiteInformationProtectionPolicyLabelApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", "Command": "Test-MgSiteInformationProtectionPolicyLabelClassificationResult", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", "Command": "Test-MgSiteInformationProtectionPolicyLabelRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", "Command": "Test-MgSiteInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", "Command": "Test-MgSiteInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgSiteListContentTypePublished", - "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgSiteListContentTypePublished", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "GET", + "Command": "Test-MgSiteListContentTypePublished", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/permissionGrants/validateProperties", - "Command": "Test-MgTeamPermissionGrantProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgTeamPermissionGrantProperty", + "Uri": "/teams/{team-id}/permissionGrants/validateProperties", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties", - "Command": "Test-MgUserChatPermissionGrantProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", - "Command": "Test-MgUserCloudPcBulkResize", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Command": "Test-MgUserChatPermissionGrantProperty", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", "Method": "POST", - "Uri": "/users/{user-id}/devices/validateProperties", - "Command": "Test-MgUserDeviceProperty", - "OutputType": null, + "Command": "Test-MgUserCloudPcBulkResize", + "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Command": "Test-MgUserDriveItemPermission", "OutputType": null, + "Method": "POST", + "Command": "Test-MgUserDeviceProperty", + "Uri": "/users/{user-id}/devices/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Command": "Test-MgUserDriveItemPermission", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgUserDriveItemPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Command": "Test-MgUserDriveListContentTypePublished", - "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Functions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Command": "Test-MgUserDriveListContentTypePublished", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "beta" + }, + { "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Test-MgUserDriveListContentTypePublished", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "Command": "Test-MgUserDriveRootPermission", - "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "Command": "Test-MgUserDriveRootPermission", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", "Command": "Test-MgUserInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", "Command": "Test-MgUserInformationProtectionPolicyLabelApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", "Command": "Test-MgUserInformationProtectionPolicyLabelClassificationResult", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", "Command": "Test-MgUserInformationProtectionPolicyLabelRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", "Command": "Test-MgUserInformationProtectionSensitivityLabel", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", "Command": "Test-MgUserInformationProtectionSensitivityLabelSublabel", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Method": "POST", - "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", "Command": "Test-MgUserJoinedGroupDynamicMembership", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/joinedGroups/validateProperties", - "Command": "Test-MgUserJoinedGroupProperty", - "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Test-MgUserJoinedGroupProperty", + "Uri": "/users/{user-id}/joinedGroups/validateProperties", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "ApiVersion": "beta", - "Method": "GET", - "Uri": "/users/{user-id}/isManagedAppUserBlocked", - "Command": "Test-MgUserManagedAppUserBlocked", - "OutputType": null, "Variants": [ "Is", "IsViaIdentity" @@ -267316,99 +267562,99 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "Users.Functions", + "OutputType": null, + "Method": "GET", + "Command": "Test-MgUserManagedAppUserBlocked", + "Uri": "/users/{user-id}/isManagedAppUserBlocked", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/validatePassword", - "Command": "Test-MgUserPassword", - "OutputType": "IMicrosoftGraphPasswordValidationInformation", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPasswordValidationInformation", "Method": "POST", - "Uri": "/users/validateProperties", - "Command": "Test-MgUserProperty", - "OutputType": null, + "Command": "Test-MgUserPassword", + "Uri": "/users/validatePassword", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/validateProperties", "Command": "Test-MgUserProperty", - "OutputType": null, + "Uri": "/users/validateProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", - "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelApplication", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Command": "Test-MgUserProperty", + "Uri": "/users/validateProperties", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelClassificationResult", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelApplication", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", - "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelRemoval", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelClassificationResult", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "ApiVersion": "beta" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", - "Uri": "/users/{user-id}/unblockManagedApps", - "Command": "Unblock-MgUserManagedApp", - "OutputType": null, + "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelRemoval", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", + "ApiVersion": "beta" + }, + { "Variants": [ "Unblock", "UnblockViaIdentity" @@ -267426,67 +267672,67 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Unblock-MgUserManagedApp", + "Uri": "/users/{user-id}/unblockManagedApps", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Command": "Undo-MgChatMessageReplySoftDelete", - "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Command": "Undo-MgChatMessageReplySoftDelete", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Command": "Undo-MgChatMessageSoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgChatMessageReplySoftDelete", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Command": "Undo-MgChatMessageSoftDelete", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Command": "Undo-MgTeamChannelMessageReplySoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgChatMessageSoftDelete", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" @@ -267504,15 +267750,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Command": "Undo-MgTeamChannelMessageReplySoftDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo", "UndoViaIdentity" @@ -267530,15 +267776,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Command": "Undo-MgTeamChannelMessageSoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" @@ -267556,15 +267802,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "Command": "Undo-MgTeamChannelMessageSoftDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo", "UndoViaIdentity" @@ -267582,145 +267828,145 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamChannelMessageSoftDelete", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Command": "Undo-MgUserChatMessageReplySoftDelete", - "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Command": "Undo-MgUserChatMessageReplySoftDelete", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Command": "Undo-MgUserChatMessageSoftDelete", "OutputType": null, + "Method": "POST", + "Command": "Undo-MgUserChatMessageReplySoftDelete", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Undo1", "UndoViaIdentity1" @@ -267738,15 +267984,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Command": "Undo-MgUserChatMessageSoftDelete", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "beta" + }, + { "Variants": [ "Undo", "UndoViaIdentity" @@ -267764,15 +268010,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ] + ], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Undo-MgUserChatMessageSoftDelete", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", - "Command": "Unpublish-MgBookingBusiness", - "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" @@ -267782,15 +268028,15 @@ "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 - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", "Command": "Unpublish-MgBookingBusiness", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish1", "UnpublishViaIdentity1" @@ -267800,145 +268046,145 @@ "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 - } + }, + "Module": "Bookings", + "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgDriveListContentType", - "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgDriveListContentType", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgGroupDriveListContentType", - "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgGroupDriveListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgGroupSiteContentType", "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgGroupSiteContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgGroupSiteListContentType", "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgGroupSiteContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgGroupSiteListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgGroupSiteListContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgShareListContentType", - "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgShareListContentType", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgSiteContentType", - "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" @@ -267948,15 +268194,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgSiteContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish1", "UnpublishViaIdentity1" @@ -267966,67 +268212,67 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgSiteListContentType", "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgSiteListContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Command": "Unpublish-MgUserDriveListContentType", - "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Command": "Unpublish-MgUserDriveListContentType", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "beta" + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgUserDriveListContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}", - "Command": "Update-MgAccessReview", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -268046,120 +268292,120 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ] + ], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAccessReview", + "Uri": "/accessReviews/{accessReview-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Command": "Update-MgAccessReviewDecision", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Command": "Update-MgAccessReviewInstance", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Command": "Update-MgAccessReviewInstanceDecision", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Command": "Update-MgAccessReviewInstanceMyDecision", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Command": "Update-MgAccessReviewInstanceReviewer", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Command": "Update-MgAccessReviewMyDecision", - "OutputType": null, + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Command": "Update-MgAccessReviewReviewer", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Command": "Update-MgAdministrativeUnit", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -268171,345 +268417,345 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Command": "Update-MgAdministrativeUnitExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAdministrativeUnit", + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Command": "Update-MgAdministrativeUnitScopedRoleMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAdministrativeUnitExtension", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAdministrativeUnitScopedRoleMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/agreements/{agreement-id}", - "Command": "Update-MgAgreement", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/agreements/{agreement-id}", "Command": "Update-MgAgreement", - "OutputType": null, + "Uri": "/agreements/{agreement-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Command": "Update-MgAgreementAcceptance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAgreement", + "Uri": "/agreements/{agreement-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Command": "Update-MgAgreementAcceptance", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file", - "Command": "Update-MgAgreementFile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAgreementAcceptance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file", "Command": "Update-MgAgreementFile", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/file", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Command": "Update-MgAgreementFileLocalization", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAgreementFile", + "Uri": "/agreements/{agreement-id}/file", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Command": "Update-MgAgreementFileLocalization", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Command": "Update-MgAgreementFileLocalizationVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalization", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Command": "Update-MgAgreementFileLocalizationVersion", - "OutputType": null, + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalizationVersion", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Command": "Update-MgAppCatalogTeamApp", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Command": "Update-MgAppCatalogTeamApp", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Command": "Update-MgAppCatalogTeamAppDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Command": "Update-MgAppCatalogTeamAppDefinition", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Command": "Update-MgAppCatalogTeamAppDefinitionBot", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Command": "Update-MgAppCatalogTeamAppDefinitionBot", - "OutputType": null, + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Command": "Update-MgAppCatalogTeamAppDefinitionColorIcon", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Command": "Update-MgAppCatalogTeamAppDefinitionColorIconHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinitionColorIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIcon", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}", - "Command": "Update-MgApplication", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -268521,15 +268767,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/applications/{application-id}", "Command": "Update-MgApplication", - "OutputType": null, + "Uri": "/applications/{application-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -268541,45 +268787,45 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Command": "Update-MgApplicationExtensionProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplication", + "Uri": "/applications/{application-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Command": "Update-MgApplicationExtensionProperty", - "OutputType": null, + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Command": "Update-MgApplicationFederatedIdentityCredential", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -268591,15 +268837,15 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Command": "Update-MgApplicationFederatedIdentityCredential", - "OutputType": null, + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -268611,75 +268857,75 @@ "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 - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization", - "Command": "Update-MgApplicationSynchronization", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Command": "Update-MgApplicationSynchronizationJob", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronization", + "Uri": "/applications/{application-id}/synchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Command": "Update-MgApplicationSynchronizationJobSchema", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJob", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobSchema", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Command": "Update-MgApplicationSynchronizationTemplate", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -268691,45 +268937,45 @@ "Description": "Read and write all Azure AD synchronization data", "FullDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Command": "Update-MgApplicationSynchronizationTemplateSchema", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Command": "Update-MgBookingBusiness", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -268749,15 +268995,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Command": "Update-MgBookingBusiness", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -268777,15 +269023,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Command": "Update-MgBookingBusinessAppointment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -268811,15 +269057,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Command": "Update-MgBookingBusinessAppointment", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -268845,45 +269091,45 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Command": "Update-MgBookingBusinessCalendarView", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Command": "Update-MgBookingBusinessCalendarView", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Command": "Update-MgBookingBusinessCustomer", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -268909,15 +269155,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Command": "Update-MgBookingBusinessCustomer", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -268943,15 +269189,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Command": "Update-MgBookingBusinessCustomQuestion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -268977,15 +269223,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Command": "Update-MgBookingBusinessCustomQuestion", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -269011,15 +269257,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Command": "Update-MgBookingBusinessService", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -269039,15 +269285,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Command": "Update-MgBookingBusinessService", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269067,15 +269313,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Command": "Update-MgBookingBusinessStaffMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -269095,15 +269341,15 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Command": "Update-MgBookingBusinessStaffMember", - "OutputType": null, + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269123,60 +269369,60 @@ "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 } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Command": "Update-MgBookingCurrency", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Command": "Update-MgBookingCurrency", - "OutputType": null, + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Bookings", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingCurrency", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Command": "Update-MgBusinessFlowTemplate", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBusinessFlowTemplate", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Command": "Update-MgBusinessScenario", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -269196,30 +269442,30 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Command": "Update-MgBusinessScenarioPlanner", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Command": "Update-MgBusinessScenarioPlannerPlanConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBusinessScenarioPlanner", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269239,15 +269485,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Command": "Update-MgBusinessScenarioPlannerPlanConfigurationLocalization", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBusinessScenarioPlannerPlanConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269267,15 +269513,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Command": "Update-MgBusinessScenarioPlannerTask", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269287,15 +269533,15 @@ "Description": "Read and write data for business scenarios this app creates or owns", "FullDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", "IsAdmin": true - } - }, - { + }, "Module": "Bookings", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Command": "Update-MgBusinessScenarioPlannerTaskConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269315,15 +269561,15 @@ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Bookings", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBusinessScenarioPlannerTaskConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}", - "Command": "Update-MgChat", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -269335,15 +269581,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}", "Command": "Update-MgChat", - "OutputType": null, + "Uri": "/chats/{chat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -269355,15 +269601,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Command": "Update-MgChatInstalledApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChat", + "Uri": "/chats/{chat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Upgrade", "UpgradeExpanded", @@ -269383,15 +269629,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Command": "Update-MgChatInstalledApp", - "OutputType": null, + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiVersion": "beta" + }, + { "Variants": [ "Upgrade1", "UpgradeViaIdentity1" @@ -269409,75 +269655,75 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Command": "Update-MgChatLastMessagePreview", "OutputType": null, + "Method": "POST", + "Command": "Update-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}/lastMessagePreview", "Command": "Update-MgChatLastMessagePreview", - "OutputType": null, + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Command": "Update-MgChatMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatLastMessagePreview", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Command": "Update-MgChatMember", - "OutputType": null, + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Command": "Update-MgChatMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatMember", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269503,15 +269749,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Command": "Update-MgChatMessage", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -269537,135 +269783,135 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Update-MgChatMessageReply", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Update-MgChatMessageReply", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgChatMessageReplyHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatMessageReply", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgChatMessageReplyHostedContent", - "OutputType": null, + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Command": "Update-MgChatOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatMessageReplyHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Update-MgChatPermissionGrant", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatOperation", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Command": "Update-MgChatPinnedMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Command": "Update-MgChatPinnedMessage", - "OutputType": null, + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Command": "Update-MgChatTab", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -269691,15 +269937,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Command": "Update-MgChatTab", - "OutputType": null, + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -269725,225 +269971,225 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ] + ], + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Command": "Update-MgCommunicationCallAudioRoutingGroup", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Command": "Update-MgCommunicationCallAudioRoutingGroup", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Command": "Update-MgCommunicationCallContentSharingSession", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Command": "Update-MgCommunicationCallContentSharingSession", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Command": "Update-MgCommunicationCallOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Command": "Update-MgCommunicationCallOperation", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Command": "Update-MgCommunicationCallParticipant", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationCallOperation", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Command": "Update-MgCommunicationCallParticipant", - "OutputType": null, + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "Command": "Update-MgCommunicationCallRecordingStatus", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Method": "POST", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "Command": "Update-MgCommunicationCallRecordingStatus", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Method": "POST", + "Command": "Update-MgCommunicationCallRecordingStatus", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Command": "Update-MgCommunicationCallRecordSession", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Command": "Update-MgCommunicationCallRecordSession", - "OutputType": null, + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Command": "Update-MgCommunicationOnlineMeeting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationCallRecordSession", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Command": "Update-MgCommunicationOnlineMeeting", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "Update2", @@ -269954,30 +270200,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "Update2", @@ -269988,159 +270234,159 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": null, + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Command": "Update-MgCommunicationOnlineMeetingRegistration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Command": "Update-MgCommunicationOnlineMeetingRegistrationCustomQuestion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingRegistration", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Command": "Update-MgCommunicationOnlineMeetingTranscript", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", - "Command": "Update-MgCommunicationOnlineMeetingVirtualAppointment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingTranscript", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/communications/presences/{presence-id}", - "Command": "Update-MgCommunicationPresence", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingVirtualAppointment", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/communications/presences/{presence-id}", "Command": "Update-MgCommunicationPresence", - "OutputType": null, + "Uri": "/communications/presences/{presence-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationPresence", + "Uri": "/communications/presences/{presence-id}", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance", - "Command": "Update-MgCompliance", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/compliance", "Command": "Update-MgCompliance", - "OutputType": null, + "Uri": "/compliance", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery", - "Command": "Update-MgComplianceEdiscovery", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCompliance", + "Uri": "/compliance", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Command": "Update-MgComplianceEdiscoveryCase", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscovery", + "Uri": "/compliance/ediscovery", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270160,15 +270406,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Command": "Update-MgComplianceEdiscoveryCaseCustodian", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270188,73 +270434,73 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", - "Command": "Update-MgComplianceEdiscoveryCaseCustodianIndex", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseCustodianSiteSource", "OutputType": null, + "Method": "POST", + "Command": "Update-MgComplianceEdiscoveryCaseCustodianIndex", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseCustodianUserSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Command": "Update-MgComplianceEdiscoveryCaseLegalHold", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270274,118 +270520,118 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUserSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", - "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSourceIndex", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateViaIdentity" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Command": "Update-MgComplianceEdiscoveryCaseOperation", "OutputType": null, + "Method": "POST", + "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSourceIndex", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Command": "Update-MgComplianceEdiscoveryCaseReviewSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Command": "Update-MgComplianceEdiscoveryCaseReviewSetQuery", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270405,15 +270651,15 @@ "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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Command": "Update-MgComplianceEdiscoveryCaseSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270425,15 +270671,15 @@ "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 - } - }, - { + }, "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Command": "Update-MgComplianceEdiscoveryCaseSourceCollection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseSetting", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270453,30 +270699,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 } - ] - }, - { + ], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Command": "Update-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Compliance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Command": "Update-MgComplianceEdiscoveryCaseTag", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270496,105 +270742,105 @@ "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 } - ] + ], + "Module": "Compliance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/contacts/{orgContact-id}", - "Command": "Update-MgContact", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/contacts/{orgContact-id}", "Command": "Update-MgContact", - "OutputType": null, + "Uri": "/contacts/{orgContact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/contracts/{contract-id}", - "Command": "Update-MgContract", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgContact", + "Uri": "/contacts/{orgContact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/contracts/{contract-id}", "Command": "Update-MgContract", - "OutputType": null, + "Uri": "/contracts/{contract-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgContract", + "Uri": "/contracts/{contract-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Command": "Update-MgDataPolicyOperation", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Command": "Update-MgDataPolicyOperation", - "OutputType": null, + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDataPolicyOperation", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/devices/{device-id}", - "Command": "Update-MgDevice", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -270606,15 +270852,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/devices/{device-id}", "Command": "Update-MgDevice", - "OutputType": null, + "Uri": "/devices/{device-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270626,15 +270872,15 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDevice", + "Uri": "/devices/{device-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement", - "Command": "Update-MgDeviceAppMgt", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -270652,15 +270898,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement", "Command": "Update-MgDeviceAppMgt", - "OutputType": null, + "Uri": "/deviceAppManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -270678,15 +270924,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgt", + "Uri": "/deviceAppManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -270698,15 +270944,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtection", - "OutputType": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270718,15 +270964,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270746,15 +270992,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "OutputType": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -270774,15 +271020,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -270802,15 +271048,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -270830,15 +271076,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270858,15 +271104,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtection", - "OutputType": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -270886,15 +271132,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270914,15 +271160,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "OutputType": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -270942,15 +271188,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -270970,15 +271216,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -270998,15 +271244,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Command": "Update-MgDeviceAppMgtEnterpriseCodeSigningCertificate", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271018,30 +271264,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 - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271053,15 +271299,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271073,15 +271319,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271093,15 +271339,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271113,15 +271359,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271133,15 +271379,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtection", - "OutputType": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271153,15 +271399,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271181,15 +271427,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", - "OutputType": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271209,15 +271455,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271237,15 +271483,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271265,135 +271511,135 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Command": "Update-MgDeviceAppMgtManagedAppPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Command": "Update-MgDeviceAppMgtManagedAppPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Command": "Update-MgDeviceAppMgtManagedAppRegistration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Command": "Update-MgDeviceAppMgtManagedAppRegistration", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271413,15 +271659,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271441,45 +271687,45 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Command": "Update-MgDeviceAppMgtManagedAppStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Command": "Update-MgDeviceAppMgtManagedAppStatuses", - "OutputType": null, + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Command": "Update-MgDeviceAppMgtManagedEBook", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedAppStatuses", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271491,15 +271737,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Command": "Update-MgDeviceAppMgtManagedEBook", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271511,15 +271757,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Command": "Update-MgDeviceAppMgtManagedEBookAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271531,15 +271777,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Command": "Update-MgDeviceAppMgtManagedEBookAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271551,15 +271797,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Command": "Update-MgDeviceAppMgtManagedEBookCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271571,15 +271817,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Command": "Update-MgDeviceAppMgtManagedEBookDeviceState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedEBookCategory", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271591,15 +271837,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Command": "Update-MgDeviceAppMgtManagedEBookDeviceState", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271611,15 +271857,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Command": "Update-MgDeviceAppMgtManagedEBookInstallSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271631,15 +271877,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Command": "Update-MgDeviceAppMgtManagedEBookInstallSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271651,15 +271897,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedEBookInstallSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271671,15 +271917,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271691,15 +271937,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271711,15 +271957,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "OutputType": null, + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271731,15 +271977,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Command": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271751,15 +271997,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Command": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271771,15 +272017,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Command": "Update-MgDeviceAppMgtMobileApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271791,15 +272037,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Command": "Update-MgDeviceAppMgtMobileApp", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271811,15 +272057,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Command": "Update-MgDeviceAppMgtMobileAppAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileApp", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271831,15 +272077,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Command": "Update-MgDeviceAppMgtMobileAppAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271851,15 +272097,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Command": "Update-MgDeviceAppMgtMobileAppCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271871,15 +272117,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Command": "Update-MgDeviceAppMgtMobileAppCategory", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271891,15 +272137,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Command": "Update-MgDeviceAppMgtMobileAppConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271911,15 +272157,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Command": "Update-MgDeviceAppMgtMobileAppConfiguration", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271931,15 +272177,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271951,15 +272197,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -271971,15 +272217,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -271991,15 +272237,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272011,15 +272257,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272031,15 +272277,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272051,15 +272297,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272071,15 +272317,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatuses", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272091,15 +272337,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272111,15 +272357,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272131,15 +272377,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", - "Command": "Update-MgDeviceAppMgtMobileAppDeviceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272151,15 +272397,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", - "Command": "Update-MgDeviceAppMgtMobileAppInstallSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272171,15 +272417,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Command": "Update-MgDeviceAppMgtMobileAppRelationship", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppInstallSummary", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272191,15 +272437,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", - "Command": "Update-MgDeviceAppMgtMobileAppUserStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272211,15 +272457,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", - "Command": "Update-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppUserStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272231,30 +272477,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 - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", - "Command": "Update-MgDeviceAppMgtMultipleMobileAppRelationship", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", - "Command": "Update-MgDeviceAppMgtMultiplePolicySet", "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceAppMgtMultipleMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272266,30 +272512,30 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Command": "Update-MgDeviceAppMgtPolicySet", "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceAppMgtMultiplePolicySet", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Command": "Update-MgDeviceAppMgtPolicySetAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtPolicySet", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272301,15 +272547,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Command": "Update-MgDeviceAppMgtPolicySetItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtPolicySetAssignment", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272321,15 +272567,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Command": "Update-MgDeviceAppMgtSymantecCodeSigningCertificate", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtPolicySetItem", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -272339,15 +272585,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtSymantecCodeSigningCertificate", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272359,15 +272605,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272379,15 +272625,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272407,15 +272653,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272435,15 +272681,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272463,15 +272709,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272491,15 +272737,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272519,15 +272765,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "OutputType": null, + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272547,15 +272793,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Command": "Update-MgDeviceAppMgtTask", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272575,15 +272821,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", - "Command": "Update-MgDeviceAppMgtTaskStatus", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtTask", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272603,15 +272849,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Command": "Update-MgDeviceAppMgtVppToken", "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceAppMgtTaskStatus", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272631,15 +272877,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Command": "Update-MgDeviceAppMgtVppToken", - "OutputType": null, + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272659,15 +272905,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtVppToken", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272679,15 +272925,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicy", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272699,15 +272945,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272719,15 +272965,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272739,15 +272985,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Command": "Update-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272767,15 +273013,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Command": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272795,15 +273041,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Command": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", - "OutputType": null, + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -272823,15 +273069,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Command": "Update-MgDeviceAppMgtWindowInformationProtectionWipeAction", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272851,15 +273097,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Command": "Update-MgDeviceAppMgtWindowManagedAppProtection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272879,15 +273125,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWindowManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272907,15 +273153,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -272935,60 +273181,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 } - ] + ], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/devices/{device-id}/commands/{command-id}", - "Command": "Update-MgDeviceCommand", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Command": "Update-MgDeviceExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceCommand", + "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/devices/{device-id}/extensions/{extension-id}", "Command": "Update-MgDeviceExtension", - "OutputType": null, + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceExtension", + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement", - "Command": "Update-MgDeviceManagement", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -273024,15 +273270,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement", "Command": "Update-MgDeviceManagement", - "OutputType": null, + "Uri": "/deviceManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -273068,15 +273314,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Command": "Update-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagement", + "Uri": "/deviceManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -273086,15 +273332,35 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "Command": "Update-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "OutputType": null, + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273106,15 +273372,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "Command": "Update-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "OutputType": null, + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273126,15 +273392,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "Command": "Update-MgDeviceManagementAndroidForWorkAppConfigurationSchema", - "OutputType": null, + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273146,35 +273412,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "Command": "Update-MgDeviceManagementAndroidForWorkEnrollmentProfile", - "OutputType": null, + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/androidForWorkSettings", "Command": "Update-MgDeviceManagementAndroidForWorkSetting", - "OutputType": null, + "Uri": "/deviceManagement/androidForWorkSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -273184,33 +273448,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "Command": "Update-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Command": "Update-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273222,15 +273468,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -273248,15 +273494,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/applePushNotificationCertificate", "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", - "OutputType": null, + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -273274,15 +273520,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273294,15 +273540,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273314,15 +273560,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Command": "Update-MgDeviceManagementAssignmentFilter", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273334,15 +273580,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Command": "Update-MgDeviceManagementAuditEvent", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -273354,15 +273600,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Command": "Update-MgDeviceManagementAuditEvent", - "OutputType": null, + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273374,15 +273620,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Command": "Update-MgDeviceManagementAutopilotEvent", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273394,15 +273640,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Command": "Update-MgDeviceManagementAutopilotEventPolicyStatusDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273414,15 +273660,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Command": "Update-MgDeviceManagementCartToClassAssociation", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273434,15 +273680,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Command": "Update-MgDeviceManagementCategory", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273454,15 +273700,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Command": "Update-MgDeviceManagementCategorySettingDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCategory", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273474,180 +273720,180 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Command": "Update-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "Command": "Update-MgDeviceManagementComanagedDeviceCategory", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Update-MgDeviceManagementComanagedDeviceCompliancePolicyState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Update-MgDeviceManagementComanagedDeviceConfigurationState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Command": "Update-MgDeviceManagementComanagedDeviceHealthScriptState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Command": "Update-MgDeviceManagementComanagedDeviceLogCollectionRequest", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Command": "Update-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionState", - "OutputType": null, + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Command": "Update-MgDeviceManagementComanagementEligibleDevice", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273667,15 +273913,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Command": "Update-MgDeviceManagementComplianceManagementPartner", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273695,15 +273941,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Command": "Update-MgDeviceManagementComplianceManagementPartner", - "OutputType": null, + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -273723,15 +273969,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Command": "Update-MgDeviceManagementCompliancePolicy", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273743,15 +273989,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Command": "Update-MgDeviceManagementCompliancePolicyAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273763,15 +274009,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273783,15 +274029,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273803,15 +274049,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Command": "Update-MgDeviceManagementCompliancePolicySetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273823,15 +274069,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Update-MgDeviceManagementComplianceSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementCompliancePolicySetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273843,15 +274089,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/conditionalAccessSettings", - "Command": "Update-MgDeviceManagementConditionalAccessSetting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -273869,15 +274115,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/conditionalAccessSettings", "Command": "Update-MgDeviceManagementConditionalAccessSetting", - "OutputType": null, + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -273895,15 +274141,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Command": "Update-MgDeviceManagementConfigurationPolicy", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -273915,15 +274161,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Command": "Update-MgDeviceManagementConfigurationPolicyAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273935,15 +274181,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Command": "Update-MgDeviceManagementConfigurationPolicySetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273955,15 +274201,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Command": "Update-MgDeviceManagementConfigurationPolicyTemplate", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273975,15 +274221,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -273995,15 +274241,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274015,15 +274261,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Update-MgDeviceManagementConfigurationSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274035,15 +274281,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Command": "Update-MgDeviceManagementDataSharingConsent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274063,15 +274309,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Command": "Update-MgDeviceManagementDepOnboardingSetting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -274083,15 +274329,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274103,15 +274349,15 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", - "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -274123,15 +274369,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Command": "Update-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -274143,30 +274389,30 @@ "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 - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Command": "Update-MgDeviceManagementDerivedCredentials", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Command": "Update-MgDeviceManagementDetectedApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDerivedCredentials", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274186,15 +274432,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Command": "Update-MgDeviceManagementDetectedApp", - "OutputType": null, + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274214,15 +274460,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Command": "Update-MgDeviceManagementDeviceCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274242,15 +274488,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Command": "Update-MgDeviceManagementDeviceCategory", - "OutputType": null, + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274270,15 +274516,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274290,15 +274536,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274310,15 +274556,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274330,15 +274576,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274350,27 +274596,27 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", - "OutputType": null, "Variants": [ "Refresh" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", + "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -274382,15 +274628,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274402,15 +274648,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -274420,15 +274666,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -274438,15 +274684,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274458,15 +274704,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274478,15 +274724,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274498,15 +274744,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274518,15 +274764,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274538,15 +274784,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274558,15 +274804,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274578,15 +274824,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274598,15 +274844,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274618,15 +274864,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274638,15 +274884,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274658,15 +274904,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274678,15 +274924,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274698,15 +274944,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274718,15 +274964,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274738,15 +274984,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274758,15 +275004,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Command": "Update-MgDeviceManagementDeviceConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274778,15 +275024,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Command": "Update-MgDeviceManagementDeviceConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274798,15 +275044,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274818,15 +275064,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274838,15 +275084,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationConflictSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274858,15 +275104,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationConflictSummary", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274878,15 +275124,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274898,15 +275144,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -274916,15 +275162,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -274934,15 +275180,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274954,15 +275200,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -274974,15 +275220,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -274994,15 +275240,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -275014,15 +275260,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationGroupAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275034,15 +275280,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -275054,15 +275300,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275074,15 +275320,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStateSummary", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -275092,15 +275338,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStateSummary", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275112,15 +275358,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatuses", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -275132,15 +275378,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatuses", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -275152,15 +275398,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "OutputType": null, + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275172,15 +275418,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -275200,15 +275446,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275228,15 +275474,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -275256,15 +275502,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275284,15 +275530,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Command": "Update-MgDeviceManagementDeviceHealthScript", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -275312,15 +275558,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Command": "Update-MgDeviceManagementDeviceHealthScriptAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275340,15 +275586,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Command": "Update-MgDeviceManagementDeviceHealthScriptDeviceRunState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275368,15 +275614,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", - "Command": "Update-MgDeviceManagementDeviceHealthScriptGlobalScript", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -275396,15 +275642,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementDeviceHealthScriptGlobalScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Command": "Update-MgDeviceManagementDeviceHealthScriptRunSummary", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -275424,15 +275670,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Command": "Update-MgDeviceManagementDeviceShellScript", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceHealthScriptRunSummary", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275452,15 +275698,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Command": "Update-MgDeviceManagementDeviceShellScriptAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275480,15 +275726,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Update-MgDeviceManagementDeviceShellScriptDeviceRunState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275508,15 +275754,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Command": "Update-MgDeviceManagementDeviceShellScriptGroupAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275536,15 +275782,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275564,30 +275810,30 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Command": "Update-MgDeviceManagementDomainJoinConnector", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -275599,15 +275845,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePool", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -275619,15 +275865,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275639,15 +275885,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275659,15 +275905,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Command": "Update-MgDeviceManagementExchangeConnector", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -275687,15 +275933,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Command": "Update-MgDeviceManagementExchangeConnector", - "OutputType": null, + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275715,15 +275961,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Command": "Update-MgDeviceManagementExchangeOnPremisPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -275745,15 +275991,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Command": "Update-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementExchangeOnPremisPolicy", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -275762,15 +276008,35 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Command": "Update-MgDeviceManagementGroupPolicyCategory", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275782,15 +276048,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "Command": "Update-MgDeviceManagementGroupPolicyConfiguration", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275802,15 +276068,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationAssignment", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275822,15 +276088,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275842,15 +276108,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275862,15 +276128,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275882,15 +276148,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "Command": "Update-MgDeviceManagementGroupPolicyDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -275902,170 +276168,150 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionFile", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - } - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "OutputType": null, + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReport", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276077,15 +276323,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276097,15 +276343,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportScopeTag", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276117,15 +276363,15 @@ "Description": "Read Microsoft Intune Device Configuration 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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportScopeTag", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276137,15 +276383,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Command": "Update-MgDeviceManagementGroupPolicyObjectFile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276157,15 +276403,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementGroupPolicyObjectFile", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276177,30 +276423,30 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", - "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276212,15 +276458,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Command": "Update-MgDeviceManagementImportedDeviceIdentity", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276232,45 +276478,65 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementImportedDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", - "OutputType": null, + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "Command": "Update-MgDeviceManagementIntent", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276282,15 +276548,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "Command": "Update-MgDeviceManagementIntentAssignment", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276302,15 +276568,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "Command": "Update-MgDeviceManagementIntentCategory", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276322,15 +276588,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "Command": "Update-MgDeviceManagementIntentCategorySetting", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276342,15 +276608,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "Command": "Update-MgDeviceManagementIntentDeviceSettingStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276362,15 +276628,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "Command": "Update-MgDeviceManagementIntentDeviceState", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276382,15 +276648,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "Command": "Update-MgDeviceManagementIntentDeviceStateSummary", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276402,15 +276668,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", "Command": "Update-MgDeviceManagementIntentMultipleSetting", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276422,15 +276688,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "Command": "Update-MgDeviceManagementIntentSetting", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276442,15 +276708,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "Command": "Update-MgDeviceManagementIntentUserState", - "OutputType": null, + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276462,35 +276728,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "Command": "Update-MgDeviceManagementIntentUserStateSummary", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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}/userStateSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Command": "Update-MgDeviceManagementIntuneBrandingProfile", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276502,15 +276748,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Command": "Update-MgDeviceManagementIntuneBrandingProfileAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementIntuneBrandingProfile", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276522,15 +276768,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Command": "Update-MgDeviceManagementIoUpdateStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276542,15 +276788,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Command": "Update-MgDeviceManagementIoUpdateStatuses", - "OutputType": null, + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -276562,15 +276808,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementIoUpdateStatuses", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276582,15 +276828,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276602,15 +276848,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276622,15 +276868,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Command": "Update-MgDeviceManagementManagedDevice", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -276650,15 +276896,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Command": "Update-MgDeviceManagementManagedDevice", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276678,120 +276924,120 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Command": "Update-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Command": "Update-MgDeviceManagementManagedDeviceCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Command": "Update-MgDeviceManagementManagedDeviceCategory", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Command": "Update-MgDeviceManagementManagedDeviceEncryptionState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276803,90 +277049,90 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Command": "Update-MgDeviceManagementManagedDeviceHealthScriptState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Command": "Update-MgDeviceManagementManagedDeviceMobileAppConfigurationState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineState", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -276898,15 +277144,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount", - "OutputType": null, + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -276918,45 +277164,45 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionState", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Command": "Update-MgDeviceManagementMicrosoftTunnelConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276968,15 +277214,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Command": "Update-MgDeviceManagementMicrosoftTunnelHealthThreshold", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -276988,15 +277234,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Command": "Update-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277008,15 +277254,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Command": "Update-MgDeviceManagementMicrosoftTunnelSite", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277028,15 +277274,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMicrosoftTunnelSite", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277048,15 +277294,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277068,15 +277314,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277088,15 +277334,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277116,15 +277362,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277144,15 +277390,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", - "OutputType": null, + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277172,15 +277418,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Command": "Update-MgDeviceManagementNdeConnector", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277192,15 +277438,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementNdeConnector", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Command": "Update-MgDeviceManagementNotificationMessageTemplate", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -277212,15 +277458,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Command": "Update-MgDeviceManagementNotificationMessageTemplate", - "OutputType": null, + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277232,15 +277478,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277252,15 +277498,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "OutputType": null, + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277272,15 +277518,15 @@ "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 - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Command": "Update-MgDeviceManagementPartner", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277300,15 +277546,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Command": "Update-MgDeviceManagementPartner", - "OutputType": null, + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277328,15 +277574,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Command": "Update-MgDeviceManagementRemoteActionAudit", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277356,15 +277602,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Command": "Update-MgDeviceManagementRemoteAssistancePartner", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277384,15 +277630,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Command": "Update-MgDeviceManagementRemoteAssistancePartner", - "OutputType": null, + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277412,15 +277658,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/reports", - "Command": "Update-MgDeviceManagementReport", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -277450,15 +277696,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] - }, - { + ], "Module": "Reports", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/reports", "Command": "Update-MgDeviceManagementReport", - "OutputType": null, + "Uri": "/deviceManagement/reports", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -277488,15 +277734,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ] + ], + "Module": "Reports", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementReport", + "Uri": "/deviceManagement/reports", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Command": "Update-MgDeviceManagementResourceAccessProfile", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277508,15 +277754,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Command": "Update-MgDeviceManagementResourceAccessProfileAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277528,15 +277774,15 @@ "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 - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Command": "Update-MgDeviceManagementResourceOperation", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277556,15 +277802,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Command": "Update-MgDeviceManagementResourceOperation", - "OutputType": null, + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277584,15 +277830,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Command": "Update-MgDeviceManagementReusableSetting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277604,15 +277850,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Command": "Update-MgDeviceManagementRoleAssignment", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -277632,15 +277878,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Command": "Update-MgDeviceManagementRoleAssignment", - "OutputType": null, + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277660,15 +277906,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Command": "Update-MgDeviceManagementRoleDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277688,15 +277934,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Command": "Update-MgDeviceManagementRoleDefinition", - "OutputType": null, + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277716,15 +277962,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277744,15 +277990,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": null, + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -277772,15 +278018,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Command": "Update-MgDeviceManagementRoleScopeTag", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277800,45 +278046,45 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Command": "Update-MgDeviceManagementRoleScopeTagAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleScopeTagAssignment", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Command": "Update-MgDeviceManagementScript", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Command": "Update-MgDeviceManagementScriptAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementScript", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277858,15 +278104,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Update-MgDeviceManagementScriptDeviceRunState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277886,15 +278132,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Command": "Update-MgDeviceManagementScriptGroupAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277914,15 +278160,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Command": "Update-MgDeviceManagementScriptUserRunState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277942,15 +278188,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Command": "Update-MgDeviceManagementScriptUserRunStateDeviceRunState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277970,15 +278216,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Command": "Update-MgDeviceManagementSettingDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -277990,15 +278236,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -278010,15 +278256,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", - "OutputType": null, + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -278030,15 +278276,15 @@ "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 - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Command": "Update-MgDeviceManagementTemplate", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -278050,15 +278296,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Command": "Update-MgDeviceManagementTemplateCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplate", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278070,15 +278316,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Command": "Update-MgDeviceManagementTemplateCategoryRecommendedSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278090,15 +278336,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Command": "Update-MgDeviceManagementTemplateMigratableTo", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278110,60 +278356,60 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Command": "Update-MgDeviceManagementTemplateMigratableToCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Command": "Update-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplateMigratableToCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Command": "Update-MgDeviceManagementTemplateMigratableToSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Command": "Update-MgDeviceManagementTemplateSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplateMigratableToSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278175,15 +278421,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Command": "Update-MgDeviceManagementTermAndCondition", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -278195,15 +278441,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Command": "Update-MgDeviceManagementTermAndCondition", - "OutputType": null, + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -278215,15 +278461,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278235,15 +278481,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses", - "OutputType": null, + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -278255,15 +278501,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Command": "Update-MgDeviceManagementTermAndConditionAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278275,15 +278521,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Command": "Update-MgDeviceManagementTermAndConditionAssignment", - "OutputType": null, + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -278295,15 +278541,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Command": "Update-MgDeviceManagementTermAndConditionGroupAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278315,15 +278561,15 @@ "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 - } + }, + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Command": "Update-MgDeviceManagementTroubleshootingEvent", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -278335,15 +278581,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Command": "Update-MgDeviceManagementTroubleshootingEvent", - "OutputType": null, + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278355,15 +278601,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomaly", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278383,15 +278629,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278411,15 +278657,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278439,15 +278685,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278467,15 +278713,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278495,15 +278741,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278523,15 +278769,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278551,15 +278797,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -278579,15 +278825,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278607,15 +278853,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278635,15 +278881,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278663,15 +278909,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -278689,30 +278935,30 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278732,15 +278978,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278760,15 +279006,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -278786,15 +279032,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278814,15 +279060,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278842,15 +279088,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278870,15 +279116,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278898,15 +279144,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278926,15 +279172,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -278952,15 +279198,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -278980,30 +279226,30 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279023,15 +279269,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279051,15 +279297,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -279081,15 +279327,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279109,15 +279355,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279137,15 +279383,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279165,15 +279411,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279193,30 +279439,30 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279236,15 +279482,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticImpactingProcess", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279264,15 +279510,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279292,15 +279538,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279320,15 +279566,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279348,15 +279594,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -279374,15 +279620,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticRemoteConnection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279402,15 +279648,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticResourcePerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279430,15 +279676,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279458,15 +279704,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -279484,15 +279730,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279512,15 +279758,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279540,15 +279786,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279568,15 +279814,15 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Command": "Update-MgDeviceManagementUserPfxCertificate", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -279588,43 +279834,43 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Command": "Update-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Command": "Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279636,30 +279882,30 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisConnectionAdDomainPassword", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -279671,15 +279917,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisConnectionAdDomainPassword", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisesConnection", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -279691,15 +279937,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Command": "Update-MgDeviceManagementVirtualEndpointOrganizationSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -279717,15 +279963,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointOrganizationSetting", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -279737,163 +279983,163 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/reports", - "Command": "Update-MgDeviceManagementVirtualEndpointReport", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Administration", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointReport", + "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "Command": "Update-MgDeviceManagementVirtualEndpointReportExportJob", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "Command": "Update-MgDeviceManagementVirtualEndpointServicePlan", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", "Command": "Update-MgDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "Command": "Update-MgDeviceManagementVirtualEndpointSnapshot", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "Command": "Update-MgDeviceManagementVirtualEndpointSupportedRegion", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", - "OutputType": null, + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Administration", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfile", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -279905,45 +280151,45 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -279955,15 +280201,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty", - "OutputType": null, + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -279975,15 +280221,15 @@ "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 - } + }, + "Module": "DeviceManagement.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotSettings", - "Command": "Update-MgDeviceManagementWindowAutopilotSetting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -279993,15 +280239,15 @@ "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 - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowAutopilotSetting", + "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280013,15 +280259,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfileAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280033,15 +280279,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - } + }, + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Command": "Update-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -280053,15 +280299,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Command": "Update-MgDeviceManagementWindowInformationProtectionAppLearningSummary", - "OutputType": null, + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280073,15 +280319,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Command": "Update-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280093,15 +280339,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Command": "Update-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", - "OutputType": null, + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280113,15 +280359,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - } - }, - { + }, "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Command": "Update-MgDeviceManagementWindowMalwareInformation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280141,15 +280387,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Command": "Update-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280169,56 +280415,56 @@ "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 } - ] + ], + "Module": "DeviceManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Command": "Update-MgDeviceUsageRights", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory", - "Command": "Update-MgDirectory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceUsageRights", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory", "Command": "Update-MgDirectory", - "OutputType": null, + "Uri": "/directory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Command": "Update-MgDirectoryAdministrativeUnit", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectory", + "Uri": "/directory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280230,15 +280476,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Command": "Update-MgDirectoryAdministrativeUnit", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280250,75 +280496,75 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Command": "Update-MgDirectoryAdministrativeUnitExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Command": "Update-MgDirectoryAdministrativeUnitExtension", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", - "OutputType": null, + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Command": "Update-MgDirectoryAttributeSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280330,15 +280576,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/attributeSets/{attributeSet-id}", "Command": "Update-MgDirectoryAttributeSet", - "OutputType": null, + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280350,15 +280596,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryAttributeSet", + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280370,15 +280616,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", - "OutputType": null, + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280390,15 +280636,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280410,15 +280656,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "OutputType": null, + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280430,150 +280676,150 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Command": "Update-MgDirectoryDeletedItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/deletedItems/{directoryObject-id}", "Command": "Update-MgDirectoryDeletedItem", - "OutputType": null, + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Command": "Update-MgDirectoryFeatureRolloutPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryDeletedItem", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Command": "Update-MgDirectoryFederationConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryFeatureRolloutPolicy", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Command": "Update-MgDirectoryFederationConfiguration", - "OutputType": null, + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/impactedResources/{impactedResource-id}", - "Command": "Update-MgDirectoryImpactedResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Command": "Update-MgDirectoryInboundSharedUserProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryImpactedResource", + "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryInboundSharedUserProfile", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiVersion": "beta" }, { - "Module": "DirectoryObjects", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directoryObjects/{directoryObject-id}", - "Command": "Update-MgDirectoryObject", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DirectoryObjects", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directoryObjects/{directoryObject-id}", "Command": "Update-MgDirectoryObject", - "OutputType": null, + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DirectoryObjects", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryObject", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Command": "Update-MgDirectoryOnPremisSynchronization", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -280585,15 +280831,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Command": "Update-MgDirectoryOnPremisSynchronization", - "OutputType": null, + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280605,150 +280851,150 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Command": "Update-MgDirectoryOutboundSharedUserProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryOnPremisSynchronization", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Command": "Update-MgDirectoryOutboundSharedUserProfileTenant", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/recommendations/{recommendation-id}", - "Command": "Update-MgDirectoryRecommendation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}", - "Command": "Update-MgDirectoryRole", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}", "Command": "Update-MgDirectoryRole", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryRole", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Command": "Update-MgDirectoryRoleScopedMember", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Command": "Update-MgDirectoryRoleScopedMember", - "OutputType": null, + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Command": "Update-MgDirectoryRoleTemplate", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleScopedMember", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Command": "Update-MgDirectoryRoleTemplate", - "OutputType": null, + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/settings/{directorySetting-id}", - "Command": "Update-MgDirectorySetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280768,45 +281014,45 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Command": "Update-MgDirectorySettingTemplate", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectorySetting", + "Uri": "/settings/{directorySetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Command": "Update-MgDirectorySharedEmailDomain", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectorySettingTemplate", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/domains/{domain-id}", - "Command": "Update-MgDomain", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectorySharedEmailDomain", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280818,15 +281064,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/domains/{domain-id}", "Command": "Update-MgDomain", - "OutputType": null, + "Uri": "/domains/{domain-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280838,15 +281084,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Command": "Update-MgDomainFederationConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDomain", + "Uri": "/domains/{domain-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -280858,15 +281104,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Command": "Update-MgDomainFederationConfiguration", - "OutputType": null, + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -280878,120 +281124,120 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Command": "Update-MgDomainServiceConfigurationRecord", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDomainFederationConfiguration", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Command": "Update-MgDomainServiceConfigurationRecord", - "OutputType": null, + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Command": "Update-MgDomainSharedEmailDomainInvitation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Command": "Update-MgDomainVerificationDnsRecord", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDomainSharedEmailDomainInvitation", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Command": "Update-MgDomainVerificationDnsRecord", - "OutputType": null, + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}", - "Command": "Update-MgDrive", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}", "Command": "Update-MgDrive", - "OutputType": null, + "Uri": "/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Command": "Update-MgDriveItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDrive", + "Uri": "/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -281017,15 +281263,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Command": "Update-MgDriveItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -281051,225 +281297,225 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Update-MgDriveItemAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Update-MgDriveItemAnalytic", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgDriveItemAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgDriveItemAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Update-MgDriveItemListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Update-MgDriveItemListItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgDriveItemListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Update-MgDriveItemListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Update-MgDriveItemListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Update-MgDriveItemListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Update-MgDriveItemListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Update-MgDriveItemListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Update-MgDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Update-MgDriveItemPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemVersionField", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -281295,15 +281541,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Update-MgDriveItemPermission", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -281329,885 +281575,885 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Update-MgDriveItemRetentionLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Update-MgDriveItemSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemRetentionLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Update-MgDriveItemSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Update-MgDriveItemThumbnail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemSubscription", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Update-MgDriveItemThumbnail", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Update-MgDriveItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Update-MgDriveItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list", - "Command": "Update-MgDriveList", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list", "Command": "Update-MgDriveList", - "OutputType": null, + "Uri": "/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Update-MgDriveListColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveList", + "Uri": "/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Update-MgDriveListColumn", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Update-MgDriveListContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListColumn", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Update-MgDriveListContentType", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgDriveListContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListContentType", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgDriveListContentTypeColumn", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgDriveListContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumn", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgDriveListContentTypeColumnLink", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Update-MgDriveListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumnLink", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Command": "Update-MgDriveListItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItem", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Update-MgDriveListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Update-MgDriveListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Update-MgDriveListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItemField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Update-MgDriveListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Update-MgDriveListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItemVersion", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Update-MgDriveListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Update-MgDriveListOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItemVersionField", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Update-MgDriveListOperation", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Update-MgDriveListSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListOperation", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Update-MgDriveListSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root", - "Command": "Update-MgDriveRoot", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListSubscription", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root", "Command": "Update-MgDriveRoot", - "OutputType": null, + "Uri": "/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics", - "Command": "Update-MgDriveRootAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRoot", + "Uri": "/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics", "Command": "Update-MgDriveRootAnalytic", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgDriveRootAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootAnalytic", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgDriveRootAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem", - "Command": "Update-MgDriveRootListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootAnalyticItemActivityStat", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem", "Command": "Update-MgDriveRootListItem", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgDriveRootListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItem", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Command": "Update-MgDriveRootListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/fields", "Command": "Update-MgDriveRootListItemField", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Update-MgDriveRootListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Update-MgDriveRootListItemVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Update-MgDriveRootListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Update-MgDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Update-MgDriveRootPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Update-MgDriveRootPermission", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Command": "Update-MgDriveRootRetentionLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Update-MgDriveRootSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Update-MgDriveRootSubscription", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Update-MgDriveRootThumbnail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Update-MgDriveRootThumbnail", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Update-MgDriveRootVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Update-MgDriveRootVersion", - "OutputType": null, + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootVersion", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}", - "Command": "Update-MgEducationClass", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}", "Command": "Update-MgEducationClass", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Command": "Update-MgEducationClassAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClass", + "Uri": "/education/classes/{educationClass-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -282227,15 +282473,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Command": "Update-MgEducationClassAssignment", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -282255,45 +282501,45 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Command": "Update-MgEducationClassAssignmentCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Command": "Update-MgEducationClassAssignmentCategory", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Command": "Update-MgEducationClassAssignmentDefault", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -282313,15 +282559,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Command": "Update-MgEducationClassAssignmentDefault", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -282341,45 +282587,45 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Update-MgEducationClassAssignmentResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Update-MgEducationClassAssignmentResource", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Command": "Update-MgEducationClassAssignmentRubric", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -282399,15 +282645,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Command": "Update-MgEducationClassAssignmentRubric", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -282427,15 +282673,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Command": "Update-MgEducationClassAssignmentSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -282455,15 +282701,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Command": "Update-MgEducationClassAssignmentSetting", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -282483,45 +282729,45 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Update-MgEducationClassAssignmentSubmission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Update-MgEducationClassAssignmentSubmission", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -282541,15 +282787,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -282569,311 +282815,311 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Update-MgEducationClassAssignmentSubmissionResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Update-MgEducationClassAssignmentSubmissionResource", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me", - "Command": "Update-MgEducationMe", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me", "Command": "Update-MgEducationMe", - "OutputType": null, + "Uri": "/education/me", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "Command": "Update-MgEducationMeAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMe", + "Uri": "/education/me", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}", "Command": "Update-MgEducationMeAssignment", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Update-MgEducationMeAssignmentResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignment", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Update-MgEducationMeAssignmentResource", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Command": "Update-MgEducationMeAssignmentRubric", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Command": "Update-MgEducationMeAssignmentRubric", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Update-MgEducationMeAssignmentSubmission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentRubric", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Update-MgEducationMeAssignmentSubmission", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Update-MgEducationMeAssignmentSubmissionResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Update-MgEducationMeAssignmentSubmissionResource", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", - "OutputType": null, + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Command": "Update-MgEducationMeRubric", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -282893,15 +283139,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/rubrics/{educationRubric-id}", "Command": "Update-MgEducationMeRubric", - "OutputType": null, + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -282921,472 +283167,472 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ] - }, - { + ], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/me/user/mailboxSettings", - "Command": "Update-MgEducationMeUserMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/me/user/mailboxSettings", "Command": "Update-MgEducationMeUserMailboxSetting", - "OutputType": null, + "Uri": "/education/me/user/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education", - "Command": "Update-MgEducationRoot", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationMeUserMailboxSetting", + "Uri": "/education/me/user/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education", "Command": "Update-MgEducationRoot", - "OutputType": null, + "Uri": "/education", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}", - "Command": "Update-MgEducationSchool", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationRoot", + "Uri": "/education", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}", "Command": "Update-MgEducationSchool", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Command": "Update-MgEducationSchoolAdministrativeUnit", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Command": "Update-MgEducationSchoolAdministrativeUnit", - "OutputType": null, + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Command": "Update-MgEducationSynchronizationProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationSchoolAdministrativeUnit", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Command": "Update-MgEducationSynchronizationProfileError", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Command": "Update-MgEducationSynchronizationProfileStatus", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}", - "Command": "Update-MgEducationUser", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationSynchronizationProfileStatus", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}", "Command": "Update-MgEducationUser", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Command": "Update-MgEducationUserAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUser", + "Uri": "/education/users/{educationUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Command": "Update-MgEducationUserAssignment", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Command": "Update-MgEducationUserAssignmentResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Command": "Update-MgEducationUserAssignmentResource", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Command": "Update-MgEducationUserAssignmentRubric", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Command": "Update-MgEducationUserAssignmentRubric", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Command": "Update-MgEducationUserAssignmentSubmission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentRubric", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Command": "Update-MgEducationUserAssignmentSubmission", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Command": "Update-MgEducationUserAssignmentSubmissionResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Command": "Update-MgEducationUserAssignmentSubmissionResource", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Command": "Update-MgEducationUserMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "Command": "Update-MgEducationUserMailboxSetting", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Command": "Update-MgEducationUserRubric", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserMailboxSetting", + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Education", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Command": "Update-MgEducationUserRubric", - "OutputType": null, + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Education", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEducationUserRubric", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Command": "Update-MgEntitlementManagementAccessPackage", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -283398,15 +283644,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Command": "Update-MgEntitlementManagementAccessPackage", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283418,15 +283664,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", - "Command": "Update-MgEntitlementManagementAccessPackageAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -283440,45 +283686,45 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", "OutputType": null, + "Method": "POST", + "Command": "Update-MgEntitlementManagementAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283490,15 +283736,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283510,45 +283756,45 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -283562,15 +283808,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Command": "Update-MgEntitlementManagementAccessPackageCatalog", "OutputType": null, + "Method": "POST", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283582,75 +283828,75 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Command": "Update-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Command": "Update-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Command": "Update-MgEntitlementManagementAccessPackageResourceRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", - "Command": "Update-MgEntitlementManagementAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -283664,30 +283910,30 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", "OutputType": null, + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignment", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Command": "Update-MgEntitlementManagementAssignmentRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -283701,15 +283947,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Command": "Update-MgEntitlementManagementCatalog", "OutputType": null, + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283721,45 +283967,45 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Command": "Update-MgEntitlementManagementConnectedOrganization", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -283771,15 +284017,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Command": "Update-MgEntitlementManagementConnectedOrganization", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283791,15 +284037,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/settings", - "Command": "Update-MgEntitlementManagementSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -283809,15 +284055,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/settings", "Command": "Update-MgEntitlementManagementSetting", - "OutputType": null, + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -283827,56 +284073,56 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Command": "Update-MgEntitlementManagementSubject", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementSetting", + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementSubject", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiVersion": "beta" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external", - "Command": "Update-MgExternal", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/external", "Command": "Update-MgExternal", - "OutputType": null, + "Uri": "/external", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}", - "Command": "Update-MgExternalConnection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternal", + "Uri": "/external", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -283896,15 +284142,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}", "Command": "Update-MgExternalConnection", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283924,15 +284170,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Command": "Update-MgExternalConnectionGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -283952,15 +284198,15 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Command": "Update-MgExternalConnectionGroup", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -283980,105 +284226,105 @@ "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 } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Command": "Update-MgExternalConnectionGroupMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Command": "Update-MgExternalConnectionGroupMember", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Command": "Update-MgExternalConnectionItemActivity", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalConnectionGroupMember", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Command": "Update-MgExternalConnectionOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalConnectionItemActivity", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Command": "Update-MgExternalConnectionOperation", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/quota", - "Command": "Update-MgExternalConnectionQuota", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/schema", - "Command": "Update-MgExternalConnectionSchema", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalConnectionQuota", + "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -284098,15 +284344,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/schema", "Command": "Update-MgExternalConnectionSchema", - "OutputType": null, + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284126,15 +284372,15 @@ "FullDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Command": "Update-MgExternalIndustryDataConnector", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284146,15 +284392,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Command": "Update-MgExternalIndustryDataInboundFlow", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284166,60 +284412,60 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Command": "Update-MgExternalIndustryDataOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Command": "Update-MgExternalIndustryDataReferenceDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalIndustryDataOperation", + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Command": "Update-MgExternalIndustryDataRoleGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalIndustryDataReferenceDefinition", + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Command": "Update-MgExternalIndustryDataSourceSystem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalIndustryDataRoleGroup", + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284231,15 +284477,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Command": "Update-MgExternalIndustryDataYear", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalIndustryDataSourceSystem", + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284251,28 +284497,28 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } + }, + "Module": "Search", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgExternalIndustryDataYear", + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials", - "Command": "Update-MgFinancial", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Command": "Update-MgFinancialCompanyCountryRegion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancial", + "Uri": "/financials", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284284,15 +284530,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Command": "Update-MgFinancialCompanyCurrency", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCountryRegion", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284304,15 +284550,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Command": "Update-MgFinancialCompanyCustomer", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCurrency", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284324,105 +284570,105 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } + }, + "Module": "Financials", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomer", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "Command": "Update-MgFinancialCompanyCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "Command": "Update-MgFinancialCompanyCustomerPayment", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "Command": "Update-MgFinancialCompanyCustomerPaymentCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerPicture", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Command": "Update-MgFinancialCompanyCustomerPaymentJournal", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284434,15 +284680,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomerPaymentJournal", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284454,105 +284700,105 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } + }, + "Module": "Financials", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Command": "Update-MgFinancialCompanyCustomerPaymentMethod", - "OutputType": null, "Variants": [ "Update", "Update1", @@ -284563,15 +284809,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Command": "Update-MgFinancialCompanyCustomerPaymentTerm", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomerPaymentMethod", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -284582,45 +284828,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Command": "Update-MgFinancialCompanyCustomerPicture", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomerPaymentTerm", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Command": "Update-MgFinancialCompanyCustomerShipmentMethod", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomerPicture", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Command": "Update-MgFinancialCompanyEmployee", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyCustomerShipmentMethod", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284632,30 +284878,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Command": "Update-MgFinancialCompanyEmployeePicture", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyEmployee", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Command": "Update-MgFinancialCompanyInformation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyEmployeePicture", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284667,15 +284913,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Command": "Update-MgFinancialCompanyItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyInformation", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284687,15 +284933,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Command": "Update-MgFinancialCompanyItemCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyItem", + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -284711,30 +284957,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Command": "Update-MgFinancialCompanyItemPicture", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyItemCategory", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Command": "Update-MgFinancialCompanyJournal", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyItemPicture", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284746,15 +284992,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Command": "Update-MgFinancialCompanyJournalLine", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyJournal", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -284765,15 +285011,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Command": "Update-MgFinancialCompanyPaymentMethod", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyJournalLine", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284785,15 +285031,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Command": "Update-MgFinancialCompanyPaymentTerm", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyPaymentMethod", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -284805,60 +285051,79 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } + }, + "Module": "Financials", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgFinancialCompanyPaymentTerm", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "Command": "Update-MgFinancialCompanyPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", "Command": "Update-MgFinancialCompanyPurchaseInvoice", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "Command": "Update-MgFinancialCompanyPurchaseInvoiceCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLine", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -284869,15 +285134,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -284888,15 +285153,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -284907,484 +285172,484 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendor", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", "Command": "Update-MgFinancialCompanySaleCreditMemo", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "Command": "Update-MgFinancialCompanySaleCreditMemoCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "Command": "Update-MgFinancialCompanySaleCreditMemoLine", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Command": "Update-MgFinancialCompanySaleCreditMemoLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "Command": "Update-MgFinancialCompanySaleCreditMemoPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", "Command": "Update-MgFinancialCompanySaleInvoice", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "Command": "Update-MgFinancialCompanySaleInvoiceCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "Command": "Update-MgFinancialCompanySaleInvoiceCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "Command": "Update-MgFinancialCompanySaleInvoiceLine", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285395,15 +285660,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "Command": "Update-MgFinancialCompanySaleInvoiceLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285414,15 +285679,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "Command": "Update-MgFinancialCompanySaleInvoiceLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285433,184 +285698,184 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleInvoiceLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "Command": "Update-MgFinancialCompanySaleInvoicePaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "Command": "Update-MgFinancialCompanySaleInvoiceShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", "Command": "Update-MgFinancialCompanySaleOrder", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "Command": "Update-MgFinancialCompanySaleOrderCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "Command": "Update-MgFinancialCompanySaleOrderCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "Command": "Update-MgFinancialCompanySaleOrderCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleOrderCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "Command": "Update-MgFinancialCompanySaleOrderCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "Command": "Update-MgFinancialCompanySaleOrderLine", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285621,15 +285886,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "Command": "Update-MgFinancialCompanySaleOrderLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285640,15 +285905,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "Command": "Update-MgFinancialCompanySaleOrderLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285659,169 +285924,169 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleOrderLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "Command": "Update-MgFinancialCompanySaleOrderPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", "Command": "Update-MgFinancialCompanySaleQuote", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "Command": "Update-MgFinancialCompanySaleQuoteCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "Command": "Update-MgFinancialCompanySaleQuoteCustomer", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "Command": "Update-MgFinancialCompanySaleQuoteCustomerCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleQuoteCustomerPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "Command": "Update-MgFinancialCompanySaleQuoteCustomerShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "Command": "Update-MgFinancialCompanySaleQuoteLine", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285832,15 +286097,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "Command": "Update-MgFinancialCompanySaleQuoteLineItem", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285851,15 +286116,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "Command": "Update-MgFinancialCompanySaleQuoteLineItemCategory", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -285870,64 +286135,65 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "Command": "Update-MgFinancialCompanySaleQuoteLineItemPicture", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "Command": "Update-MgFinancialCompanySaleQuotePaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Command": "Update-MgFinancialCompanySaleQuoteShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "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 + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "Command": "Update-MgFinancialCompanyShipmentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -285939,15 +286205,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "Command": "Update-MgFinancialCompanyTaxArea", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -285959,15 +286225,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "Command": "Update-MgFinancialCompanyTaxGroup", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -285979,15 +286245,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "Command": "Update-MgFinancialCompanyUnitOfMeasure", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -285999,95 +286265,75 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Command": "Update-MgFinancialCompanyVendor", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "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 - } - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "Command": "Update-MgFinancialCompanyVendorCurrency", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "Command": "Update-MgFinancialCompanyVendorPaymentMethod", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "Command": "Update-MgFinancialCompanyVendorPaymentTerm", - "OutputType": null, + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Financials", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "Command": "Update-MgFinancialCompanyVendorPicture", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiVersion": "beta" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}", - "Command": "Update-MgGroup", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -286107,15 +286353,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}", "Command": "Update-MgGroup", - "OutputType": null, + "Uri": "/groups/{group-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -286135,135 +286381,135 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroup", + "Uri": "/groups/{group-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Update-MgGroupAppRoleAssignment", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Update-MgGroupAppRoleAssignment", - "OutputType": null, + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupCalendarMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Command": "Update-MgGroupCalendarPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupCalendarMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Command": "Update-MgGroupCalendarPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupCalendarSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupCalendarSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupCalendarSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Command": "Update-MgGroupConversationThread", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -286275,15 +286521,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Command": "Update-MgGroupConversationThread", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -286295,1365 +286541,1365 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Command": "Update-MgGroupConversationThreadPost", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Command": "Update-MgGroupConversationThreadPostExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Command": "Update-MgGroupConversationThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "Command": "Update-MgGroupDrive", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}", "Command": "Update-MgGroupDrive", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Command": "Update-MgGroupDriveItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDrive", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Command": "Update-MgGroupDriveItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Update-MgGroupDriveItemAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Update-MgGroupDriveItemAnalytic", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Update-MgGroupDriveItemListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Update-MgGroupDriveItemListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Update-MgGroupDriveItemListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Update-MgGroupDriveItemListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Update-MgGroupDriveItemListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Update-MgGroupDriveItemListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Update-MgGroupDriveItemListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Update-MgGroupDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Update-MgGroupDriveItemPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Update-MgGroupDriveItemPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Update-MgGroupDriveItemRetentionLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Update-MgGroupDriveItemSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Update-MgGroupDriveItemSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Update-MgGroupDriveItemThumbnail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Update-MgGroupDriveItemThumbnail", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Update-MgGroupDriveItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Update-MgGroupDriveItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Command": "Update-MgGroupDriveList", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Command": "Update-MgGroupDriveList", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Update-MgGroupDriveListColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Update-MgGroupDriveListColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Update-MgGroupDriveListContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Update-MgGroupDriveListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgGroupDriveListContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentType", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgGroupDriveListContentTypeColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgGroupDriveListContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumn", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgGroupDriveListContentTypeColumnLink", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Update-MgGroupDriveListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Command": "Update-MgGroupDriveListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgGroupDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgGroupDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Update-MgGroupDriveListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Update-MgGroupDriveListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Update-MgGroupDriveListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Update-MgGroupDriveListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Update-MgGroupDriveListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Update-MgGroupDriveListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Update-MgGroupDriveListOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Update-MgGroupDriveListOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Update-MgGroupDriveListSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListOperation", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Update-MgGroupDriveListSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Command": "Update-MgGroupDriveRoot", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Command": "Update-MgGroupDriveRoot", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Command": "Update-MgGroupDriveRootAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRoot", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "Command": "Update-MgGroupDriveRootAnalytic", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Command": "Update-MgGroupDriveRootListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Command": "Update-MgGroupDriveRootListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Command": "Update-MgGroupDriveRootListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Command": "Update-MgGroupDriveRootListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Update-MgGroupDriveRootListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Update-MgGroupDriveRootListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Update-MgGroupDriveRootListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Update-MgGroupDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Update-MgGroupDriveRootPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Update-MgGroupDriveRootPermission", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Command": "Update-MgGroupDriveRootRetentionLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Update-MgGroupDriveRootSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Update-MgGroupDriveRootSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Update-MgGroupDriveRootThumbnail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Update-MgGroupDriveRootThumbnail", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Update-MgGroupDriveRootVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Update-MgGroupDriveRootVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Command": "Update-MgGroupEndpoint", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}", - "Command": "Update-MgGroupEvent", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -287673,15 +287919,15 @@ "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 } - ] - }, - { + ], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}", "Command": "Update-MgGroupEvent", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -287701,360 +287947,360 @@ "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 } - ] + ], + "Module": "Calendar", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Command": "Update-MgGroupEventExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Command": "Update-MgGroupEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Command": "Update-MgGroupEventExtension", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Command": "Update-MgGroupEventExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Command": "Update-MgGroupEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventExtension", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceExceptionOccurrenceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Command": "Update-MgGroupEventInstanceExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Command": "Update-MgGroupEventInstanceExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceExtension", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupEventMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupEventSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupEventSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Command": "Update-MgGroupExtension", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/extensions/{extension-id}", "Command": "Update-MgGroupExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Command": "Update-MgGroupLifecyclePolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupExtension", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -288066,15 +288312,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Command": "Update-MgGroupLifecyclePolicy", - "OutputType": null, + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -288086,195 +288332,195 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Command": "Update-MgGroupOnenoteNotebook", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Command": "Update-MgGroupOnenoteNotebook", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Command": "Update-MgGroupOnenotePage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Command": "Update-MgGroupOnenotePage", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Command": "Update-MgGroupOnenotePageContent", - "OutputType": null, "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Command": "Update-MgGroupOnenotePageContent", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgGroupOnenotePageContent", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Command": "Update-MgGroupOnenoteSection", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Command": "Update-MgGroupOnenoteSection", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Update-MgGroupOnenoteSectionGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Update-MgGroupOnenoteSectionGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Update-MgGroupPermissionGrant", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Command": "Update-MgGroupPermissionGrant", - "OutputType": null, + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/photo", - "Command": "Update-MgGroupPhoto", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -288286,15 +288532,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/photo", "Command": "Update-MgGroupPhoto", - "OutputType": null, + "Uri": "/groups/{group-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -288306,75 +288552,75 @@ "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 - } + }, + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupPhoto", + "Uri": "/groups/{group-id}/photo", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/planner", - "Command": "Update-MgGroupPlanner", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/planner", "Command": "Update-MgGroupPlanner", - "OutputType": null, + "Uri": "/groups/{group-id}/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Command": "Update-MgGroupPlannerPlanDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupPlanner", + "Uri": "/groups/{group-id}/planner", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Command": "Update-MgGroupPlannerPlanDetail", - "OutputType": null, + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Planner", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupPlannerPlanDetail", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Command": "Update-MgGroupSetting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -288394,15 +288640,15 @@ "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 } - ] - }, - { + ], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "Command": "Update-MgGroupSetting", - "OutputType": null, + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -288426,915 +288672,930 @@ "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 } - ] + ], + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSetting", + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}", - "Command": "Update-MgGroupSite", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSettingTemplateGroupSettingTemplateGroupSettingTemplate", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}", "Command": "Update-MgGroupSite", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Command": "Update-MgGroupSiteAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSite", + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "Command": "Update-MgGroupSiteAnalytic", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgGroupSiteAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalytic", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgGroupSiteAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Command": "Update-MgGroupSiteColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Command": "Update-MgGroupSiteColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Command": "Update-MgGroupSiteContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Command": "Update-MgGroupSiteContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgGroupSiteContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgGroupSiteContentTypeColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgGroupSiteContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgGroupSiteContentTypeColumnLink", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "Command": "Update-MgGroupSiteInformationProtection", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Command": "Update-MgGroupSiteInformationProtectionDataLossPreventionPolicy", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "Command": "Update-MgGroupSiteInformationProtectionPolicy", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Command": "Update-MgGroupSiteInformationProtectionPolicyLabel", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Command": "Update-MgGroupSiteInformationProtectionSensitivityLabel", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Command": "Update-MgGroupSiteInformationProtectionSensitivityLabelSublabel", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "Command": "Update-MgGroupSiteInformationProtectionSensitivityPolicySetting", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Command": "Update-MgGroupSiteInformationProtectionThreatAssessmentRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Command": "Update-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Command": "Update-MgGroupSiteList", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Command": "Update-MgGroupSiteList", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Command": "Update-MgGroupSiteListColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteList", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Command": "Update-MgGroupSiteListColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Command": "Update-MgGroupSiteListContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Command": "Update-MgGroupSiteListContentType", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgGroupSiteListContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentType", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgGroupSiteListContentTypeColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgGroupSiteListContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumn", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgGroupSiteListContentTypeColumnLink", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Command": "Update-MgGroupSiteListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumnLink", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Command": "Update-MgGroupSiteListItem", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgGroupSiteListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItem", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgGroupSiteListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Command": "Update-MgGroupSiteListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Command": "Update-MgGroupSiteListItemField", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Update-MgGroupSiteListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemField", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Update-MgGroupSiteListItemVersion", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Update-MgGroupSiteListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersion", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Update-MgGroupSiteListItemVersionField", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Command": "Update-MgGroupSiteListOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersionField", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Command": "Update-MgGroupSiteListOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Command": "Update-MgGroupSiteListSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Command": "Update-MgGroupSiteListSubscription", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Command": "Update-MgGroupSiteOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListSubscription", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Command": "Update-MgGroupSiteOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteOperation", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", "Command": "Update-MgGroupSitePage", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Command": "Update-MgGroupSitePageCanvaLayout", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSection", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSection", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Command": "Update-MgGroupSitePageWebPart", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Command": "Update-MgGroupSitePermission", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Command": "Update-MgGroupSitePermission", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Command": "Update-MgGroupSiteTermStore", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSitePermission", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Command": "Update-MgGroupSiteTermStore", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289345,30 +289606,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Command": "Update-MgGroupSiteTermStoreGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStore", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Command": "Update-MgGroupSiteTermStoreGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289379,30 +289640,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Command": "Update-MgGroupSiteTermStoreGroupSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Command": "Update-MgGroupSiteTermStoreGroupSet", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289413,30 +289674,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Command": "Update-MgGroupSiteTermStoreGroupSetChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Command": "Update-MgGroupSiteTermStoreGroupSetChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289451,15 +289712,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "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}", - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -289470,45 +289731,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289519,30 +289780,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289553,30 +289814,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289587,45 +289848,45 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "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}", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289636,30 +289897,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Command": "Update-MgGroupSiteTermStoreSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Command": "Update-MgGroupSiteTermStoreSet", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289670,30 +289931,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Command": "Update-MgGroupSiteTermStoreSetChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Command": "Update-MgGroupSiteTermStoreSetChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289708,15 +289969,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Update-MgGroupSiteTermStoreSetChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -289727,45 +289988,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", - "Command": "Update-MgGroupSiteTermStoreSetParentGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -289776,15 +290037,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "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}", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -289795,105 +290056,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "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}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "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}", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": null, + "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}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Command": "Update-MgGroupSiteTermStoreSetRelation", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Command": "Update-MgGroupSiteTermStoreSetRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289904,30 +290165,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Command": "Update-MgGroupSiteTermStoreSetTerm", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Command": "Update-MgGroupSiteTermStoreSetTerm", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289938,30 +290199,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Update-MgGroupSiteTermStoreSetTermChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTerm", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Update-MgGroupSiteTermStoreSetTermChild", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -289972,45 +290233,45 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChild", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Update-MgGroupSiteTermStoreSetTermRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Update-MgGroupSiteTermStoreSetTermRelation", - "OutputType": null, + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "Update2", @@ -290021,960 +290282,960 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Command": "Update-MgGroupTeamChannel", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Command": "Update-MgGroupTeamChannel", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Update-MgGroupTeamChannelMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannel", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Command": "Update-MgGroupTeamChannelMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Update-MgGroupTeamChannelMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMember", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Update-MgGroupTeamChannelMessage", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgGroupTeamChannelMessageHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessage", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgGroupTeamChannelMessageHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Update-MgGroupTeamChannelMessageReply", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Update-MgGroupTeamChannelMessageReply", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReply", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Update-MgGroupTeamChannelSharedWithTeam", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Update-MgGroupTeamChannelSharedWithTeam", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Update-MgGroupTeamChannelTab", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Update-MgGroupTeamChannelTab", - "OutputType": null, + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Command": "Update-MgGroupTeamMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelTab", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Command": "Update-MgGroupTeamMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Command": "Update-MgGroupTeamOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamMember", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Command": "Update-MgGroupTeamOperation", - "OutputType": null, + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Command": "Update-MgGroupTeamOwnerMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamOperation", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Update-MgGroupTeamPermissionGrant", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamOwnerMailboxSetting", + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/photo", - "Command": "Update-MgGroupTeamPhoto", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPermissionGrant", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/photo", "Command": "Update-MgGroupTeamPhoto", - "OutputType": null, + "Uri": "/groups/{group-id}/team/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel", - "Command": "Update-MgGroupTeamPrimaryChannel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPhoto", + "Uri": "/groups/{group-id}/team/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel", "Command": "Update-MgGroupTeamPrimaryChannel", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Command": "Update-MgGroupTeamPrimaryChannelMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannel", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Command": "Update-MgGroupTeamPrimaryChannelMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Command": "Update-MgGroupTeamPrimaryChannelMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMember", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Command": "Update-MgGroupTeamPrimaryChannelMessage", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Command": "Update-MgGroupTeamPrimaryChannelTab", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Command": "Update-MgGroupTeamPrimaryChannelTab", - "OutputType": null, + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelTab", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Command": "Update-MgGroupTeamScheduleOpenShift", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Command": "Update-MgGroupTeamScheduleOpenShift", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShift", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Command": "Update-MgGroupTeamScheduleSchedulingGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Command": "Update-MgGroupTeamScheduleSchedulingGroup", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Command": "Update-MgGroupTeamScheduleShift", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Command": "Update-MgGroupTeamScheduleShift", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleShift", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Command": "Update-MgGroupTeamScheduleTimeCard", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Command": "Update-MgGroupTeamScheduleTimeOff", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeCard", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Command": "Update-MgGroupTeamScheduleTimeOff", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Command": "Update-MgGroupTeamScheduleTimeOffReason", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOff", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Command": "Update-MgGroupTeamScheduleTimeOffReason", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Command": "Update-MgGroupTeamScheduleTimeOffRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Command": "Update-MgGroupTeamScheduleTimeOffRequest", - "OutputType": null, + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Command": "Update-MgGroupTeamTag", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Command": "Update-MgGroupTeamTag", - "OutputType": null, + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Command": "Update-MgGroupTeamTagMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamTag", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Command": "Update-MgGroupTeamTagMember", - "OutputType": null, + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupTeamTagMember", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Command": "Update-MgGroupThread", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -290986,15 +291247,15 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Command": "Update-MgGroupThread", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -291006,210 +291267,210 @@ "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 - } - }, - { + }, "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Command": "Update-MgGroupThreadPost", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Command": "Update-MgGroupThreadPostExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Command": "Update-MgGroupThreadPostExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Command": "Update-MgGroupThreadPostInReplyToExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Command": "Update-MgGroupThreadPostInReplyToExtension", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostInReplyToExtension", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Groups", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Groups", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Command": "Update-MgIdentityApiConnector", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -291221,15 +291482,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Command": "Update-MgIdentityApiConnector", - "OutputType": null, + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -291241,30 +291502,30 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Command": "Update-MgIdentityAuthenticationEventListener", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityApiConnector", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Command": "Update-MgIdentityB2CUserFlow", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -291276,60 +291537,60 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Command": "Update-MgIdentityB2CUserFlowLanguage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2CUserFlow", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Command": "Update-MgIdentityB2CUserFlowLanguageDefaultPage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2CUserFlowLanguage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Command": "Update-MgIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2CUserFlowLanguageDefaultPage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Command": "Update-MgIdentityB2CUserFlowUserAttributeAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2CUserFlowLanguageOverridePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -291341,135 +291602,135 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Command": "Update-MgIdentityB2XUserFlow", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2CUserFlowUserAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Command": "Update-MgIdentityB2XUserFlow", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Command": "Update-MgIdentityB2XUserFlowLanguage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Command": "Update-MgIdentityB2XUserFlowLanguage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -291481,15 +291742,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", - "OutputType": null, + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -291501,15 +291762,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -291521,15 +291782,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", - "OutputType": null, + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -291541,73 +291802,73 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrength", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrength", + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -291627,15 +291888,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Command": "Update-MgIdentityConditionalAccessNamedLocation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -291655,15 +291916,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Command": "Update-MgIdentityConditionalAccessNamedLocation", - "OutputType": null, + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -291683,15 +291944,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Command": "Update-MgIdentityConditionalAccessPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -291717,15 +291978,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Command": "Update-MgIdentityConditionalAccessPolicy", - "OutputType": null, + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -291751,15 +292012,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/continuousAccessEvaluationPolicy", - "Command": "Update-MgIdentityContinuouAccessEvaluationPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessPolicy", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -291783,255 +292044,255 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityContinuouAccessEvaluationPolicy", + "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "Command": "Update-MgIdentityCustomAuthenticationExtension", - "OutputType": null, + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInsight", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstance", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStage", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -292043,15 +292304,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -292063,45 +292324,45 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -292113,15 +292374,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -292133,15 +292394,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -292153,15 +292414,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -292173,75 +292434,75 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "OutputType": null, + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/policy", - "Command": "Update-MgIdentityGovernanceAccessReviewPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -292251,135 +292512,135 @@ "Description": "Read and write your organization's directory access review default policy", "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Command": "Update-MgIdentityGovernanceAppConsentRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewPolicy", + "Uri": "/identityGovernance/accessReviews/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Command": "Update-MgIdentityGovernanceAppConsentRequest", - "OutputType": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "OutputType": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "OutputType": null, + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -292391,15 +292652,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -292411,90 +292672,90 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "OutputType": null, + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "OutputType": null, + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}/mailboxSettings", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowExecutionScopeMailboxSetting", - "OutputType": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "OutputType": null, + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -292504,281 +292765,281 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess", "Command": "Update-MgIdentityGovernancePrivilegedAccess", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "Command": "Update-MgIdentityGovernanceRoleManagementAlert", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "Command": "Update-MgIdentityGovernanceRoleManagementAlertConfiguration", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "Command": "Update-MgIdentityGovernanceRoleManagementAlertDefinition", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "Command": "Update-MgIdentityGovernanceRoleManagementAlertIncident", - "OutputType": null, + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "Command": "Update-MgIdentityGovernanceRoleManagementAlertOperation", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Command": "Update-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -292790,15 +293051,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Command": "Update-MgIdentityGovernanceTermOfUseAgreement", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -292810,15 +293071,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermOfUseAgreement", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "Update3", @@ -292829,15 +293090,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -292848,105 +293109,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", - "OutputType": null, + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Command": "Update-MgIdentityProvider", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -292958,15 +293219,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Command": "Update-MgIdentityProvider", - "OutputType": null, + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -292978,30 +293239,30 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Command": "Update-MgIdentityUserFlow", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityProvider", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Command": "Update-MgIdentityUserFlowAttribute", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityUserFlow", + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293013,15 +293274,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Command": "Update-MgIdentityUserFlowAttribute", - "OutputType": null, + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293033,187 +293294,187 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/informationProtection", - "Command": "Update-MgInformationProtection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/informationProtection", "Command": "Update-MgInformationProtection", - "OutputType": null, + "Uri": "/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Command": "Update-MgInformationProtectionDataLossPreventionPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInformationProtection", + "Uri": "/informationProtection", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/informationProtection/policy", - "Command": "Update-MgInformationProtectionPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInformationProtectionDataLossPreventionPolicy", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Command": "Update-MgInformationProtectionPolicyLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInformationProtectionPolicy", + "Uri": "/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/informationProtection/sensitivityPolicySettings", - "Command": "Update-MgInformationProtectionSensitivityPolicySetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Command": "Update-MgInformationProtectionThreatAssessmentRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInformationProtectionSensitivityPolicySetting", + "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Command": "Update-MgInformationProtectionThreatAssessmentRequest", - "OutputType": null, + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", - "OutputType": null, + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "Command": "Update-MgInvitationInvitedUserMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", "Command": "Update-MgInvitationInvitedUserMailboxSetting", - "OutputType": null, + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Command": "Update-MgOauth2PermissionGrant", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgInvitationInvitedUserMailboxSetting", + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293233,15 +293494,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Command": "Update-MgOauth2PermissionGrant", - "OutputType": null, + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293261,120 +293522,120 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "Command": "Update-MgOnPremisePublishingProfile", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "Command": "Update-MgOnPremisePublishingProfileAgent", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "Command": "Update-MgOnPremisePublishingProfileAgentGroup", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "Command": "Update-MgOnPremisePublishingProfileAgentGroupAgent", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "Command": "Update-MgOnPremisePublishingProfileAgentGroupPublishedResource", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "Command": "Update-MgOnPremisePublishingProfileConnector", - "OutputType": null, + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "Command": "Update-MgOnPremisePublishingProfileConnectorGroup", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiVersion": "beta" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Command": "Update-MgOnPremisePublishingProfilePublishedResource", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -293386,15 +293647,15 @@ "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 - } + }, + "Module": "Applications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOnPremisePublishingProfilePublishedResource", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}", - "Command": "Update-MgOrganization", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -293420,15 +293681,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/organization/{organization-id}", "Command": "Update-MgOrganization", - "OutputType": null, + "Uri": "/organization/{organization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293454,15 +293715,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding", - "Command": "Update-MgOrganizationBranding", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganization", + "Uri": "/organization/{organization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293474,15 +293735,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding", "Command": "Update-MgOrganizationBranding", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293494,15 +293755,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Command": "Update-MgOrganizationBrandingLocalization", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationBranding", + "Uri": "/organization/{organization-id}/branding", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293514,15 +293775,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Command": "Update-MgOrganizationBrandingLocalization", - "OutputType": null, + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293534,60 +293795,60 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Command": "Update-MgOrganizationExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Command": "Update-MgOrganizationExtension", - "OutputType": null, + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings", - "Command": "Update-MgOrganizationSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/contactInsights", - "Command": "Update-MgOrganizationSettingContactInsight", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationSetting", + "Uri": "/organization/{organization-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293607,15 +293868,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/itemInsights", - "Command": "Update-MgOrganizationSettingItemInsight", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationSettingContactInsight", + "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293635,15 +293896,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Command": "Update-MgOrganizationSettingMicrosoftApplicationDataAccess", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationSettingItemInsight", + "Uri": "/organization/{organization-id}/settings/itemInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293655,15 +293916,15 @@ "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 - } - }, - { + }, "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Command": "Update-MgOrganizationSettingPersonInsight", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationSettingMicrosoftApplicationDataAccess", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293683,15 +293944,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", - "Command": "Update-MgOrganizationSettingProfileCardProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationSettingPersonInsight", + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293711,15 +293972,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/pronouns", - "Command": "Update-MgOrganizationSettingPronoun", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationSettingProfileCardProperty", + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293731,15 +293992,15 @@ "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 - } + }, + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationSettingPronoun", + "Uri": "/organization/{organization-id}/settings/pronouns", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/places/{place-id}", - "Command": "Update-MgPlace", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -293751,15 +294012,15 @@ "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 - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/places/{place-id}", "Command": "Update-MgPlace", - "OutputType": null, + "Uri": "/places/{place-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293771,41 +294032,41 @@ "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 - } + }, + "Module": "Calendar", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlace", + "Uri": "/places/{place-id}", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner", - "Command": "Update-MgPlanner", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner", "Command": "Update-MgPlanner", - "OutputType": null, + "Uri": "/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/buckets/{plannerBucket-id}", - "Command": "Update-MgPlannerBucket", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlanner", + "Uri": "/planner", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293825,15 +294086,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/buckets/{plannerBucket-id}", "Command": "Update-MgPlannerBucket", - "OutputType": null, + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293853,15 +294114,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}", - "Command": "Update-MgPlannerPlan", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293881,15 +294142,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}", "Command": "Update-MgPlannerPlan", - "OutputType": null, + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293909,15 +294170,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}/details", - "Command": "Update-MgPlannerPlanDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -293937,15 +294198,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}/details", "Command": "Update-MgPlannerPlanDetail", - "OutputType": null, + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -293965,45 +294226,45 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/rosters/{plannerRoster-id}", - "Command": "Update-MgPlannerRoster", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerPlanDetail", + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Command": "Update-MgPlannerRosterMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerRoster", + "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}", - "Command": "Update-MgPlannerTask", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294023,15 +294284,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}", "Command": "Update-MgPlannerTask", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294051,15 +294312,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294079,15 +294340,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294107,15 +294368,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294135,15 +294396,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294163,15 +294424,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Command": "Update-MgPlannerTaskDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294191,15 +294452,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/details", "Command": "Update-MgPlannerTaskDetail", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294219,15 +294480,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerTaskDetail", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294247,15 +294508,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", - "OutputType": null, + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294275,15 +294536,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Planner", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/accessReviewPolicy", - "Command": "Update-MgPolicyAccessReviewPolicy", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -294293,15 +294554,15 @@ "Description": "Read and write your organization's directory access review default policy", "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAccessReviewPolicy", + "Uri": "/policies/accessReviewPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294313,15 +294574,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": null, + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294333,41 +294594,41 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/adminConsentRequestPolicy", - "Command": "Update-MgPolicyAdminConsentRequestPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/adminConsentRequestPolicy", "Command": "Update-MgPolicyAdminConsentRequestPolicy", - "OutputType": null, + "Uri": "/policies/adminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Command": "Update-MgPolicyAppManagementPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "Uri": "/policies/adminConsentRequestPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294379,15 +294640,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Command": "Update-MgPolicyAppManagementPolicy", - "OutputType": null, + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294399,15 +294660,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/authenticationFlowsPolicy", - "Command": "Update-MgPolicyAuthenticationFlowPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -294417,15 +294678,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/authenticationFlowsPolicy", "Command": "Update-MgPolicyAuthenticationFlowPolicy", - "OutputType": null, + "Uri": "/policies/authenticationFlowsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -294435,15 +294696,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy", - "Command": "Update-MgPolicyAuthenticationMethodPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "Uri": "/policies/authenticationFlowsPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -294453,15 +294714,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy", "Command": "Update-MgPolicyAuthenticationMethodPolicy", - "OutputType": null, + "Uri": "/policies/authenticationMethodsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -294471,45 +294732,45 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "OutputType": null, + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Command": "Update-MgPolicyAuthenticationStrengthPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294529,15 +294790,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Command": "Update-MgPolicyAuthenticationStrengthPolicy", - "OutputType": null, + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294557,15 +294818,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Variants": [ "Update", "UpdateExpanded", @@ -294585,15 +294846,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294613,60 +294874,60 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] + ], + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "OutputType": null, + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Command": "Update-MgPolicyAuthorizationPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/authorizationPolicy", "Command": "Update-MgPolicyAuthorizationPolicy", - "OutputType": null, + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -294676,30 +294937,30 @@ "Description": "Read and write your organization's authorization policy", "FullDescription": "Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Command": "Update-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAuthorizationPolicy", + "Uri": "/policies/authorizationPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Command": "Update-MgPolicyB2CAuthenticationMethodPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -294709,15 +294970,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Command": "Update-MgPolicyClaimMappingPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyB2CAuthenticationMethodPolicy", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294729,15 +294990,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Command": "Update-MgPolicyClaimMappingPolicy", - "OutputType": null, + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294749,15 +295010,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy", - "Command": "Update-MgPolicyCrossTenantAccessPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -294767,15 +295028,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy", "Command": "Update-MgPolicyCrossTenantAccessPolicy", - "OutputType": null, + "Uri": "/policies/crossTenantAccessPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -294785,15 +295046,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/default", - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "Uri": "/policies/crossTenantAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -294803,15 +295064,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/default", "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", - "OutputType": null, + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -294821,15 +295082,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294841,15 +295102,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", - "OutputType": null, + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294861,15 +295122,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294881,15 +295142,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/defaultAppManagementPolicy", - "Command": "Update-MgPolicyDefaultAppManagementPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -294899,15 +295160,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/defaultAppManagementPolicy", "Command": "Update-MgPolicyDefaultAppManagementPolicy", - "OutputType": null, + "Uri": "/policies/defaultAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -294917,28 +295178,28 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Command": "Update-MgPolicyDirectoryRoleAccessReviewPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "Uri": "/policies/defaultAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/externalIdentitiesPolicy", - "Command": "Update-MgPolicyExternalIdentityPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyDirectoryRoleAccessReviewPolicy", + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -294948,15 +295209,15 @@ "Description": "Read and write your organization's external identities policy", "FullDescription": "Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", "IsAdmin": true - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Command": "Update-MgPolicyFeatureRolloutPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyExternalIdentityPolicy", + "Uri": "/policies/externalIdentitiesPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -294968,15 +295229,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Command": "Update-MgPolicyFeatureRolloutPolicy", - "OutputType": null, + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -294988,15 +295249,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyFeatureRolloutPolicy", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295008,15 +295269,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", - "OutputType": null, + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295028,15 +295289,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -295054,15 +295315,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "OutputType": null, + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -295080,15 +295341,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Command": "Update-MgPolicyMobileAppManagementPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295100,15 +295361,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Command": "Update-MgPolicyMobileDeviceManagementPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyMobileAppManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295120,15 +295381,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Command": "Update-MgPolicyPermissionGrantPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295140,15 +295401,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Command": "Update-MgPolicyPermissionGrantPolicy", - "OutputType": null, + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295160,165 +295421,165 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Command": "Update-MgPolicyPermissionGrantPolicyExclude", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Command": "Update-MgPolicyPermissionGrantPolicyExclude", - "OutputType": null, + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Command": "Update-MgPolicyPermissionGrantPolicyInclude", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Command": "Update-MgPolicyPermissionGrantPolicyInclude", - "OutputType": null, + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Command": "Update-MgPolicyRoleManagementPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Command": "Update-MgPolicyRoleManagementPolicy", - "OutputType": null, + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Command": "Update-MgPolicyRoleManagementPolicyAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Command": "Update-MgPolicyRoleManagementPolicyAssignment", - "OutputType": null, + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", - "OutputType": null, + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Command": "Update-MgPolicyRoleManagementPolicyRule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295338,15 +295599,15 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Command": "Update-MgPolicyRoleManagementPolicyRule", - "OutputType": null, + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295366,60 +295627,60 @@ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Command": "Update-MgPolicyServicePrincipalCreationPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Command": "Update-MgPolicyServicePrincipalCreationPolicyExclude", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyServicePrincipalCreationPolicy", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Command": "Update-MgPolicyServicePrincipalCreationPolicyInclude", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyServicePrincipalCreationPolicyExclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Command": "Update-MgPolicyTokenIssuancePolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyServicePrincipalCreationPolicyInclude", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295431,15 +295692,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Command": "Update-MgPolicyTokenIssuancePolicy", - "OutputType": null, + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295451,15 +295712,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Command": "Update-MgPolicyTokenLifetimePolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295471,15 +295732,15 @@ "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 - } - }, - { + }, "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Command": "Update-MgPolicyTokenLifetimePolicy", - "OutputType": null, + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295491,41 +295752,41 @@ "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 - } + }, + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print", - "Command": "Update-MgPrint", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print", "Command": "Update-MgPrint", - "OutputType": null, + "Uri": "/print", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/connectors/{printConnector-id}", - "Command": "Update-MgPrintConnector", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrint", + "Uri": "/print", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295537,15 +295798,15 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/connectors/{printConnector-id}", "Command": "Update-MgPrintConnector", - "OutputType": null, + "Uri": "/print/connectors/{printConnector-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295557,45 +295818,45 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/operations/{printOperation-id}", - "Command": "Update-MgPrintOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/operations/{printOperation-id}", "Command": "Update-MgPrintOperation", - "OutputType": null, + "Uri": "/print/operations/{printOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/printers/{printer-id}", - "Command": "Update-MgPrintPrinter", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintOperation", + "Uri": "/print/operations/{printOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295615,15 +295876,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/printers/{printer-id}", "Command": "Update-MgPrintPrinter", - "OutputType": null, + "Uri": "/print/printers/{printer-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295643,135 +295904,135 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ] - }, - { + ], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/printerShares/{printerShare-id}", - "Command": "Update-MgPrintPrinterShare", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintPrinter", + "Uri": "/print/printers/{printer-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Command": "Update-MgPrintPrinterShareAllowedUserMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintPrinterShare", + "Uri": "/print/printerShares/{printerShare-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Command": "Update-MgPrintPrinterTaskTrigger", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintPrinterShareAllowedUserMailboxSetting", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Command": "Update-MgPrintPrinterTaskTrigger", - "OutputType": null, + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/services/{printService-id}", - "Command": "Update-MgPrintService", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/services/{printService-id}", "Command": "Update-MgPrintService", - "OutputType": null, + "Uri": "/print/services/{printService-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Command": "Update-MgPrintServiceEndpoint", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintService", + "Uri": "/print/services/{printService-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Command": "Update-MgPrintServiceEndpoint", - "OutputType": null, + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}", - "Command": "Update-MgPrintShare", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -295783,15 +296044,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}", "Command": "Update-MgPrintShare", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -295803,405 +296064,405 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - } - }, - { + }, "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Command": "Update-MgPrintShareAllowedUserMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintShare", + "Uri": "/print/shares/{printerShare-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "Command": "Update-MgPrintShareAllowedUserMailboxSetting", - "OutputType": null, + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Command": "Update-MgPrintTaskDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Command": "Update-MgPrintTaskDefinition", - "OutputType": null, + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Command": "Update-MgPrintTaskDefinitionTask", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinition", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CloudPrint", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Command": "Update-MgPrintTaskDefinitionTask", - "OutputType": null, + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CloudPrint", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinitionTask", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}", "Command": "Update-MgPrivilegedAccess", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "Command": "Update-MgPrivilegedAccessResource", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "Command": "Update-MgPrivilegedAccessResourceRoleAssignment", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequest", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "Command": "Update-MgPrivilegedAccessResourceRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "Command": "Update-MgPrivilegedAccessResourceRoleSetting", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Command": "Update-MgPrivilegedAccessResourceRoleSettingRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "Command": "Update-MgPrivilegedAccessRoleAssignment", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Command": "Update-MgPrivilegedAccessRoleAssignmentRequest", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Command": "Update-MgPrivilegedAccessRoleAssignmentRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Command": "Update-MgPrivilegedAccessRoleAssignmentSubject", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "Command": "Update-MgPrivilegedAccessRoleDefinition", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "Command": "Update-MgPrivilegedAccessRoleSetting", - "OutputType": null, + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Command": "Update-MgPrivilegedAccessRoleSettingRoleDefinition", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Command": "Update-MgPrivilegedApproval", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -296213,240 +296474,240 @@ "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 - } + }, + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgPrivilegedApproval", + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "Command": "Update-MgPrivilegedApprovalRoleInfo", - "OutputType": null, + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "Command": "Update-MgPrivilegedApprovalRoleInfoSetting", - "OutputType": null, + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "Command": "Update-MgPrivilegedApprovalRoleInfoSummary", - "OutputType": null, + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "Command": "Update-MgPrivilegedOperationEvent", - "OutputType": null, + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoles/{privilegedRole-id}", "Command": "Update-MgPrivilegedRole", - "OutputType": null, + "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "Command": "Update-MgPrivilegedRoleAssignment", - "OutputType": null, + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "Command": "Update-MgPrivilegedRoleAssignmentRequest", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfo", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", - "OutputType": null, + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Command": "Update-MgPrivilegedRoleAssignmentRoleInfo", - "OutputType": null, + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSetting", - "OutputType": null, + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSummary", - "OutputType": null, + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "Command": "Update-MgPrivilegedRoleSetting", - "OutputType": null, + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Command": "Update-MgPrivilegedRoleSummary", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/programs/{program-id}", - "Command": "Update-MgProgram", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -296458,15 +296719,15 @@ "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 - } - }, - { + }, "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/programControls/{programControl-id}", - "Command": "Update-MgProgramControl", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgProgram", + "Uri": "/programs/{program-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -296481,15 +296742,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/programControls/{programControl-id}/program", - "Command": "Update-MgProgramControlProgram", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgProgramControl", + "Uri": "/programControls/{programControl-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -296500,195 +296761,195 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.Governance", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgProgramControlProgram", + "Uri": "/programControls/{programControl-id}/program", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.Governance", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/programControlTypes/{programControlType-id}", "Command": "Update-MgProgramControlType", - "OutputType": null, + "Uri": "/programControlTypes/{programControlType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Reports", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Command": "Update-MgRiskDetection", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Command": "Update-MgRiskDetection", - "OutputType": null, + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Command": "Update-MgRiskyServicePrincipal", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRiskDetection", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Command": "Update-MgRiskyServicePrincipal", - "OutputType": null, + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Command": "Update-MgRiskyServicePrincipalHistory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Command": "Update-MgRiskyServicePrincipalHistory", - "OutputType": null, + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Command": "Update-MgRiskyUser", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Command": "Update-MgRiskyUser", - "OutputType": null, + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Command": "Update-MgRiskyUserHistory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRiskyUser", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Command": "Update-MgRiskyUserHistory", - "OutputType": null, + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement", - "Command": "Update-MgRoleManagement", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" @@ -296706,15 +296967,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement", "Command": "Update-MgRoleManagement", - "OutputType": null, + "Uri": "/roleManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" @@ -296732,103 +296993,103 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/cloudPC", - "Command": "Update-MgRoleManagementCloudPc", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagement", + "Uri": "/roleManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementCloudPc", + "Uri": "/roleManagement/cloudPC", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Update-MgRoleManagementCloudPcResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "OutputType": null, + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Command": "Update-MgRoleManagementCloudPcRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Command": "Update-MgRoleManagementCloudPcRoleAssignmentAppScope", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Update-MgRoleManagementCloudPcRoleDefinition", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -296866,30 +297127,30 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Update-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement", - "Command": "Update-MgRoleManagementDeviceManagement", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -296907,90 +297168,90 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ] + ], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDeviceManagement", + "Uri": "/roleManagement/deviceManagement", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Update-MgRoleManagementDeviceManagementResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "OutputType": null, + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Command": "Update-MgRoleManagementDeviceManagementRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Command": "Update-MgRoleManagementDeviceManagementRoleAssignmentAppScope", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Update-MgRoleManagementDeviceManagementRoleDefinition", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -297028,311 +297289,311 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Update-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory", - "Command": "Update-MgRoleManagementDirectory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory", "Command": "Update-MgRoleManagementDirectory", - "OutputType": null, + "Uri": "/roleManagement/directory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Update-MgRoleManagementDirectoryResourceNamespace", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectory", + "Uri": "/roleManagement/directory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Update-MgRoleManagementDirectoryResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Command": "Update-MgRoleManagementDirectoryRoleAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Update-MgRoleManagementDirectoryRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApproval", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApprovalStep", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApproval", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Update-MgRoleManagementDirectoryRoleDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -297370,15 +297631,15 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Update-MgRoleManagementDirectoryRoleDefinition", - "OutputType": null, + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -297416,774 +297677,774 @@ "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 } - ] - }, - { + ], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "OutputType": null, + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", - "OutputType": null, + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement", - "Command": "Update-MgRoleManagementEntitlementManagement", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement", "Command": "Update-MgRoleManagementEntitlementManagement", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagement", + "Uri": "/roleManagement/entitlementManagement", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApproval", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "OutputType": null, + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/roleManagement/exchange", - "Command": "Update-MgRoleManagementExchange", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgRoleManagementExchange", + "Uri": "/roleManagement/exchange", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Command": "Update-MgRoleManagementExchangeResourceNamespace", - "OutputType": null, + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Command": "Update-MgRoleManagementExchangeResourceNamespaceResourceAction", - "OutputType": null, + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Command": "Update-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "OutputType": null, + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "Command": "Update-MgRoleManagementExchangeRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Update-MgRoleManagementExchangeRoleAssignmentAppScope", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "Command": "Update-MgRoleManagementExchangeRoleDefinition", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Command": "Update-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "OutputType": null, + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Command": "Update-MgRoleManagementExchangeTransitiveRoleAssignment", - "OutputType": null, + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "DeviceManagement.Enrolment", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Command": "Update-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiVersion": "beta" }, { - "Module": "SchemaExtensions", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Command": "Update-MgSchemaExtension", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -298195,15 +298456,15 @@ "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 - } - }, - { + }, "Module": "SchemaExtensions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/schemaExtensions/{schemaExtension-id}", "Command": "Update-MgSchemaExtension", - "OutputType": null, + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -298215,15 +298476,15 @@ "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 - } + }, + "Module": "SchemaExtensions", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/search/acronyms/{acronym-id}", - "Command": "Update-MgSearchAcronym", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -298243,15 +298504,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/search/bookmarks/{bookmark-id}", - "Command": "Update-MgSearchBookmark", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSearchAcronym", + "Uri": "/search/acronyms/{acronym-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -298271,71 +298532,71 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/search", - "Command": "Update-MgSearchEntity", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSearchBookmark", + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/search", "Command": "Update-MgSearchEntity", - "OutputType": null, + "Uri": "/search", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Search", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/search/qnas/{qna-id}", - "Command": "Update-MgSearchQna", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSearchEntity", + "Uri": "/search", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Search", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSearchQna", + "Uri": "/search/qnas/{qna-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/securityActions/{securityAction-id}", - "Command": "Update-MgSecurityAction", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/alerts/{alert-id}", - "Command": "Update-MgSecurityAlert", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityAction", + "Uri": "/security/securityActions/{securityAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -298347,15 +298608,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/alerts/{alert-id}", "Command": "Update-MgSecurityAlert", - "OutputType": null, + "Uri": "/security/alerts/{alert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update2", "UpdateExpanded2", @@ -298367,28 +298628,28 @@ "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 - } + }, + "Module": "Security", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityAlert", + "Uri": "/security/alerts/{alert-id}", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/alerts/updateAlerts", - "Command": "Update-MgSecurityAlertMultiple", - "OutputType": "IMicrosoftGraphAlert", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", + "Method": "POST", + "Command": "Update-MgSecurityAlertMultiple", + "Uri": "/security/alerts/updateAlerts", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/alerts_v2/{alert-id}", - "Command": "Update-MgSecurityAlertV2", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -298400,15 +298661,15 @@ "Description": "Read and write all alerts", "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/alerts_v2/{alert-id}", "Command": "Update-MgSecurityAlertV2", - "OutputType": null, + "Uri": "/security/alerts_v2/{alert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -298420,131 +298681,131 @@ "Description": "Read and write all alerts", "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Command": "Update-MgSecurityAttackSimulationAutomation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityAlertV2", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Command": "Update-MgSecurityAttackSimulationAutomation", - "OutputType": null, + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Command": "Update-MgSecurityAttackSimulationAutomationRun", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationAutomation", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Command": "Update-MgSecurityAttackSimulationAutomationRun", - "OutputType": null, + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Command": "Update-MgSecurityAttackSimulationOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Command": "Update-MgSecurityAttackSimulationPayload", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationOperation", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases", - "Command": "Update-MgSecurityCase", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationPayload", + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases", "Command": "Update-MgSecurityCase", - "OutputType": null, + "Uri": "/security/cases", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCase", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCase", + "Uri": "/security/cases", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -298564,15 +298825,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Command": "Update-MgSecurityCaseEdiscoveryCase", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -298592,45 +298853,45 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateViaIdentity1" @@ -298648,15 +298909,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateViaIdentity" @@ -298674,105 +298935,105 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": null, + "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHold", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -298792,75 +299053,75 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateViaIdentity" @@ -298878,15 +299139,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateViaIdentity1" @@ -298904,90 +299165,90 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", "OutputType": null, + "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetFile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299007,15 +299268,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -299035,15 +299296,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299063,15 +299324,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -299091,45 +299352,45 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299141,15 +299402,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -299161,15 +299422,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299189,15 +299450,15 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", - "OutputType": null, + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -299217,75 +299478,75 @@ "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 } - ] - }, - { + ], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Command": "Update-MgSecurityCloudAppSecurityProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Command": "Update-MgSecurityDomainSecurityProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityCloudAppSecurityProfile", + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Command": "Update-MgSecurityFileSecurityProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityDomainSecurityProfile", + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Command": "Update-MgSecurityHostSecurityProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityFileSecurityProfile", + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/incidents/{incident-id}", - "Command": "Update-MgSecurityIncident", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityHostSecurityProfile", + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299297,15 +299558,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/incidents/{incident-id}", "Command": "Update-MgSecurityIncident", - "OutputType": null, + "Uri": "/security/incidents/{incident-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -299317,99 +299578,99 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/informationProtection", - "Command": "Update-MgSecurityInformationProtection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityIncident", + "Uri": "/security/incidents/{incident-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/informationProtection/labelPolicySettings", - "Command": "Update-MgSecurityInformationProtectionLabelPolicySetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityInformationProtection", + "Uri": "/security/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Command": "Update-MgSecurityInformationProtectionSensitivityLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityInformationProtectionLabelPolicySetting", + "Uri": "/security/informationProtection/labelPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Command": "Update-MgSecurityInformationProtectionSensitivityLabelParent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityInformationProtectionSensitivityLabel", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Command": "Update-MgSecurityIPSecurityProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityInformationProtectionSensitivityLabelParent", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/labels", - "Command": "Update-MgSecurityLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityIPSecurityProfile", + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Command": "Update-MgSecurityLabelRetentionLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityLabel", + "Uri": "/security/labels", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299421,75 +299682,75 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", - "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Command": "Update-MgSecurityProviderTenantSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/secureScores/{secureScore-id}", - "Command": "Update-MgSecuritySecureScore", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityProviderTenantSetting", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/secureScores/{secureScore-id}", "Command": "Update-MgSecuritySecureScore", - "OutputType": null, + "Uri": "/security/secureScores/{secureScore-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Command": "Update-MgSecuritySecureScoreControlProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecuritySecureScore", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299501,15 +299762,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Command": "Update-MgSecuritySecureScoreControlProfile", - "OutputType": null, + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -299521,15 +299782,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Command": "Update-MgSecuritySubjectRightsRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299541,281 +299802,281 @@ "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Command": "Update-MgSecuritySubjectRightsRequestNote", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/threatIntelligence", - "Command": "Update-MgSecurityThreatIntelligence", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligence", + "Uri": "/security/threatIntelligence", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/articles/{article-id}", "Command": "Update-MgSecurityThreatIntelligenceArticle", - "OutputType": null, + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", - "OutputType": null, + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/hosts/{host-id}", "Command": "Update-MgSecurityThreatIntelligenceHost", - "OutputType": null, + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "Command": "Update-MgSecurityThreatIntelligenceHostComponent", - "OutputType": null, + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "Command": "Update-MgSecurityThreatIntelligenceHostCooky", - "OutputType": null, + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "Command": "Update-MgSecurityThreatIntelligenceHostReputation", - "OutputType": null, + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "Command": "Update-MgSecurityThreatIntelligenceHostTracker", - "OutputType": null, + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", - "OutputType": null, + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", - "OutputType": null, + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", - "OutputType": null, + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "Command": "Update-MgSecurityThreatIntelligenceVulnerability", - "OutputType": null, + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/threatSubmission", - "Command": "Update-MgSecurityThreatSubmission", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Command": "Update-MgSecurityThreatSubmissionEmailThreat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityThreatSubmission", + "Uri": "/security/threatSubmission", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Command": "Update-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityThreatSubmissionEmailThreat", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299827,45 +300088,45 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Command": "Update-MgSecurityThreatSubmissionFileThreat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Command": "Update-MgSecurityThreatSubmissionUrlThreat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Command": "Update-MgSecurityTiIndicator", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299877,110 +300138,110 @@ "Description": "Manage threat indicators this app creates or owns", "FullDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", "IsAdmin": true - } + }, + "Module": "Security", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityTiIndicator", + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/security/tiIndicators/updateTiIndicators", - "Command": "Update-MgSecurityTiIndicatorMultiple", - "OutputType": "IMicrosoftGraphTiIndicator", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", + "Command": "Update-MgSecurityTiIndicatorMultiple", + "Uri": "/security/tiIndicators/updateTiIndicators", + "ApiVersion": "beta" }, { - "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/triggers", - "Command": "Update-MgSecurityTrigger", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/triggers", "Command": "Update-MgSecurityTrigger", - "OutputType": null, + "Uri": "/security/triggers", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Command": "Update-MgSecurityTriggerRetentionEvent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityTrigger", + "Uri": "/security/triggers", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Command": "Update-MgSecurityTriggerRetentionEvent", - "OutputType": null, + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/triggerTypes", - "Command": "Update-MgSecurityTriggerType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/triggerTypes", "Command": "Update-MgSecurityTriggerType", - "OutputType": null, + "Uri": "/security/triggerTypes", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Command": "Update-MgSecurityTriggerTypeRetentionEventType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerType", + "Uri": "/security/triggerTypes", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -299992,15 +300253,15 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Command": "Update-MgSecurityTriggerTypeRetentionEventType", - "OutputType": null, + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -300012,180 +300273,180 @@ "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 - } - }, - { + }, "Module": "Security", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Command": "Update-MgSecurityUserSecurityProfile", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Security", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSecurityUserSecurityProfile", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Command": "Update-MgServiceAnnouncementHealthOverview", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Command": "Update-MgServiceAnnouncementHealthOverview", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverview", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Command": "Update-MgServiceAnnouncementIssue", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Command": "Update-MgServiceAnnouncementIssue", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Command": "Update-MgServiceAnnouncementMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementIssue", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Command": "Update-MgServiceAnnouncementMessage", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Command": "Update-MgServiceAnnouncementMessageAttachment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Command": "Update-MgServiceAnnouncementMessageAttachment", - "OutputType": null, + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementMessageAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Command": "Update-MgServicePrincipal", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -300205,15 +300466,15 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}", "Command": "Update-MgServicePrincipal", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -300233,150 +300494,150 @@ "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 } - ] - }, - { + ], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Command": "Update-MgServicePrincipalAppRoleAssignedTo", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Command": "Update-MgServicePrincipalAppRoleAssignedTo", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Update-MgServicePrincipalAppRoleAssignment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Update-MgServicePrincipalAppRoleAssignment", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Command": "Update-MgServicePrincipalEndpoint", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Command": "Update-MgServicePrincipalEndpoint", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Command": "Update-MgServicePrincipalLicenseDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipalEndpoint", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", - "Command": "Update-MgServicePrincipalPasswordSingleSignOnCredentials", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipalLicenseDetail", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -300402,300 +300663,300 @@ "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 } - ] + ], + "Module": "Applications", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgServicePrincipalPasswordSingleSignOnCredentials", + "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Command": "Update-MgServicePrincipalRiskDetection", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Command": "Update-MgServicePrincipalRiskDetection", - "OutputType": null, + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Command": "Update-MgServicePrincipalSynchronization", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Command": "Update-MgServicePrincipalSynchronizationJob", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Command": "Update-MgServicePrincipalSynchronizationJobSchema", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "Command": "Update-MgServicePrincipalSynchronizationTemplate", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", - "OutputType": null, + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list", - "Command": "Update-MgShareList", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list", "Command": "Update-MgShareList", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Command": "Update-MgShareListColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareList", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Command": "Update-MgShareListColumn", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Command": "Update-MgShareListContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Command": "Update-MgShareListContentType", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgShareListContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListContentType", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgShareListContentTypeColumn", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgShareListContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumn", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgShareListContentTypeColumnLink", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", - "Command": "Update-MgShareListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumnLink", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "Update3", @@ -300706,15 +300967,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Command": "Update-MgShareListItem", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -300725,15 +300986,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgShareListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItem", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "Update3", @@ -300744,15 +301005,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgShareListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -300763,15 +301024,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Command": "Update-MgShareListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItemDocumentSetVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "Update3", @@ -300782,15 +301043,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Command": "Update-MgShareListItemField", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -300801,15 +301062,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Update-MgShareListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItemField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "Update3", @@ -300820,15 +301081,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Update-MgShareListItemVersion", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -300839,15 +301100,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Update-MgShareListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItemVersion", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "Update3", @@ -300858,15 +301119,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Update-MgShareListItemVersionField", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -300877,225 +301138,225 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Update-MgShareListOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItemVersionField", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Command": "Update-MgShareListOperation", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Command": "Update-MgShareListSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListOperation", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Command": "Update-MgShareListSubscription", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Command": "Update-MgSharePermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListSubscription", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/permission", "Command": "Update-MgSharePermission", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}", - "Command": "Update-MgShareSharedDriveItemSharedDriveItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}", "Command": "Update-MgShareSharedDriveItemSharedDriveItem", - "OutputType": null, + "Uri": "/shares/{sharedDriveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}", - "Command": "Update-MgSite", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}", "Command": "Update-MgSite", - "OutputType": null, + "Uri": "/sites/{site-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics", - "Command": "Update-MgSiteAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSite", + "Uri": "/sites/{site-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics", "Command": "Update-MgSiteAnalytic", - "OutputType": null, + "Uri": "/sites/{site-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgSiteAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteAnalytic", + "Uri": "/sites/{site-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgSiteAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Command": "Update-MgSiteColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteAnalyticItemActivityStat", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301115,15 +301376,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Command": "Update-MgSiteColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301143,15 +301404,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Command": "Update-MgSiteContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301171,15 +301432,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Command": "Update-MgSiteContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301199,15 +301460,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgSiteContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301227,15 +301488,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgSiteContentTypeColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301255,75 +301516,75 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgSiteContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgSiteContentTypeColumnLink", - "OutputType": null, + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}", - "Command": "Update-MgSiteList", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteContentTypeColumnLink", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}", "Command": "Update-MgSiteList", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Command": "Update-MgSiteListColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteList", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301343,15 +301604,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Command": "Update-MgSiteListColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301371,15 +301632,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Command": "Update-MgSiteListContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301399,15 +301660,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Command": "Update-MgSiteListContentType", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301427,15 +301688,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgSiteListContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301455,15 +301716,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgSiteListContentTypeColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301483,45 +301744,45 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ] - }, - { + ], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgSiteListContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgSiteListContentTypeColumnLink", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Command": "Update-MgSiteListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListContentTypeColumnLink", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301533,15 +301794,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Command": "Update-MgSiteListItem", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301553,45 +301814,45 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgSiteListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgSiteListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Command": "Update-MgSiteListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -301603,15 +301864,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Command": "Update-MgSiteListItemField", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -301623,285 +301884,285 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Update-MgSiteListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItemField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Update-MgSiteListItemVersion", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Update-MgSiteListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Update-MgSiteListItemVersionField", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Command": "Update-MgSiteListOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItemVersionField", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Command": "Update-MgSiteListOperation", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Command": "Update-MgSiteListSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Command": "Update-MgSiteListSubscription", - "OutputType": null, + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListSubscription", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Command": "Update-MgSiteOnenoteNotebook", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Command": "Update-MgSiteOnenoteNotebook", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Command": "Update-MgSiteOnenotePage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Command": "Update-MgSiteOnenotePage", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Command": "Update-MgSiteOnenotePageContent", - "OutputType": null, "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Command": "Update-MgSiteOnenotePageContent", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgSiteOnenotePageContent", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Command": "Update-MgSiteOnenoteSection", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Command": "Update-MgSiteOnenoteSection", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Update-MgSiteOnenoteSectionGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Update-MgSiteOnenoteSectionGroup", - "OutputType": null, + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}", - "Command": "Update-MgSitePage", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -301913,150 +302174,150 @@ "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 - } + }, + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSitePage", + "Uri": "/sites/{site-id}/pages/{sitePage-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Command": "Update-MgSitePageCanvaLayout", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Command": "Update-MgSitePageCanvaLayoutHorizontalSection", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumn", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Command": "Update-MgSitePageCanvaLayoutVerticalSection", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Command": "Update-MgSitePageCanvaLayoutVerticalSectionWebpart", - "OutputType": null, + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Command": "Update-MgSitePageWebPart", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "ApiVersion": "beta" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Command": "Update-MgSitePermission", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/permissions/{permission-id}", "Command": "Update-MgSitePermission", - "OutputType": null, + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore", - "Command": "Update-MgSiteTermStore", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSitePermission", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", @@ -302068,15 +302329,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore", "Command": "Update-MgSiteTermStore", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302092,30 +302353,30 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Command": "Update-MgSiteTermStoreGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStore", + "Uri": "/sites/{site-id}/termStore", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Command": "Update-MgSiteTermStoreGroup", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302126,30 +302387,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Command": "Update-MgSiteTermStoreGroupSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Command": "Update-MgSiteTermStoreGroupSet", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302160,30 +302421,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Command": "Update-MgSiteTermStoreGroupSetChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update3", "UpdateExpanded3", "UpdateViaIdentity3", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Command": "Update-MgSiteTermStoreGroupSetChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302198,15 +302459,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreGroupSetChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -302217,45 +302478,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", - "Command": "Update-MgSiteTermStoreGroupSetParentGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreGroupSetRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Command": "Update-MgSiteTermStoreGroupSetRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302266,30 +302527,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Command": "Update-MgSiteTermStoreGroupSetTerm", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Command": "Update-MgSiteTermStoreGroupSetTerm", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302300,30 +302561,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Update-MgSiteTermStoreGroupSetTermChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Update-MgSiteTermStoreGroupSetTermChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302334,45 +302595,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermChild", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreGroupSetTermRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Update-MgSiteTermStoreGroupSetTermRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302383,15 +302644,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Command": "Update-MgSiteTermStoreSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", @@ -302403,15 +302664,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Command": "Update-MgSiteTermStoreSet", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302427,30 +302688,30 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Command": "Update-MgSiteTermStoreSetChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update3", "UpdateExpanded3", "UpdateViaIdentity3", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Command": "Update-MgSiteTermStoreSetChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302465,15 +302726,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreSetChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -302484,45 +302745,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", - "Command": "Update-MgSiteTermStoreSetParentGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", - "Command": "Update-MgSiteTermStoreSetParentGroupSet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroup", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSet", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -302533,15 +302794,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -302552,105 +302813,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreSetRelation", - "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Command": "Update-MgSiteTermStoreSetRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302661,15 +302922,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Command": "Update-MgSiteTermStoreSetTerm", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", @@ -302681,15 +302942,15 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Command": "Update-MgSiteTermStoreSetTerm", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302705,30 +302966,30 @@ "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 - } - }, - { + }, "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Command": "Update-MgSiteTermStoreSetTermChild", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Command": "Update-MgSiteTermStoreSetTermChild", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302739,45 +303000,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreSetTermChildRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Command": "Update-MgSiteTermStoreSetTermRelation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermChildRelation", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Sites", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Command": "Update-MgSiteTermStoreSetTermRelation", - "OutputType": null, + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "Update1", @@ -302788,75 +303049,75 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Sites", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Command": "Update-MgSubscribedSku", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/subscribedSkus/{subscribedSku-id}", "Command": "Update-MgSubscribedSku", - "OutputType": null, + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSubscribedSku", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiVersion": "v1.0" }, { - "Module": "ChangeNotifications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/subscriptions/{subscription-id}", - "Command": "Update-MgSubscription", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ChangeNotifications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/subscriptions/{subscription-id}", "Command": "Update-MgSubscription", - "OutputType": null, + "Uri": "/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "ChangeNotifications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSubscription", + "Uri": "/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}", - "Command": "Update-MgTeam", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -302882,15 +303143,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}", "Command": "Update-MgTeam", - "OutputType": null, + "Uri": "/teams/{team-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -302916,15 +303177,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Command": "Update-MgTeamChannel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeam", + "Uri": "/teams/{team-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -302950,15 +303211,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}", "Command": "Update-MgTeamChannel", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -302984,15 +303245,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Update-MgTeamChannelMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -303024,15 +303285,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Command": "Update-MgTeamChannelMember", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -303064,135 +303325,135 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Update-MgTeamChannelMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Update-MgTeamChannelMessage", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Update-MgTeamChannelMessageReply", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Update-MgTeamChannelMessageReply", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Update-MgTeamChannelSharedWithTeam", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Update-MgTeamChannelSharedWithTeam", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Update-MgTeamChannelTab", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -303230,15 +303491,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Update-MgTeamChannelTab", - "OutputType": null, + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -303276,15 +303537,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Command": "Update-MgTeamInstalledApp", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Upgrade1", "UpgradeExpanded", @@ -303316,15 +303577,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Command": "Update-MgTeamInstalledApp", - "OutputType": null, + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiVersion": "beta" + }, + { "Variants": [ "Upgrade", "UpgradeViaIdentity" @@ -303354,15 +303615,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Command": "Update-MgTeamMember", "OutputType": null, + "Method": "POST", + "Command": "Update-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -303394,15 +303655,15 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Command": "Update-MgTeamMember", - "OutputType": null, + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -303434,600 +303695,600 @@ "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 } - ] - }, - { + ], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Command": "Update-MgTeamOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Command": "Update-MgTeamOperation", - "OutputType": null, + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Command": "Update-MgTeamOwnerMailboxSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamOperation", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Update-MgTeamPermissionGrant", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamOwnerMailboxSetting", + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/photo", - "Command": "Update-MgTeamPhoto", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPermissionGrant", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/photo", "Command": "Update-MgTeamPhoto", - "OutputType": null, + "Uri": "/teams/{team-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel", - "Command": "Update-MgTeamPrimaryChannel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPhoto", + "Uri": "/teams/{team-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel", "Command": "Update-MgTeamPrimaryChannel", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Command": "Update-MgTeamPrimaryChannelMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannel", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Command": "Update-MgTeamPrimaryChannelMember", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Command": "Update-MgTeamPrimaryChannelMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMember", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Command": "Update-MgTeamPrimaryChannelMessage", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Update-MgTeamPrimaryChannelMessageReply", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessage", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Update-MgTeamPrimaryChannelMessageReply", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReply", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Command": "Update-MgTeamPrimaryChannelTab", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Command": "Update-MgTeamPrimaryChannelTab", - "OutputType": null, + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Command": "Update-MgTeamScheduleOfferShiftRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelTab", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Command": "Update-MgTeamScheduleOfferShiftRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Command": "Update-MgTeamScheduleOpenShift", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Command": "Update-MgTeamScheduleOpenShift", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Command": "Update-MgTeamScheduleSchedulingGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Command": "Update-MgTeamScheduleSchedulingGroup", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Command": "Update-MgTeamScheduleShift", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Command": "Update-MgTeamScheduleShift", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Command": "Update-MgTeamScheduleTimeCard", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Command": "Update-MgTeamScheduleTimeOff", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Command": "Update-MgTeamScheduleTimeOff", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Command": "Update-MgTeamScheduleTimeOffReason", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Command": "Update-MgTeamScheduleTimeOffReason", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Command": "Update-MgTeamScheduleTimeOffRequest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Command": "Update-MgTeamScheduleTimeOffRequest", - "OutputType": null, + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Command": "Update-MgTeamTag", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -304039,15 +304300,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Command": "Update-MgTeamTag", - "OutputType": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -304059,416 +304320,416 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Command": "Update-MgTeamTagMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Command": "Update-MgTeamTagMember", - "OutputType": null, + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork", - "Command": "Update-MgTeamwork", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork", "Command": "Update-MgTeamwork", - "OutputType": null, + "Uri": "/teamwork", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Command": "Update-MgTeamworkDeletedTeam", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamwork", + "Uri": "/teamwork", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Command": "Update-MgTeamworkDeletedTeam", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Command": "Update-MgTeamworkDeletedTeamChannel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeam", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Command": "Update-MgTeamworkDeletedTeamChannel", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Command": "Update-MgTeamworkDeletedTeamChannelMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannel", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "Command": "Update-MgTeamworkDeletedTeamChannelMember", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Command": "Update-MgTeamworkDeletedTeamChannelMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMember", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Command": "Update-MgTeamworkDeletedTeamChannelMessage", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Command": "Update-MgTeamworkDeletedTeamChannelTab", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Command": "Update-MgTeamworkDeletedTeamChannelTab", - "OutputType": null, + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelTab", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}", "Command": "Update-MgTeamworkDevice", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "Command": "Update-MgTeamworkDeviceActivity", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "Command": "Update-MgTeamworkDeviceConfiguration", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "Command": "Update-MgTeamworkDeviceHealth", - "OutputType": null, + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "Command": "Update-MgTeamworkDeviceOperation", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiVersion": "beta" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", - "Command": "Update-MgTeamworkDeviceSoftware", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -304480,15 +304741,15 @@ "Description": "Read and write Teams devices", "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/teamsAppSettings", - "Command": "Update-MgTeamworkTeamAppSetting", "OutputType": null, + "Method": "POST", + "Command": "Update-MgTeamworkDeviceSoftware", + "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded" @@ -304498,60 +304759,60 @@ "Description": "Read and write Teams app settings", "FullDescription": "Allows the app to read and write the Teams app settings on your behalf.", "IsAdmin": true - } - }, - { + }, "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Command": "Update-MgTeamworkTeamTemplate", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkTeamAppSetting", + "Uri": "/teamwork/teamsAppSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Command": "Update-MgTeamworkTeamTemplateDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkTeamTemplate", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", - "Command": "Update-MgTeamworkTeamTemplateDefinitionTeamDefinition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Command": "Update-MgTeamworkWorkforceIntegration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -304563,15 +304824,15 @@ "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 - } - }, - { + }, "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Command": "Update-MgTeamworkWorkforceIntegration", - "OutputType": null, + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -304583,225 +304844,225 @@ "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 - } + }, + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "Command": "Update-MgTenantRelationshipManagedTenant", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "Command": "Update-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "Command": "Update-MgTenantRelationshipManagedTenantAlert", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "Command": "Update-MgTenantRelationshipManagedTenantAlertLog", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "Command": "Update-MgTenantRelationshipManagedTenantAlertRule", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "Command": "Update-MgTenantRelationshipManagedTenantAlertRuleDefinition", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "Command": "Update-MgTenantRelationshipManagedTenantApiNotification", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "Command": "Update-MgTenantRelationshipManagedTenantAppPerformance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Command": "Update-MgTenantRelationshipManagedTenantAuditEvent", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "Command": "Update-MgTenantRelationshipManagedTenantCloudPcConnection", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "Command": "Update-MgTenantRelationshipManagedTenantCloudPcDevice", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "Command": "Update-MgTenantRelationshipManagedTenantCloudPcOverview", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "Command": "Update-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "Command": "Update-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Command": "Update-MgTenantRelationshipManagedTenantCustomizedInformation", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -304813,300 +305074,300 @@ "Description": "Read and write all managed tenant information", "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true - } + }, + "Module": "ManagedTenants", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipManagedTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Command": "Update-MgTenantRelationshipManagedTenantDetailedInformation", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "Command": "Update-MgTenantRelationshipManagedTenantDeviceAppPerformance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Command": "Update-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "Command": "Update-MgTenantRelationshipManagedTenantDeviceHealthStatuses", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Command": "Update-MgTenantRelationshipManagedTenantEmailNotification", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Command": "Update-MgTenantRelationshipManagedTenantGroup", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceCompliance", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementAction", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementIntent", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplate", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollection", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStep", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "OutputType": null, + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "Command": "Update-MgTenantRelationshipManagedTenantMyRole", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Command": "Update-MgTenantRelationshipManagedTenantTag", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -305118,103 +305379,103 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - } - }, - { + }, "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Command": "Update-MgTenantRelationshipManagedTenantTicketingEndpoint", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Command": "Update-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipManagedTenantTicketingEndpoint", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "ManagedTenants", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Command": "Update-MgTenantRelationshipManagedTenantWindowProtectionState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "ManagedTenants", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipManagedTenantWindowProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/trustFramework", - "Command": "Update-MgTrustFramework", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Command": "Update-MgTrustFrameworkKeySet", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTrustFramework", + "Uri": "/trustFramework", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Command": "Update-MgTrustFrameworkPolicy", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTrustFrameworkPolicy", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}", - "Command": "Update-MgUser", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -305276,15 +305537,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}", "Command": "Update-MgUser", - "OutputType": null, + "Uri": "/users/{user-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -305346,105 +305607,105 @@ "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 } - ] + ], + "Module": "Users", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUser", + "Uri": "/users/{user-id}", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Command": "Update-MgUserActivity", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}", "Command": "Update-MgUserActivity", - "OutputType": null, + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Command": "Update-MgUserActivityHistoryItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserActivity", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Command": "Update-MgUserActivityHistoryItem", - "OutputType": null, + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserActivityHistoryItem", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Command": "Update-MgUserAppRoleAssignment", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Applications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Command": "Update-MgUserAppRoleAssignment", - "OutputType": null, + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Applications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Command": "Update-MgUserAuthenticationEmailMethod", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -305464,15 +305725,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Command": "Update-MgUserAuthenticationEmailMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -305492,45 +305753,45 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Command": "Update-MgUserAuthenticationOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Command": "Update-MgUserAuthenticationOperation", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Command": "Update-MgUserAuthenticationPhoneMethod", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -305550,15 +305811,15 @@ "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 } - ] - }, - { + ], "Module": "Identity.SignIns", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Command": "Update-MgUserAuthenticationPhoneMethod", - "OutputType": null, + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -305578,45 +305839,45 @@ "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 } - ] + ], + "Module": "Identity.SignIns", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/calendars/{calendar-id}", - "Command": "Update-MgUserCalendar", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/calendars/{calendar-id}", "Command": "Update-MgUserCalendar", - "OutputType": null, + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Command": "Update-MgUserCalendarGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserCalendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -305628,15 +305889,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Command": "Update-MgUserCalendarGroup", - "OutputType": null, + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -305648,15 +305909,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserCalendarMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -305667,15 +305928,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserCalendarMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update2", "Update3", @@ -305686,15 +305947,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Command": "Update-MgUserCalendarPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserCalendarMultiValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -305705,15 +305966,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Command": "Update-MgUserCalendarPermission", - "OutputType": null, + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update2", "Update3", @@ -305724,15 +305985,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserCalendarSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserCalendarPermission", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -305743,15 +306004,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserCalendarSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update2", "Update3", @@ -305762,343 +306023,343 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserCalendarSingleValueExtendedProperty", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}", - "Command": "Update-MgUserChat", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}", "Command": "Update-MgUserChat", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Command": "Update-MgUserChatInstalledApp", - "OutputType": null, "Variants": [ "Upgrade1", "UpgradeExpanded", "UpgradeViaIdentity1", "UpgradeViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Command": "Update-MgUserChatInstalledApp", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiVersion": "beta" + }, + { "Variants": [ "Upgrade", "UpgradeViaIdentity" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Command": "Update-MgUserChatLastMessagePreview", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Command": "Update-MgUserChatLastMessagePreview", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Command": "Update-MgUserChatMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatLastMessagePreview", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Command": "Update-MgUserChatMember", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Command": "Update-MgUserChatMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Command": "Update-MgUserChatMessage", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgUserChatMessageHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgUserChatMessageHostedContent", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Command": "Update-MgUserChatMessageReply", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Command": "Update-MgUserChatMessageReply", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Command": "Update-MgUserChatMessageReplyHostedContent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatMessageReply", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Command": "Update-MgUserChatMessageReplyHostedContent", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Command": "Update-MgUserChatOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatMessageReplyHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Command": "Update-MgUserChatPermissionGrant", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatOperation", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Command": "Update-MgUserChatPinnedMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatPermissionGrant", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Command": "Update-MgUserChatPinnedMessage", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Command": "Update-MgUserChatTab", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatPinnedMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Command": "Update-MgUserChatTab", - "OutputType": null, + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserChatTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Command": "Update-MgUserContact", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -306109,16 +306370,16 @@ "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 - } - }, - { + "IsAdmin": false + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}", "Command": "Update-MgUserContact", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -306130,45 +306391,45 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Update-MgUserContactExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Update-MgUserContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Command": "Update-MgUserContactFolder", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactExtension", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -306180,15 +306441,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Command": "Update-MgUserContactFolder", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -306200,45 +306461,45 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Command": "Update-MgUserContactFolderChildFolder", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Command": "Update-MgUserContactFolderChildFolder", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Command": "Update-MgUserContactFolderChildFolderContact", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -306250,15 +306511,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Command": "Update-MgUserContactFolderChildFolderContact", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -306270,195 +306531,195 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Update-MgUserContactFolderChildFolderContactExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Update-MgUserContactFolderChildFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Command": "Update-MgUserContactFolderChildFolderContactPhoto", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Command": "Update-MgUserContactFolderChildFolderContactPhoto", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Command": "Update-MgUserContactFolderContact", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -306470,15 +306731,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Command": "Update-MgUserContactFolderContact", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -306490,75 +306751,75 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Command": "Update-MgUserContactFolderContactExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Command": "Update-MgUserContactFolderContactExtension", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Command": "Update-MgUserContactFolderContactPhoto", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -306570,15 +306831,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "Command": "Update-MgUserContactFolderContactPhoto", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -306590,135 +306851,135 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactPhoto", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Command": "Update-MgUserContactPhoto", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactMultiValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -306730,15 +306991,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "Command": "Update-MgUserContactPhoto", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -306750,1305 +307011,1305 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - } - }, - { + }, "Module": "PersonalContacts", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserContactSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactPhoto", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "PersonalContacts", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserContactSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "PersonalContacts", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactSingleValueExtendedProperty", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}", "Command": "Update-MgUserDevice", - "OutputType": null, + "Uri": "/users/{user-id}/devices/{device-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "Command": "Update-MgUserDeviceCommand", - "OutputType": null, + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Command": "Update-MgUserDeviceEnrollmentConfiguration", - "OutputType": null, + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Command": "Update-MgUserDeviceEnrollmentConfigurationAssignment", - "OutputType": null, + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "Command": "Update-MgUserDeviceExtension", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", - "OutputType": null, + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Command": "Update-MgUserDeviceUsageRights", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "CrossDeviceExperiences", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDeviceUsageRights", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiVersion": "beta" }, { - "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}", - "Command": "Update-MgUserDrive", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}", "Command": "Update-MgUserDrive", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Command": "Update-MgUserDriveItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Command": "Update-MgUserDriveItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Command": "Update-MgUserDriveItemAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Command": "Update-MgUserDriveItemAnalytic", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Command": "Update-MgUserDriveItemListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Command": "Update-MgUserDriveItemListItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Command": "Update-MgUserDriveItemListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Command": "Update-MgUserDriveItemListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Command": "Update-MgUserDriveItemListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Command": "Update-MgUserDriveItemListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Command": "Update-MgUserDriveItemListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Command": "Update-MgUserDriveItemListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Command": "Update-MgUserDriveItemPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Command": "Update-MgUserDriveItemPermission", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Command": "Update-MgUserDriveItemRetentionLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Command": "Update-MgUserDriveItemSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemRetentionLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Command": "Update-MgUserDriveItemSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Command": "Update-MgUserDriveItemThumbnail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Command": "Update-MgUserDriveItemThumbnail", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Command": "Update-MgUserDriveItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Command": "Update-MgUserDriveItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Command": "Update-MgUserDriveList", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list", "Command": "Update-MgUserDriveList", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Command": "Update-MgUserDriveListColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveList", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Command": "Update-MgUserDriveListColumn", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Command": "Update-MgUserDriveListContentType", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Command": "Update-MgUserDriveListContentType", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Command": "Update-MgUserDriveListContentTypeColumn", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Command": "Update-MgUserDriveListContentTypeColumn", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Command": "Update-MgUserDriveListContentTypeColumnLink", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Command": "Update-MgUserDriveListContentTypeColumnLink", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Command": "Update-MgUserDriveListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Command": "Update-MgUserDriveListItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgUserDriveListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgUserDriveListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Command": "Update-MgUserDriveListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Command": "Update-MgUserDriveListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Command": "Update-MgUserDriveListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Command": "Update-MgUserDriveListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Command": "Update-MgUserDriveListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Command": "Update-MgUserDriveListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Command": "Update-MgUserDriveListOperation", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Command": "Update-MgUserDriveListOperation", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Command": "Update-MgUserDriveListSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Command": "Update-MgUserDriveListSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Command": "Update-MgUserDriveRoot", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root", "Command": "Update-MgUserDriveRoot", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Command": "Update-MgUserDriveRootAnalytic", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "Command": "Update-MgUserDriveRootAnalytic", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Command": "Update-MgUserDriveRootListItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Command": "Update-MgUserDriveRootListItem", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Command": "Update-MgUserDriveRootListItemField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Command": "Update-MgUserDriveRootListItemField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Command": "Update-MgUserDriveRootListItemVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Command": "Update-MgUserDriveRootListItemVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Command": "Update-MgUserDriveRootListItemVersionField", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Command": "Update-MgUserDriveRootListItemVersionField", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Command": "Update-MgUserDriveRootPermission", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Command": "Update-MgUserDriveRootPermission", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Command": "Update-MgUserDriveRootRetentionLabel", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Command": "Update-MgUserDriveRootSubscription", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootRetentionLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Command": "Update-MgUserDriveRootSubscription", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Command": "Update-MgUserDriveRootThumbnail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Command": "Update-MgUserDriveRootThumbnail", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Command": "Update-MgUserDriveRootVersion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Files", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Command": "Update-MgUserDriveRootVersion", - "OutputType": null, + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Files", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}", - "Command": "Update-MgUserEvent", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -308060,15 +308321,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } - }, - { + }, "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}", "Command": "Update-MgUserEvent", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -308080,390 +308341,390 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - } + }, + "Module": "Calendar", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEvent", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Command": "Update-MgUserEventExceptionOccurrenceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Command": "Update-MgUserEventExceptionOccurrenceInstanceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Command": "Update-MgUserEventExtension", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Command": "Update-MgUserEventExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Command": "Update-MgUserEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventExtension", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceExceptionOccurrenceExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Command": "Update-MgUserEventInstanceExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Command": "Update-MgUserEventInstanceExtension", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceExtension", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserEventMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserEventSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventMultiValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Calendar", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserEventSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Calendar", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventSingleValueExtendedProperty", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "Command": "Update-MgUserExtension", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/extensions/{extension-id}", "Command": "Update-MgUserExtension", - "OutputType": null, + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserExtension", + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification", - "Command": "Update-MgUserInferenceClassification", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification", "Command": "Update-MgUserInferenceClassification", - "OutputType": null, + "Uri": "/users/{user-id}/inferenceClassification", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Command": "Update-MgUserInferenceClassificationOverride", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserInferenceClassification", + "Uri": "/users/{user-id}/inferenceClassification", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -308475,15 +308736,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Command": "Update-MgUserInferenceClassificationOverride", - "OutputType": null, + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -308495,180 +308756,180 @@ "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 - } + }, + "Module": "Mail", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserInferenceClassificationOverride", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection", "Command": "Update-MgUserInformationProtection", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Command": "Update-MgUserInformationProtectionDataLossPreventionPolicy", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/policy", "Command": "Update-MgUserInformationProtectionPolicy", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/policy", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Command": "Update-MgUserInformationProtectionPolicyLabel", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Command": "Update-MgUserInformationProtectionSensitivityLabel", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Command": "Update-MgUserInformationProtectionSensitivityLabelSublabel", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "Command": "Update-MgUserInformationProtectionSensitivityPolicySetting", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Command": "Update-MgUserInformationProtectionThreatAssessmentRequest", - "OutputType": null, + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.SignIns", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Command": "Update-MgUserInformationProtectionThreatAssessmentRequestResult", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Command": "Update-MgUserLicenseDetail", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Command": "Update-MgUserLicenseDetail", - "OutputType": null, + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserLicenseDetail", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Command": "Update-MgUserMailFolder", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -308680,15 +308941,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Command": "Update-MgUserMailFolder", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -308700,255 +308961,255 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Command": "Update-MgUserMailFolderChildFolder", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Command": "Update-MgUserMailFolderChildFolder", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Command": "Update-MgUserMailFolderChildFolderMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Command": "Update-MgUserMailFolderChildFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Command": "Update-MgUserMailFolderChildFolderMessageExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Command": "Update-MgUserMailFolderChildFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Command": "Update-MgUserMailFolderChildFolderMessageRule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Command": "Update-MgUserMailFolderChildFolderMessageRule", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Command": "Update-MgUserMailFolderMessage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -308960,15 +309221,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Command": "Update-MgUserMailFolderMessage", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -308980,465 +309241,465 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Command": "Update-MgUserMailFolderMessageExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Command": "Update-MgUserMailFolderMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageExtension", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Command": "Update-MgUserMailFolderMessageRule", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Command": "Update-MgUserMailFolderMessageRule", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageRule", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMailFolderSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMultiValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMailFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderSingleValueExtendedProperty", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Command": "Update-MgUserManagedDevice", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Command": "Update-MgUserManagedDevice", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Command": "Update-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserManagedDevice", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Command": "Update-MgUserManagedDeviceCategory", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Command": "Update-MgUserManagedDeviceCategory", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Command": "Update-MgUserManagedDeviceCompliancePolicyState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCategory", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Command": "Update-MgUserManagedDeviceCompliancePolicyState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Command": "Update-MgUserManagedDeviceConfigurationState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Command": "Update-MgUserManagedDeviceConfigurationState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceConfigurationState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiVersion": "v1.0" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Command": "Update-MgUserManagedDeviceHealthScriptState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Command": "Update-MgUserManagedDeviceLogCollectionResponse", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Command": "Update-MgUserManagedDeviceMobileAppConfigurationState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Command": "Update-MgUserManagedDeviceSecurityBaselineState", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Command": "Update-MgUserManagedDeviceSecurityBaselineStateSettingState", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Command": "Update-MgUserManagedDeviceWindowDeviceAccount", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "Command": "Update-MgUserManagedDeviceWindowDeviceAccount", - "OutputType": null, + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserManagedDeviceWindowDeviceAccount", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Command": "Update-MgUserManagedDeviceWindowProtectionState", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Command": "Update-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowProtectionState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiVersion": "beta" }, { - "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}", - "Command": "Update-MgUserMessage", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -309450,15 +309711,15 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}", "Command": "Update-MgUserMessage", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -309470,105 +309731,105 @@ "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 - } - }, - { + }, "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Command": "Update-MgUserMessageExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMessage", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Command": "Update-MgUserMessageExtension", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMessageMultiValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMessageExtension", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMessageMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", - "Command": "Update-MgUserMessageSingleValueExtendedProperty", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMessageMultiValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Mail", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserMessageSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Mail", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMessageSingleValueExtendedProperty", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Command": "Update-MgUserMobileAppIntentAndState", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -309580,210 +309841,210 @@ "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 - } + }, + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Command": "Update-MgUserMobileAppTroubleshootingEvent", - "OutputType": null, + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Devices.CorporateManagement", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Command": "Update-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "OutputType": null, + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/notifications/{notification-id}", "Command": "Update-MgUserNotification", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiVersion": "beta" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Command": "Update-MgUserOnenoteNotebook", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Command": "Update-MgUserOnenoteNotebook", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Command": "Update-MgUserOnenotePage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Command": "Update-MgUserOnenotePage", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Command": "Update-MgUserOnenotePageContent", - "OutputType": null, "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Command": "Update-MgUserOnenotePageContent", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiVersion": "beta" + }, + { "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Command": "Update-MgUserOnenoteSection", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Command": "Update-MgUserOnenoteSection", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Command": "Update-MgUserOnenoteSectionGroup", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Notes", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Command": "Update-MgUserOnenoteSectionGroup", - "OutputType": null, + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Notes", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Command": "Update-MgUserOnlineMeeting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -309795,15 +310056,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Command": "Update-MgUserOnlineMeeting", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -309815,15 +310076,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Command": "Update-MgUserOnlineMeetingAttendanceReport", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -309834,30 +310095,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Command": "Update-MgUserOnlineMeetingAttendanceReport", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingAttendanceReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "Update1", @@ -309868,30 +310129,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "OutputType": null, + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Command": "Update-MgUserOnlineMeetingRegistration", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -309903,15 +310164,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Command": "Update-MgUserOnlineMeetingRegistrationCustomQuestion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingRegistration", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -309923,30 +310184,30 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - } - }, - { + }, "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Command": "Update-MgUserOnlineMeetingTranscript", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingRegistrationCustomQuestion", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", - "Command": "Update-MgUserOnlineMeetingVirtualAppointment", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingTranscript", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -309966,15 +310227,15 @@ "FullDescription": "Allows the app to read and write virtual appointments on your behalf.  ", "IsAdmin": true } - ] + ], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingVirtualAppointment", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "ApiVersion": "beta" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Command": "Update-MgUserOutlookMasterCategory", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -309986,15 +310247,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Command": "Update-MgUserOutlookMasterCategory", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310006,15 +310267,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Command": "Update-MgUserOutlookTask", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOutlookMasterCategory", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310026,15 +310287,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Command": "Update-MgUserOutlookTaskFolder", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOutlookTask", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310046,90 +310307,110 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserOutlookTaskFolder", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiVersion": "beta" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Command": "Update-MgUserOutlookTaskFolderTask", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "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 + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "Command": "Update-MgUserOutlookTaskGroup", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310141,140 +310422,120 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "Command": "Update-MgUserOutlookTaskGroupTaskFolder", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "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 - } - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Command": "Update-MgUserOutlookTaskGroupTaskFolderTask", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskMultiValueExtendedProperty", - "OutputType": null, + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Command": "Update-MgUserOutlookTaskSingleValueExtendedProperty", - "OutputType": null, - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Permissions": [] + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/users/{user-id}/changePassword", - "Command": "Update-MgUserPassword", - "OutputType": null, "Variants": [ "Change", "ChangeExpanded", @@ -310286,15 +310547,15 @@ "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 - } - }, - { + }, "Module": "Users.Actions", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "POST", - "Uri": "/users/{user-id}/changePassword", "Command": "Update-MgUserPassword", - "OutputType": null, + "Uri": "/users/{user-id}/changePassword", + "ApiVersion": "beta" + }, + { "Variants": [ "Change1", "ChangeExpanded1", @@ -310306,15 +310567,15 @@ "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 - } + }, + "Module": "Users.Actions", + "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserPassword", + "Uri": "/users/{user-id}/changePassword", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/photo", - "Command": "Update-MgUserPhoto", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -310326,15 +310587,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/photo", "Command": "Update-MgUserPhoto", - "OutputType": null, + "Uri": "/users/{user-id}/photo", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -310346,15 +310607,15 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserPhoto", + "Uri": "/users/{user-id}/photo", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/planner", - "Command": "Update-MgUserPlanner", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", @@ -310374,15 +310635,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] - }, - { + ], "Module": "Planner", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/planner", "Command": "Update-MgUserPlanner", - "OutputType": null, + "Uri": "/users/{user-id}/planner", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310402,60 +310663,60 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ] + ], + "Module": "Planner", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserPlanner", + "Uri": "/users/{user-id}/planner", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/presence", - "Command": "Update-MgUserPresence", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "CloudCommunications", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/presence", "Command": "Update-MgUserPresence", - "OutputType": null, + "Uri": "/users/{user-id}/presence", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "CloudCommunications", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserPresence", + "Uri": "/users/{user-id}/presence", + "ApiVersion": "v1.0" }, { - "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile", - "Command": "Update-MgUserProfile", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Command": "Update-MgUserProfileAccount", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfile", + "Uri": "/users/{user-id}/profile", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310475,15 +310736,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Command": "Update-MgUserProfileAddress", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileAccount", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310503,15 +310764,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Command": "Update-MgUserProfileAnniversary", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileAddress", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310531,15 +310792,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Command": "Update-MgUserProfileAward", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310559,15 +310820,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Command": "Update-MgUserProfileCertification", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileAward", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310587,15 +310848,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Command": "Update-MgUserProfileEducationalActivity", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileCertification", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310615,15 +310876,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Command": "Update-MgUserProfileEmail", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310643,15 +310904,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Command": "Update-MgUserProfileInterest", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileEmail", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310671,15 +310932,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Command": "Update-MgUserProfileLanguage", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileInterest", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310699,15 +310960,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Command": "Update-MgUserProfileName", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileLanguage", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310727,15 +310988,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Command": "Update-MgUserProfileNote", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileName", + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310773,15 +311034,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Command": "Update-MgUserProfilePatent", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileNote", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310801,15 +311062,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Command": "Update-MgUserProfilePhone", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfilePatent", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310829,15 +311090,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Command": "Update-MgUserProfilePosition", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfilePhone", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310857,15 +311118,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Command": "Update-MgUserProfileProject", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfilePosition", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310885,15 +311146,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Command": "Update-MgUserProfilePublication", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileProject", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310913,15 +311174,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Command": "Update-MgUserProfileSkill", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfilePublication", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310941,15 +311202,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Command": "Update-MgUserProfileWebAccount", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileSkill", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310969,15 +311230,15 @@ "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 } - ] - }, - { + ], "Module": "People", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Command": "Update-MgUserProfileWebsite", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -310997,45 +311258,45 @@ "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 } - ] + ], + "Module": "People", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserProfileWebsite", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Command": "Update-MgUserScopedRoleMemberOf", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Identity.DirectoryManagement", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Command": "Update-MgUserScopedRoleMemberOf", - "OutputType": null, + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/settings", - "Command": "Update-MgUserSetting", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -311055,15 +311316,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/settings", "Command": "Update-MgUserSetting", - "OutputType": null, + "Uri": "/users/{user-id}/settings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -311083,15 +311344,15 @@ "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 } - ] - }, - { + ], "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Command": "Update-MgUserSettingContactMergeSuggestion", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserSetting", + "Uri": "/users/{user-id}/settings", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311103,15 +311364,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/settings/itemInsights", - "Command": "Update-MgUserSettingItemInsight", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserSettingContactMergeSuggestion", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311123,30 +311384,30 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Command": "Update-MgUserSettingRegionalAndLanguageSetting", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserSettingItemInsight", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Command": "Update-MgUserSettingShiftPreference", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserSettingRegionalAndLanguageSetting", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311158,15 +311419,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/settings/shiftPreferences", "Command": "Update-MgUserSettingShiftPreference", - "OutputType": null, + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -311178,75 +311439,75 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork", - "Command": "Update-MgUserTeamwork", - "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork", "Command": "Update-MgUserTeamwork", - "OutputType": null, + "Uri": "/users/{user-id}/teamwork", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Command": "Update-MgUserTeamworkAssociatedTeam", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTeamwork", + "Uri": "/users/{user-id}/teamwork", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Teams", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Command": "Update-MgUserTeamworkAssociatedTeam", - "OutputType": null, + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "Teams", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Command": "Update-MgUserTodoList", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -311258,15 +311519,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Command": "Update-MgUserTodoList", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -311278,45 +311539,45 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Command": "Update-MgUserTodoListExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Command": "Update-MgUserTodoListExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Command": "Update-MgUserTodoListTask", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311328,15 +311589,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Command": "Update-MgUserTodoListTask", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -311348,45 +311609,45 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Command": "Update-MgUserTodoListTaskAttachmentSession", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Command": "Update-MgUserTodoListTaskAttachmentSession", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Command": "Update-MgUserTodoListTaskChecklistItem", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311398,15 +311659,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Command": "Update-MgUserTodoListTaskChecklistItem", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -311418,45 +311679,45 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Command": "Update-MgUserTodoListTaskExtension", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Command": "Update-MgUserTodoListTaskExtension", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "Users", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Command": "Update-MgUserTodoListTaskLinkedResource", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskExtension", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiVersion": "v1.0" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311468,15 +311729,15 @@ "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 - } - }, - { + }, "Module": "Users", - "ApiVersion": "v1.0", + "OutputType": null, "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Command": "Update-MgUserTodoListTaskLinkedResource", - "OutputType": null, + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update1", "UpdateExpanded1", @@ -311488,15 +311749,15 @@ "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 - } + }, + "Module": "Users", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiVersion": "v1.0" }, { - "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Command": "Update-MgWindowsUpdatesDeployment", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", @@ -311508,30 +311769,30 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", - "Command": "Update-MgWindowsUpdatesDeploymentAudience", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesDeployment", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", - "Command": "Update-MgWindowsUpdatesDeploymentAudienceById", "OutputType": null, + "Method": "POST", + "Command": "Update-MgWindowsUpdatesDeploymentAudience", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311543,15 +311804,15 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Command": "Update-MgWindowsUpdatesPolicy", "OutputType": null, + "Method": "POST", + "Command": "Update-MgWindowsUpdatesDeploymentAudienceById", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311563,75 +311824,75 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Command": "Update-MgWindowsUpdatesPolicyAudience", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesPolicy", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", - "Command": "Update-MgWindowsUpdatesPolicyAudienceById", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesPolicyAudience", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Command": "Update-MgWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "Method": "POST", + "Command": "Update-MgWindowsUpdatesPolicyAudienceById", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Command": "Update-MgWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesPolicyAudienceExclusion", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Command": "Update-MgWindowsUpdatesPolicyComplianceChange", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesPolicyAudienceMember", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", @@ -311643,36 +311904,42 @@ "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 - } - }, - { + }, "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Command": "Update-MgWindowsUpdatesResourceConnection", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesPolicyComplianceChange", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] - }, - { + "Permissions": [], "Module": "WindowsUpdates", - "ApiVersion": "beta", - "Method": "PATCH", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Command": "Update-MgWindowsUpdatesUpdatableAsset", "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesResourceConnection", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiVersion": "beta" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [] + "Permissions": [], + "Module": "WindowsUpdates", + "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgWindowsUpdatesUpdatableAsset", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiVersion": "beta" } ]